Tue, 14 Mar 2017 20:50:21 +0100 avoid global variables with implicit initialization;
wenzelm [Tue, 14 Mar 2017 20:50:21 +0100] rev 65239
avoid global variables with implicit initialization;
Tue, 14 Mar 2017 20:39:50 +0100 more robust early initialization;
wenzelm [Tue, 14 Mar 2017 20:39:50 +0100] rev 65238
more robust early initialization;
Tue, 14 Mar 2017 20:17:44 +0100 show user error as on command-line, e.g. relevant for unexpected crashes;
wenzelm [Tue, 14 Mar 2017 20:17:44 +0100] rev 65237
show user error as on command-line, e.g. relevant for unexpected crashes;
Tue, 14 Mar 2017 19:46:53 +0100 afford early initialization of JEdit_Options, but it may lead to messy exception trace for malformed etc/preferences (see also 6eeaaefcea56);
wenzelm [Tue, 14 Mar 2017 19:46:53 +0100] rev 65236
afford early initialization of JEdit_Options, but it may lead to messy exception trace for malformed etc/preferences (see also 6eeaaefcea56); tuned signature;
Tue, 14 Mar 2017 19:40:39 +0100 tuned message;
wenzelm [Tue, 14 Mar 2017 19:40:39 +0100] rev 65235
tuned message;
Tue, 14 Mar 2017 18:08:21 +0100 normalize changes strictly as specified in the protocol definition (assuming non-overlapping ranges, amending 0f555ce33970), e.g. relevant for automatic quotes/parentheses around selection;
wenzelm [Tue, 14 Mar 2017 18:08:21 +0100] rev 65234
normalize changes strictly as specified in the protocol definition (assuming non-overlapping ranges, amending 0f555ce33970), e.g. relevant for automatic quotes/parentheses around selection;
Tue, 14 Mar 2017 17:32:19 +0100 always update decorations eventually after document changes: VSCode might reset it, but PIDE might produce an unchanged result that is not published again;
wenzelm [Tue, 14 Mar 2017 17:32:19 +0100] rev 65233
always update decorations eventually after document changes: VSCode might reset it, but PIDE might produce an unchanged result that is not published again;
Tue, 14 Mar 2017 16:20:07 +0100 avoid race condition between current_state().stable_tip_version and model.rendering();
wenzelm [Tue, 14 Mar 2017 16:20:07 +0100] rev 65232
avoid race condition between current_state().stable_tip_version and model.rendering();
Tue, 14 Mar 2017 15:19:33 +0100 tuned;
wenzelm [Tue, 14 Mar 2017 15:19:33 +0100] rev 65231
tuned;
Tue, 14 Mar 2017 15:14:56 +0100 updated dependencies;
wenzelm [Tue, 14 Mar 2017 15:14:56 +0100] rev 65230
updated dependencies;
Tue, 14 Mar 2017 14:55:00 +0100 explicitly ignore "initialized" message;
wenzelm [Tue, 14 Mar 2017 14:55:00 +0100] rev 65229
explicitly ignore "initialized" message;
Tue, 14 Mar 2017 14:43:10 +0100 clarified shutdown;
wenzelm [Tue, 14 Mar 2017 14:43:10 +0100] rev 65228
clarified shutdown;
Tue, 14 Mar 2017 13:27:39 +0100 tuned;
wenzelm [Tue, 14 Mar 2017 13:27:39 +0100] rev 65227
tuned;
Tue, 14 Mar 2017 11:49:51 +0100 tuned;
wenzelm [Tue, 14 Mar 2017 11:49:51 +0100] rev 65226
tuned;
Tue, 14 Mar 2017 11:48:15 +0100 support for permanent phase_changed watcher;
wenzelm [Tue, 14 Mar 2017 11:48:15 +0100] rev 65225
support for permanent phase_changed watcher;
Tue, 14 Mar 2017 11:22:47 +0100 tuned;
wenzelm [Tue, 14 Mar 2017 11:22:47 +0100] rev 65224
tuned;
Tue, 14 Mar 2017 11:16:23 +0100 more robust startup, despite remaining race condition of debugger.is_active vs. session.is_ready;
wenzelm [Tue, 14 Mar 2017 11:16:23 +0100] rev 65223
more robust startup, despite remaining race condition of debugger.is_active vs. session.is_ready;
Tue, 14 Mar 2017 10:49:07 +0100 more robust debugger initialization, e.g. required for GUI components before actual session startup;
wenzelm [Tue, 14 Mar 2017 10:49:07 +0100] rev 65222
more robust debugger initialization, e.g. required for GUI components before actual session startup;
Tue, 14 Mar 2017 09:41:02 +0100 more abstract module Document;
wenzelm [Tue, 14 Mar 2017 09:41:02 +0100] rev 65221
more abstract module Document;
Tue, 14 Mar 2017 00:13:38 +0100 tuned;
wenzelm [Tue, 14 Mar 2017 00:13:38 +0100] rev 65220
tuned;
Tue, 14 Mar 2017 00:09:15 +0100 misc tuning and simplification;
wenzelm [Tue, 14 Mar 2017 00:09:15 +0100] rev 65219
misc tuning and simplification;
Mon, 13 Mar 2017 23:24:20 +0100 more explicit Session.xml_cache;
wenzelm [Mon, 13 Mar 2017 23:24:20 +0100] rev 65218
more explicit Session.xml_cache;
Mon, 13 Mar 2017 23:14:44 +0100 tuned;
wenzelm [Mon, 13 Mar 2017 23:14:44 +0100] rev 65217
tuned;
Mon, 13 Mar 2017 22:50:26 +0100 tuned signature;
wenzelm [Mon, 13 Mar 2017 22:50:26 +0100] rev 65216
tuned signature;
Mon, 13 Mar 2017 22:02:42 +0100 tuned signature;
wenzelm [Mon, 13 Mar 2017 22:02:42 +0100] rev 65215
tuned signature;
Mon, 13 Mar 2017 21:37:35 +0100 clarified modules;
wenzelm [Mon, 13 Mar 2017 21:37:35 +0100] rev 65214
clarified modules;
Mon, 13 Mar 2017 20:33:42 +0100 proper local debugger state, depending on session;
wenzelm [Mon, 13 Mar 2017 20:33:42 +0100] rev 65213
proper local debugger state, depending on session; tuned signature;
Mon, 13 Mar 2017 17:21:46 +0100 more robust startup/init: let Session.stop wait for protocol handler initialization;
wenzelm [Mon, 13 Mar 2017 17:21:46 +0100] rev 65212
more robust startup/init: let Session.stop wait for protocol handler initialization;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 tip