src/Tools/jEdit/etc/options
Wed, 10 Dec 2014 20:51:27 +0100 wenzelm more informative gutter content: fall-back on background color, e.g. when line numbers are enabled;
Tue, 09 Dec 2014 19:52:26 +0100 wenzelm proper alt_string markup (cf. 2ceb05ee0331);
Tue, 21 Oct 2014 19:20:48 +0200 wenzelm added option jedit_structure_limit;
Thu, 31 Jul 2014 21:29:31 +0200 wenzelm completion popup supports both ENTER and TAB (default);
Sat, 28 Jun 2014 18:02:33 +0200 wenzelm jedit_completion_immediate is enabled by default: let all users participate in slightly more ambitious symbol insertion;
Tue, 06 May 2014 21:29:17 +0200 wenzelm common support for search field, which is actually a light-weight Highlighter;
Tue, 06 May 2014 16:08:07 +0200 wenzelm tuned;
Sat, 03 May 2014 22:47:43 +0200 wenzelm support for path completion based on file-system content;
Sat, 03 May 2014 20:31:29 +0200 wenzelm yet another completion option, to imitate old less ambitious behavior;
Tue, 15 Apr 2014 22:19:07 +0200 wenzelm tuned default: melange of all "en" dialects;
Mon, 14 Apr 2014 09:28:42 +0200 wenzelm tuned;
Mon, 14 Apr 2014 09:24:47 +0200 wenzelm eliminated somewhat pointless locale parameter;
Sun, 13 Apr 2014 16:42:44 +0200 wenzelm added dictionaries_selector GUI;
Sat, 12 Apr 2014 21:58:58 +0200 wenzelm NEWS;
Sat, 12 Apr 2014 21:44:38 +0200 wenzelm more spell_checker_elements;
Sat, 12 Apr 2014 21:00:04 +0200 wenzelm more general spell_checker_elements;
Sat, 12 Apr 2014 20:49:57 +0200 wenzelm added spell-checker options;
Sun, 30 Mar 2014 21:03:40 +0200 wenzelm immediate completion even with delay, which is the default according to 638b29331549;
Tue, 18 Mar 2014 12:25:17 +0100 wenzelm more markup for improper elements;
Mon, 17 Mar 2014 23:16:26 +0100 wenzelm back to KeyEventInterceptor (see 423e29f1f304), but without focus change, which helps to avoid loosing key events due to quick opening and closing of popups;
Mon, 17 Mar 2014 10:45:29 +0100 wenzelm allow implicit semantic completion, notably after delay that exceeds usual round-trip time;
Wed, 12 Mar 2014 16:43:17 +0100 wenzelm clarified Markup.operator vs. Markup.delimiter;
Wed, 05 Mar 2014 19:57:41 +0100 wenzelm tuned color (cf. jEdit FUNCTION);
Wed, 05 Mar 2014 16:13:24 +0100 wenzelm more explicit quasi_keyword markup, for Args.$$$ material, which is somewhere in between of outer and inner syntax;
Thu, 27 Feb 2014 17:56:59 +0100 wenzelm simplified rendering -- no need to over-emphasize "token_range";
Tue, 25 Feb 2014 20:15:47 +0100 wenzelm more completion rendering: active, semantic, syntactic;
Mon, 24 Feb 2014 19:33:39 +0100 wenzelm tuned colors;
Mon, 24 Feb 2014 12:51:55 +0100 wenzelm clarified painting of invisible caret, e.g. focus change due to popup;
Mon, 17 Feb 2014 11:14:26 +0100 wenzelm more markup;
Sat, 15 Feb 2014 18:28:18 +0100 wenzelm more uniform ML keyword markup;
Sat, 18 Jan 2014 19:15:12 +0100 wenzelm support for nested text cartouches;
Mon, 30 Dec 2013 20:35:17 +0100 wenzelm added system option "jedit_print_mode";
Fri, 08 Nov 2013 17:34:37 +0100 wenzelm added jedit_completion_dismiss_delay for hide_popup, which helps to avoid loosing key events on old popup (no change of default behavior);
Thu, 26 Sep 2013 13:28:26 +0200 wenzelm obsolete (see also 48d13465c7c7);
Wed, 25 Sep 2013 16:05:40 +0200 wenzelm bypass Isabelle OSX_Adapter for now -- MacOSX plugin 1.3 manages that better;
Wed, 18 Sep 2013 20:09:26 +0200 wenzelm added option "jedit_auto_load";
Sat, 14 Sep 2013 22:50:15 +0200 wenzelm tuned magic number, for improved reactivity on old 2-core machine;
Mon, 09 Sep 2013 16:15:48 +0200 wenzelm more robust Mac OS X application support;
Thu, 29 Aug 2013 21:53:29 +0200 wenzelm tuned;
Thu, 29 Aug 2013 21:17:46 +0200 wenzelm option to insert unique completion immediately into buffer;
Thu, 29 Aug 2013 10:24:43 +0200 wenzelm some completion options;
Tue, 27 Aug 2013 16:09:28 +0200 wenzelm determine completion geometry like tooltip;
Tue, 27 Aug 2013 15:35:51 +0200 wenzelm explicit "hidden" operation with focus management;
Fri, 23 Aug 2013 11:41:17 +0200 wenzelm added action isabelle.reset-font-size;
Mon, 05 Aug 2013 23:57:29 +0200 wenzelm query process animation;
Sat, 13 Jul 2013 18:13:09 +0200 wenzelm more rendering for information messages;
Sat, 13 Jul 2013 13:58:13 +0200 wenzelm gutter icon for information messages;
Sat, 13 Jul 2013 13:25:42 +0200 wenzelm more explicit Markup.information for messages produced by "auto" tools;
Wed, 10 Jul 2013 20:16:04 +0200 wenzelm less intrusive token_range rendering, which is relevant for inner parse errors;
Fri, 28 Jun 2013 14:51:19 +0200 wenzelm load icons via options -- prefer IntelliJ IDEA for now;
Tue, 21 May 2013 16:47:18 +0200 wenzelm less intrusive rendering of antiquoted text -- avoid visual clash with "blue variables" in particular;
Sat, 18 May 2013 12:41:31 +0200 wenzelm explicit notion of public options, which are shown in the editor options dialog;
Thu, 28 Mar 2013 22:42:18 +0100 wenzelm ghost bullet via markup, which is painted as bar under text (normally space);
Tue, 26 Mar 2013 11:26:13 +0100 wenzelm dockable window for timing information;
Mon, 18 Mar 2013 11:29:50 +0100 wenzelm extra tooltip_delay after window.dismiss operation, to avoid flickering of quick reactivation;
Sat, 16 Mar 2013 21:26:44 +0100 wenzelm more elementary tooltips via mouse events (imitating parts of javax.swing.ToolTipManager) -- avoid abuse of getToolTipText to produce window as side-effect;
Thu, 31 Jan 2013 22:21:05 +0100 wenzelm some native Mac OS X support, notably quit_handler (important for dialog on unsaved changes);
Sat, 15 Dec 2012 21:07:52 +0100 wenzelm more general handling of graphics configurations, to increase chance of proper positioning of tooltips in multi-screen environment;
Wed, 12 Dec 2012 23:36:07 +0100 wenzelm rendering of selected dialog_result as active_result_color, depending on dynamic command status in output panel, but not static popups etc.;
Wed, 12 Dec 2012 21:50:42 +0100 wenzelm support dialog via document content;
less more (0) -60 tip