gambas-source-code/comp/src
gambas c9517c42ea TextEditor: In "gambas" mode, ALT+' and ALT+" now respectively add single quotes and double quotes around the current selection.
[GB.FORM.EDITOR]
* NEW: TextEditor: In "gambas" mode, `ALT+'` and `ALT+"` now respectively add single quotes and double quotes around the current selection.
2021-11-12 21:48:44 +01:00
..
gb.args Args.Abort is a new property that tells if the program aborts or raises an error when an Args method fails. The property is TRUE by default. 2021-08-27 13:07:41 +02:00
gb.chart
gb.db.form Update control icons. 2021-10-20 16:42:19 +02:00
gb.dbus.trayicon TrayIcon: Fix the menu refresh problems inside the system tray. 2021-10-15 19:51:45 +02:00
gb.desktop Desktop.RunAsRoot() now uses 'pkexec' by default. Desktop.RunAs() is a new method that allows to specify the username used for running a program. 2021-09-14 20:53:02 +02:00
gb.eval.highlight TextHighlighter: Fix ToANSI() method. 2021-11-09 01:21:18 +01:00
gb.form Stock: Silently ignore standard icon theme directories without access authorization. 2021-10-24 01:10:18 +02:00
gb.form.dialog File dialog geometry is now correctly saved when Dialog.Key is not set. 2021-10-18 23:10:55 +02:00
gb.form.editor TextEditor: In "gambas" mode, ALT+' and ALT+" now respectively add single quotes and double quotes around the current selection. 2021-11-12 21:48:44 +01:00
gb.form.mdi Workspace: Activating an unknown window is nw silently ignored. 2021-08-02 22:22:42 +02:00
gb.form.print
gb.form.stock Redraw 'ungroup' icon. Add some new mimetypes for the Gambas icon theme. 2021-11-06 15:19:59 +01:00
gb.form.terminal TerminalView: Support for RGB colors. 2021-11-09 02:05:07 +01:00
gb.gui.base TreeView: Using a Move*() method now ensures that the view is actually sorted. 2021-11-05 18:43:13 +01:00
gb.logging
gb.map Fixed Fixed a bug in the Near function of _ShapeItem and MapBound.InBounds 2021-11-01 14:12:00 +01:00
gb.markdown Fix list generation, by removing a strange insertion of void paragraph. 2021-10-22 04:27:50 +02:00
gb.media.form MediaView, also hide spacer panel when hiding controls 2021-05-25 10:45:24 +01:00
gb.memcached
gb.mysql
gb.net.pop3 * Project version updates. 2021-04-24 16:42:54 +02:00
gb.net.smtp * Project version updates. 2021-04-24 16:42:54 +02:00
gb.report
gb.report2
gb.scanner
gb.settings Raise an error if we try use an object that is not an array or a collection as setting value. 2021-10-01 22:27:17 +02:00
gb.term.form
gb.util Fix File.FormatSize() so that no more than three significant digits are returned. 2021-10-21 14:03:54 +02:00
gb.util.web
gb.web Add Request.Scheme property. Take HTTP headers into account to detect 'https'. 2021-07-15 14:29:12 +02:00
gb.web.feed
gb.web.form * Project version updates. 2021-04-24 16:42:54 +02:00
gb.web.gui Deleting a control now correctly disables its associated shortcut. 2021-09-08 23:57:00 +02:00
order