blanchet [Wed, 23 Apr 2014 10:23:26 +0200] rev 56635
added 'inj_map' as auxiliary BNF theorem
blanchet [Wed, 23 Apr 2014 10:23:26 +0200] rev 56634
tuned whitespace
hoelzl [Wed, 23 Apr 2014 09:32:00 +0200] rev 56633
remove add_eq_zero_iff, it is replaced by add_nonneg_eq_0_iff; also removes it from the simpset
wenzelm [Tue, 22 Apr 2014 12:41:34 +0200] rev 56632
favorites for jEdit file browser, although an expanded directory path is expected here, not environment variables;
wenzelm [Tue, 22 Apr 2014 12:30:54 +0200] rev 56631
tuned;
wenzelm [Tue, 22 Apr 2014 12:05:02 +0200] rev 56630
clarified exit code for the rare situation where Runtime.exn_error_message might fail;
wenzelm [Tue, 22 Apr 2014 12:03:58 +0200] rev 56629
tuned;
wenzelm [Tue, 22 Apr 2014 11:53:05 +0200] rev 56628
tuned -- avoid warning about catch-all handler;
wenzelm [Tue, 22 Apr 2014 11:47:57 +0200] rev 56627
more general exit;
haftmann [Mon, 21 Apr 2014 21:16:05 +0200] rev 56626
swap with qualifier;
tuned
paulson <lp15@cam.ac.uk> [Sun, 20 Apr 2014 00:25:05 +0100] rev 56625
sos accepts False, returns apply command
wenzelm [Sat, 19 Apr 2014 20:01:26 +0200] rev 56624
clarified actor plumbing;
wenzelm [Sat, 19 Apr 2014 19:52:02 +0200] rev 56623
more elementary option sledgehammer_provers, avoiding complications of defaults from ML side (NB: guessing at number of cores does not make sense in PIDE);
wenzelm [Sat, 19 Apr 2014 19:03:32 +0200] rev 56622
clarified tooltip_lines: HTML.encode already takes care of newline (but not space);
wenzelm [Sat, 19 Apr 2014 18:37:41 +0200] rev 56621
removed odd context argument: Thy_Info.get_theory does not fit into PIDE document model;
wenzelm [Sat, 19 Apr 2014 17:33:51 +0200] rev 56620
obsolete for release;
wenzelm [Sat, 19 Apr 2014 17:28:07 +0200] rev 56619
obsolete since polyml-5.5.0;
wenzelm [Sat, 19 Apr 2014 17:23:05 +0200] rev 56618
added command 'SML_export' and 'SML_import' for exchange of toplevel bindings;
wenzelm [Thu, 17 Apr 2014 14:52:23 +0200] rev 56617
reintroduced process interrupt for the sake of synchronous protocol commands like "use_theories" (see also 27930cf6f0f7);
wenzelm [Thu, 17 Apr 2014 13:21:36 +0200] rev 56616
added protocol command "use_theories", with core functionality of batch build;
wenzelm [Thu, 17 Apr 2014 12:03:15 +0200] rev 56615
tuned comments;
wenzelm [Thu, 17 Apr 2014 11:42:36 +0200] rev 56614
tuned;
wenzelm [Thu, 17 Apr 2014 11:31:46 +0200] rev 56613
tuned option name;
wenzelm [Thu, 17 Apr 2014 11:29:15 +0200] rev 56612
tuned;
wenzelm [Thu, 17 Apr 2014 11:13:30 +0200] rev 56611
proper tooltip_lines for multi-line text;
wenzelm [Thu, 17 Apr 2014 10:58:10 +0200] rev 56610
unused;
wenzelm [Thu, 17 Apr 2014 10:54:10 +0200] rev 56609
capitalize more carefully, e.g. relevant for option "ML_exception_trace";
haftmann [Wed, 16 Apr 2014 21:51:41 +0200] rev 56608
more simp rules for Fun.swap
wenzelm [Wed, 16 Apr 2014 18:28:13 +0200] rev 56607
updated to jdk-8u5;
wenzelm [Wed, 16 Apr 2014 14:16:22 +0200] rev 56606
avoid ooddity: invoke intended function instead of java.awt.Container.invalidate();
wenzelm [Wed, 16 Apr 2014 13:48:35 +0200] rev 56605
tuned;
wenzelm [Wed, 16 Apr 2014 13:35:49 +0200] rev 56604
tuned spelling;
wenzelm [Wed, 16 Apr 2014 13:28:21 +0200] rev 56603
more uniform treatment of word case for check / complete;
wenzelm [Wed, 16 Apr 2014 12:32:36 +0200] rev 56602
capitalize fully (like in Emacs);
wenzelm [Wed, 16 Apr 2014 12:26:12 +0200] rev 56601
clarified word case;
more robust treatment of codepoints;
wenzelm [Wed, 16 Apr 2014 11:52:26 +0200] rev 56600
more specific support for sequence of words;
wenzelm [Wed, 16 Apr 2014 09:38:40 +0200] rev 56599
tuned signature -- separate module Word;
wenzelm [Tue, 15 Apr 2014 22:41:10 +0200] rev 56598
more NEWS;
wenzelm [Tue, 15 Apr 2014 22:19:07 +0200] rev 56597
tuned default: melange of all "en" dialects;
wenzelm [Tue, 15 Apr 2014 22:18:21 +0200] rev 56596
updated to jortho-1.0-2: added dictionary "en-CA", changed dictionary "en" to be the union of all dialects instead of intersection;
wenzelm [Tue, 15 Apr 2014 21:13:20 +0200] rev 56595
more context-sensitivity;
wenzelm [Tue, 15 Apr 2014 20:24:49 +0200] rev 56594
tuned spelling;
wenzelm [Tue, 15 Apr 2014 19:51:55 +0200] rev 56593
back to unrestricted before_caret_range, which is important for quick editing at the end of line (amending 83777a91f5de);
wenzelm [Tue, 15 Apr 2014 19:27:50 +0200] rev 56592
prefer direct caret_range for update_dictionary actions, which usually happen outside the flow of editing;
more robust point_range;
tuned;
wenzelm [Tue, 15 Apr 2014 19:11:34 +0200] rev 56591
clarified abbreviations for cartouche delimiters, to work in any context;
wenzelm [Tue, 15 Apr 2014 16:44:06 +0200] rev 56590
clarified treatment of markup ranges wrt. revert/convert: inflate_singularity allows to retrieve information like language_context more reliably during editing;
wenzelm [Tue, 15 Apr 2014 13:07:59 +0200] rev 56589
more robust JEdit_Lib.line_range, according to usual jEdit confusion at end of last line;
wenzelm [Tue, 15 Apr 2014 12:45:16 +0200] rev 56588
avoid conflict of Isabelle/jEdit popups with jEdit context menu;
wenzelm [Tue, 15 Apr 2014 12:34:16 +0200] rev 56587
clarified before_caret_range: prevent continuation on next line;
more robust jedit_text_areas in unclear situations of object initialization;
wenzelm [Tue, 15 Apr 2014 11:26:17 +0200] rev 56586
explicit menu action to complete word;
wenzelm [Tue, 15 Apr 2014 11:05:48 +0200] rev 56585
common context menu for Isabelle/jEdit;
wenzelm [Tue, 15 Apr 2014 10:44:38 +0200] rev 56584
tuned;
wenzelm [Tue, 15 Apr 2014 00:23:15 +0200] rev 56583
tuned;
wenzelm [Tue, 15 Apr 2014 00:21:31 +0200] rev 56582
tuned spelling;
wenzelm [Tue, 15 Apr 2014 00:14:57 +0200] rev 56581
tuned menu;
wenzelm [Tue, 15 Apr 2014 00:07:07 +0200] rev 56580
NEWS;
wenzelm [Tue, 15 Apr 2014 00:03:39 +0200] rev 56579
tuned spelling;
wenzelm [Mon, 14 Apr 2014 23:26:52 +0200] rev 56578
proper signature for dynamic BeanShell action;
wenzelm [Mon, 14 Apr 2014 23:24:05 +0200] rev 56577
tuned;
wenzelm [Mon, 14 Apr 2014 23:13:10 +0200] rev 56576
added context menu for spell checker actions;
wenzelm [Mon, 14 Apr 2014 22:51:23 +0200] rev 56575
full repaint after dictionary update;
wenzelm [Mon, 14 Apr 2014 21:51:41 +0200] rev 56574
some actions to maintain spell-checker dictionary;
wenzelm [Mon, 14 Apr 2014 20:36:50 +0200] rev 56573
more explicit user declarations for main dictionary;
support non-permanent declarations;
noschinl [Mon, 14 Apr 2014 13:26:12 +0200] rev 56572
Removed old experiment (broken since b458b4ac570f resp 4159caa18f85)
hoelzl [Mon, 14 Apr 2014 13:08:17 +0200] rev 56571
added divide_nonneg_nonneg and co; made it a simp rule
wenzelm [Mon, 14 Apr 2014 10:55:56 +0200] rev 56570
support for persistent user dictionaries;
wenzelm [Mon, 14 Apr 2014 09:28:42 +0200] rev 56569
tuned;
wenzelm [Mon, 14 Apr 2014 09:24:47 +0200] rev 56568
eliminated somewhat pointless locale parameter;
wenzelm [Sun, 13 Apr 2014 22:08:00 +0200] rev 56567
tuned;
wenzelm [Sun, 13 Apr 2014 21:59:37 +0200] rev 56566
clarified complete: participate in case-mangling of check;
wenzelm [Sun, 13 Apr 2014 21:51:49 +0200] rev 56565
tuned;
wenzelm [Sun, 13 Apr 2014 21:43:25 +0200] rev 56564
added spell-checker completion dialog, without counting frequency of items due to empty name;
tuned signature;
wenzelm [Sun, 13 Apr 2014 19:55:16 +0200] rev 56563
tuned signature;
wenzelm [Sun, 13 Apr 2014 19:32:49 +0200] rev 56562
special treatment for '' ligature in TeX, which counts as word separator
wenzelm [Sun, 13 Apr 2014 19:20:03 +0200] rev 56561
more elementary notion of "word" (similar to VoxSpell) -- treat hyphen as separator;
wenzelm [Sun, 13 Apr 2014 19:18:30 +0200] rev 56560
tuned rendering -- avoid overlap with squiggly underline;
wenzelm [Sun, 13 Apr 2014 16:42:44 +0200] rev 56559
added dictionaries_selector GUI;
tuned;
wenzelm [Sun, 13 Apr 2014 16:06:55 +0200] rev 56558
tuned signature -- explicit Spell_Checker_Variable;
wenzelm [Sun, 13 Apr 2014 15:34:54 +0200] rev 56557
updated to jortho-1.0-1: dictionaries from SCOWL 7.1, with parameters like aspell;
simplified dictionary file format;
tuned signature;
wenzelm [Sun, 13 Apr 2014 15:32:03 +0200] rev 56556
clarified according to ML version;
wenzelm [Sat, 12 Apr 2014 21:59:30 +0200] rev 56555
merged
wenzelm [Sat, 12 Apr 2014 21:58:58 +0200] rev 56554
NEWS;
wenzelm [Sat, 12 Apr 2014 21:44:38 +0200] rev 56553
more spell_checker_elements;
tuned color;
wenzelm [Sat, 12 Apr 2014 21:38:38 +0200] rev 56552
some case-mangling;
clarified use of locale;
wenzelm [Sat, 12 Apr 2014 21:00:04 +0200] rev 56551
more general spell_checker_elements;
wenzelm [Sat, 12 Apr 2014 20:49:57 +0200] rev 56550
added spell-checker options;
support for rendering bad words;
wenzelm [Sat, 12 Apr 2014 18:55:49 +0200] rev 56549
added bad_words;
more explicit language and locale;
wenzelm [Sat, 12 Apr 2014 17:46:54 +0200] rev 56548
markup for prose words within formal comments;
wenzelm [Fri, 11 Apr 2014 23:26:31 +0200] rev 56547
added spell-checker based on jortho-1.0;
wenzelm [Fri, 11 Apr 2014 19:07:56 +0200] rev 56546
prefere standard Isabelle/Scala operation, with fixed locale;
haftmann [Sat, 12 Apr 2014 11:27:36 +0200] rev 56545
more operations and lemmas
nipkow [Sat, 12 Apr 2014 17:26:27 +0200] rev 56544
made mult_pos_pos a simp rule
kuncar [Fri, 11 Apr 2014 23:22:00 +0200] rev 56543
bi_unique and co. rules from the BNF hook must be introduced after bi_unique op= and co. rules are introduced
nipkow [Fri, 11 Apr 2014 22:53:47 +0200] rev 56542
merged
nipkow [Fri, 11 Apr 2014 22:53:33 +0200] rev 56541
made divide_pos_pos a simp rule
kuncar [Fri, 11 Apr 2014 22:19:37 +0200] rev 56540
fix the reflexivity prover