src/Tools/jEdit/src/rich_text_area.scala
Wed, 22 Oct 2014 17:34:01 +0200 wenzelm proper line height and text base line, like regular TextAreaPainter.PaintText;
Mon, 04 Aug 2014 19:47:25 +0200 wenzelm even more thorough reset on mouse drag (see also 0c63f3538639, 7e8c11011fdf);
Wed, 23 Jul 2014 11:19:24 +0200 wenzelm clarified module name: facilitate alternative GUI frameworks;
Tue, 06 May 2014 22:01:43 +0200 wenzelm more robust line_range, according to usual jEdit confusion at end of last line (see also 71c5d1f516c0);
Tue, 06 May 2014 21:29:17 +0200 wenzelm common support for search field, which is actually a light-weight Highlighter;
Tue, 22 Apr 2014 23:49:15 +0200 wenzelm avoid "Adaptation of argument list by inserting ()" -- deprecated in scala-2.11.0;
Tue, 15 Apr 2014 19:27:50 +0200 wenzelm prefer direct caret_range for update_dictionary actions, which usually happen outside the flow of editing;
Sun, 13 Apr 2014 21:51:49 +0200 wenzelm tuned;
Sun, 13 Apr 2014 21:43:25 +0200 wenzelm added spell-checker completion dialog, without counting frequency of items due to empty name;
Sun, 13 Apr 2014 19:55:16 +0200 wenzelm tuned signature;
Sun, 13 Apr 2014 19:18:30 +0200 wenzelm tuned rendering -- avoid overlap with squiggly underline;
Sun, 13 Apr 2014 16:06:55 +0200 wenzelm tuned signature -- explicit Spell_Checker_Variable;
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;
Wed, 09 Apr 2014 16:22:06 +0200 wenzelm dismiss popups more carefully (amending 7e8c11011fdf), notably allow mouse dragging within some tooltip, e.g. for text selection;
Wed, 09 Apr 2014 15:19:22 +0200 wenzelm clarifed results range;
Wed, 09 Apr 2014 13:32:34 +0200 wenzelm avoid confusion about pointless cursor movement with external links;
Sun, 06 Apr 2014 14:30:26 +0200 wenzelm prepare "back" position for Navigator, before following hyperlink;
Fri, 04 Apr 2014 14:31:31 +0200 wenzelm revert ce37fcb30cf2 for the sake of Mac OS X -- let some event listeners of jEdit reset the cursor;
Wed, 02 Apr 2014 20:41:44 +0200 wenzelm tuned signature -- more explicit iterator terminology;
Wed, 02 Apr 2014 11:55:37 +0200 wenzelm more uniform painting of caret, which also improves visibility in invisible state;
Mon, 31 Mar 2014 20:07:59 +0200 wenzelm clear active areas (notably mouse pointer) before changing context (e.g. via hyperlink);
Mon, 31 Mar 2014 18:28:35 +0200 wenzelm reset mouse pointer more decisively, for the sake of Mac OS X (despite the builtin policie of jEdit);
Sat, 29 Mar 2014 20:22:38 +0100 wenzelm check global mouse status before opening tooltip, e.g. relevant when the mouse has moved outside the window and mouse events are no longer seen by this component;
Sat, 29 Mar 2014 12:42:24 +0100 wenzelm dismiss all popups on mouse drags, e.g. to avoid conflict of C-hover of Isabelle/jEdit and C-selection of jEdit;
Sat, 29 Mar 2014 11:29:42 +0100 wenzelm tuned rendering -- change mouse pointer for active areas;
Mon, 17 Mar 2014 11:39:46 +0100 wenzelm tuned signature;
Thu, 27 Feb 2014 17:56:59 +0100 wenzelm simplified rendering -- no need to over-emphasize "token_range";
Wed, 26 Feb 2014 12:15:49 +0100 wenzelm improved rendering of blinking cursor;
Tue, 25 Feb 2014 20:15:47 +0100 wenzelm more completion rendering: active, semantic, syntactic;
less more (0) -50 -30 tip