src/Pure/General/position.ML
Thu, 06 Mar 2014 17:37:32 +0100 wenzelm more decisive commitment to get_free vs. the_const;
Wed, 05 Mar 2014 18:26:35 +0100 wenzelm more markup for inner syntax class/type names (notably for completion);
Thu, 20 Feb 2014 17:51:16 +0100 wenzelm tuned messages;
Mon, 17 Feb 2014 21:37:41 +0100 wenzelm always show PIDE positions as \<here> (0x002302 "House" from DejaVuSansMono);
Wed, 02 Oct 2013 19:49:15 +0200 wenzelm tuned;
Wed, 16 Jan 2013 16:26:36 +0100 wenzelm more explicit treatment of (optional) exception properties, notably for "serial" -- avoid conflict with startPosition = offset;
Wed, 28 Nov 2012 16:09:05 +0100 wenzelm prefer tight Markup.print_int/parse_int for property values;
Sun, 25 Nov 2012 19:49:24 +0100 wenzelm Isabelle-specific implementation of quasi-abstract markup elements -- back to module arrangement before d83797ef0d2d;
Wed, 03 Oct 2012 17:12:08 +0200 wenzelm more error positions;
Sat, 22 Sep 2012 19:32:30 +0200 wenzelm report proper binding positions only -- avoid swamping document model with unspecific information;
Wed, 29 Aug 2012 11:48:45 +0200 wenzelm renamed Position.str_of to Position.here;
Sat, 11 Aug 2012 17:23:09 +0200 wenzelm reports with body text, not just markup;
Mon, 28 Nov 2011 22:05:32 +0100 wenzelm separate module for concrete Isabelle markup;
Tue, 08 Nov 2011 21:09:35 +0100 wenzelm entity markup for bound variables;
Tue, 06 Sep 2011 20:37:07 +0200 wenzelm bulk reports for improved message throughput;
Tue, 06 Sep 2011 19:48:57 +0200 wenzelm tuned signature;
Tue, 16 Aug 2011 21:54:06 +0200 wenzelm tuned message;
Mon, 15 Aug 2011 20:38:16 +0200 wenzelm tuned error message;
Fri, 08 Jul 2011 17:04:38 +0200 wenzelm discontinued odd Position.column -- left-over from attempts at PGIP implementation;
Sun, 15 May 2011 20:38:08 +0200 wenzelm timing of Theory_Data operations, with implicit thread positions when functor is applied;
Mon, 11 Apr 2011 17:11:03 +0200 wenzelm Name_Space.entry_markup: keep def position as separate properties;
Sun, 03 Apr 2011 21:59:33 +0200 wenzelm added Position.reports convenience;
Tue, 11 Jan 2011 16:23:28 +0100 wenzelm clarified notion Position.is_reported;
Sun, 09 Jan 2011 20:30:47 +0100 wenzelm more direct treatment of Position.end_offset;
Sun, 09 Jan 2011 16:03:56 +0100 wenzelm discontinued unused end_line, end_column;
Fri, 17 Sep 2010 20:18:27 +0200 wenzelm tuned signature of (Context_)Position.report variants;
Fri, 17 Sep 2010 17:09:31 +0200 wenzelm simplified/clarified (Context_)Position.markup/reported_text;
Tue, 31 Aug 2010 23:28:21 +0200 wenzelm Command.State: add reported positions to markup tree, according main message position or Markup.binding/entity/report occurrences in body;
Sun, 08 Aug 2010 19:36:31 +0200 wenzelm explicitly distinguish Output.status (essential feedback) vs. Output.report (useful markup);
Thu, 24 Jun 2010 21:57:18 +0200 wenzelm explicit treatment of UTF8 character sequences as Isabelle symbols;
Fri, 21 May 2010 18:10:19 +0200 wenzelm more robust Position.setmp_thread_data, independently of Output.debugging (essentially reverts f9ec18f7c0f6, which was motivated by clean exception_trace, but without transaction positions the Isabelle_Process protocol breaks down);
Sat, 24 Oct 2009 21:30:33 +0200 wenzelm maintain position of formal entities via name space;
Tue, 15 Sep 2009 15:17:53 +0200 wenzelm Isar.define_command: identify transaction;
Sat, 25 Jul 2009 18:55:12 +0200 wenzelm eliminated obsolete/obscure Seq.wrap, Position.setmp_thread_data_seq;
Thu, 04 Jun 2009 19:15:57 +0200 wenzelm export file_name;
Thu, 04 Jun 2009 17:31:37 +0200 wenzelm export value;
Mon, 23 Mar 2009 17:20:31 +0100 wenzelm added report_text -- status messages with text body;
Fri, 02 Jan 2009 15:44:32 +0100 wenzelm added id;
Thu, 04 Sep 2008 16:03:44 +0200 wenzelm Thread.getLocal/setLocal;
Wed, 27 Aug 2008 11:48:54 +0200 wenzelm type Properties.T;
Sat, 09 Aug 2008 00:09:26 +0200 wenzelm added distance_of (permissive version);
Fri, 08 Aug 2008 19:29:01 +0200 wenzelm count offset as well;
Fri, 08 Aug 2008 13:36:44 +0200 wenzelm made SML/NJ happy;
Thu, 07 Aug 2008 19:21:39 +0200 wenzelm only increment column if valid;
Thu, 07 Aug 2008 13:44:42 +0200 wenzelm advance: single argument (again);
Wed, 06 Aug 2008 10:43:42 +0200 wenzelm made SML/NJ happy;
Wed, 06 Aug 2008 00:10:13 +0200 wenzelm of_properties: observe Markup.position_properties';
Tue, 05 Aug 2008 19:29:06 +0200 wenzelm advance: operate on symbol list (less overhead);
Tue, 05 Aug 2008 13:31:38 +0200 wenzelm added report;
Mon, 04 Aug 2008 22:55:08 +0200 wenzelm added encode_range;
Sun, 20 Jul 2008 23:06:55 +0200 wenzelm added type range;
Tue, 01 Jul 2008 18:38:41 +0200 wenzelm added get_id/put_id;
Wed, 14 May 2008 14:43:38 +0200 wenzelm setmp_thread_data: do nothing if Output.debugging;
Wed, 14 May 2008 11:05:10 +0200 wenzelm renamed Position.path to Path.position;
Sat, 12 Apr 2008 17:00:47 +0200 wenzelm advance: do not count utf8 trailer bytes (which happen to be undefined or punctuation in iso-latin);
Sun, 10 Feb 2008 20:49:46 +0100 wenzelm added default_properties;
Mon, 28 Jan 2008 22:27:23 +0100 wenzelm added column field;
Thu, 24 Jan 2008 23:51:13 +0100 wenzelm added setmp_thread_data_seq;
Thu, 03 Jan 2008 22:25:12 +0100 wenzelm type T: based on properties, added id field;
Wed, 02 Jan 2008 23:00:51 +0100 wenzelm of_properties: return filtered result;
less more (0) -60 tip