commits

date

comment

45e1f3bfb54c
by yallie
(80 downloads)
Mar 13
10:37 PM
default tip

Fixed SkipWhitespace method in C# grammar sample.

66f66a092044
by yallie
(0 downloads)
Mar 10
9:41 PM

Adjusted brace-matching style transparency.

6e44d35f72fb
by yallie
(1 download)
Mar 10
9:06 PM

Improved dynamic highlighting, added XML-docfile for FastColoredTextBox library.

7a6370dfb5cc
by yallie
(0 downloads)
Mar 10
8:49 PM

Added WavyLineStyle and error token highlighting support.

8341a292fa3b
by yallie
(0 downloads)
Mar 10
8:16 PM

Merged.

8ec5e0747abe
by yallie
(0 downloads)
Mar 10
7:50 PM

Improved LoadSourceFile() method: added cleaning undo buffer and resetting visible range.

453fc85667c1
by yallie
(0 downloads)
Mar 10
5:32 PM

Simplified Assembly.LoadFrom(fileName) results check: now we have a HashSet of loaded assemblies instead of a Dictionary.

af9eaaade4bd
by yallie
(0 downloads)
Mar 9
11:33 PM

Added support for brace matching.

70a1f75b89f1
by yallie
(0 downloads)
Mar 9
10:47 PM

Replated RichTextBox with FastColoredTextBox. Added FastColoredTextBoxHighlighter.

cd2cb16ab648
by yallie
(0 downloads)
Mar 9
12:02 AM

Added Refresh button: allows refreshing currently selected grammar when auto-refresh checkbox is unchecked or the file system doesn't support change notifications.

deab618f5b98
by yallie
(0 downloads)
Mar 8
11:23 PM

Minor bugfix.

97de9e28d7af
by yallie
(0 downloads)
Mar 8
11:14 PM

Improved dependency resolution for grammar assemblies. For the first time the assembly is always loaded using LoadFrom(fileName) to enable standard .NET dependency resolution policy. If dependent assembly couldn't be located, GrammarExplorer asks the user to browse for a file, like .NET Reflector does.

8cce71e2454f
by yallie
(0 downloads)
Mar 8
11:08 PM

Enabled assembly shadow copying so that Assembly.LoadFrom(file) doesn't lock the file.

54d64b40c923
by rivantsov
(84 downloads)
Jan 23
2:52 AM

bug fixes

8e4dff5465fa
by rivantsov
(0 downloads)
Jan 22
11:44 PM

Merged with assembly loader fixes

bb6949c7f6bc
by rivantsov
(0 downloads)
Jan 22
11:43 PM

working checkin

a33acd45ebfe
by yallie
(0 downloads)
Jan 21
11:21 PM

Added simple assembly resolution logic to GrammarLoader (work item #9865).

94175ed4cb6e
by yallie
(0 downloads)
Jan 21
8:52 PM

Merged with main branch.

766a77bbd22b
by yallie
(1 download)
Oct 15 2011
8:00 PM

Merged.

126e3572745a
by yallie
(1 download)
Oct 15 2011
7:55 PM

New Refal language sample: pretty-printer for Refal expressions.

eb101797ff6e
by rivantsov
(28 downloads)
Jan 5
8:38 AM

Beware - breaking changes! Major refactorings...

8f1ff495c31a
by rivantsov
(4 downloads)
Jan 3
2:40 PM

finish refactoring of AST build process

b96275affb9f
by rivantsov
(4 downloads)
Jan 2
6:00 PM

minor fixes in terminals

7e74fdcaba44
by rivantsov
(0 downloads)
Jan 2
9:02 AM

Reimplemented CustomActionHere hint (formerly ResolveInCode)

2e9f759d8f16
by rivantsov
(1 download)
Jan 1
12:40 AM

multiple refactorings; added Locate button to Grammar Explorer