-
File Added: antr_v3_strings.patch.
2009-02-19 12:49:38 UTC in jEdit
-
This patch provides support for Antlr version 3 strings and proper support of the '\' char within string literals.
--- modes/antlr.xml 2008-03-17 10:21:01.732143000 -0700
+++ modes/antlr.xml 2008-07-08 09:53:36.019935938 -0700
@@ -27,10 +27,14 @@
*/
//
-.
2008-07-08 17:09:40 UTC in jEdit
-
Wow. That's embarrassing. I never knew what that did until now.
I'll just go crawl in a hole now.
2008-03-30 21:26:13 UTC in jEdit
-
Added option to search & replace Dialog to search the directory of the current buffer. I did this because I found I was constantly opening the "open file" dialog, grabbing the path ( which is the directory of the current buffer ) and then opening the search dialog and pasting that path into the search directory.
2008-03-30 17:32:35 UTC in jEdit
-
Mode "assembly-x86.xml" needs a regular expression to recognize hex numbers in asm. (Hex is used *very* often in ASM). here is a bunch of different ways to write a number in x86 asm:
023h 0x28 0DEADBEEFh 0xDEADBEEF
The attached patch file will insert the digit regular expression. It was created against rev 9228 using link...
2007-07-19 00:30:35 UTC in jEdit