Daniel Grunwald
76fed2b8d0
Move regex-based highlighting engine from DocumentHighlighter into its own new class (HighlightingEngine).
...
DocumentHighlighter now only is only responsible for maintaining the highlighting state (span stacks at line boundaries).
13 years ago
Daniel Grunwald
d4ccfd282d
Solution configuration management: preserve Deploy.0 flag.
13 years ago
Daniel Grunwald
b2e8ef2a13
Fix InvalidOperationException in semantic highlighter.
13 years ago
Matt Ward
e0567649e8
Fix MSpec test selection in Unit Tests window.
...
Run tests just for the class or namespace selected.
When a test member is selected run all tests for the
associated class (mspec.exe cannot run a single test/specification).
13 years ago
Matt Ward
9b06797694
Fix MSpec failures missing line numbers in Errors window.
13 years ago
Matt Ward
1c66e2143c
Fix MSpec behaves_like tests not updating in Unit Tests window.
13 years ago
Matt Ward
dd3e59a964
Update MSpec addin unit tests.
...
Excluding class filter unit tests.
13 years ago
Matt Ward
44143f236c
Fix goto definition for MSpec fields in Unit Tests window.
13 years ago
Matt Ward
c9490b5f2a
Reformat code.
13 years ago
Matt Ward
609b1ad8a3
Add MSpec addin to installer.
13 years ago
Matt Ward
29e267f154
Add MSpec addin.
13 years ago
Daniel Grunwald
2eeb58101d
Initialize all the colors for semantic highlighting.
13 years ago
Daniel Grunwald
6130566786
Merge NRefactory 5.3.0-185-g85bbcab to newNR branch
13 years ago
Daniel Grunwald
85bbcab8de
Remove old ObservableAstVisitor
13 years ago
Daniel Grunwald
07bf385a27
Remove IUnresolvedFile.GetTypeResolveContext
13 years ago
Daniel Grunwald
453c566254
Fix various bugs in new solution model.
13 years ago
Daniel Grunwald
38f87d9709
Fix build.
13 years ago
Daniel Grunwald
9d44d868c8
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR
13 years ago
Daniel Grunwald
3605016f6b
Support 'copyFrom' when creating project/solution configurations.
13 years ago
Daniel Grunwald
a7047035c4
Fixed performance bug when pressing Backspace - we were unnecessarily building the visual line for the intermediate state where the previous character is selected but not deleted.
13 years ago
Daniel Grunwald
9ff68ecaed
Fix "InvalidOperationException: Trying to build visual line from collapsed line" when the start of a folding section is hidden by a different element generator than the FoldingElementGenerator. (e.g. TruncateLongLines)
13 years ago
Daniel Grunwald
72d01bd043
Fix some more crashes reported by UDC.
13 years ago
Daniel Grunwald
10a368a382
Fix NullReferenceException in PropertyPad.SetSelectableObjects
13 years ago
Daniel Grunwald
9cc8c5248d
Fix various crashes reported by UDC.
13 years ago
Daniel Grunwald
57124599a0
Fix OverflowException in VB lexer when a double literal is too large.
13 years ago
Daniel Grunwald
b7c439bb97
Disable IME while the caret is within a read-only section.
13 years ago
Siegfried Pammer
0dec5058bf
fixed IME: IME context is properly restored when returning from a toolbar or button.
13 years ago
Daniel Grunwald
94e05c3e7f
Implemented loading+saving of project+solution preferences.
13 years ago
Daniel Grunwald
6e08cfe87e
Reimplemented project configuration management.
13 years ago
Daniel Grunwald
091d791b5b
Change IProject.Items to IMutableModelCollection; and get rid of the IProjectItemListProvider interface.
13 years ago
Daniel Grunwald
c2c89c7014
Move project service events to IProjectService interface.
13 years ago
Mike Krüger
49540a6395
Fixed bug in completion mini lexer.
13 years ago
Daniel Grunwald
327e3709ec
Fix InvalidOperationException: "Dispatcher processing is suspended" when an assertion occurs while WPF the dispatcher is suspended.
13 years ago
Daniel Grunwald
918b47ca70
Fix various issues with the new solution model.
13 years ago
Mike Krüger
9b20013448
Don't format a document when no nodes should be formatted.
13 years ago
Matt Ward
8bc8fb1e18
Fix C++ backend binding sample.
13 years ago
Matt Ward
0463ff4a40
Remove code completion sample.
...
Add readme that links to two third party code completion samples
that use AvalonEdit and SharpDevelop DOM and NRefactory.
13 years ago
Matt Ward
245c2bd9ca
Fix Gallio sample.
...
Compile Gallio extension with AnyCPU so it works on x64 Windows.
13 years ago
Matt Ward
73744272ed
Fix line counter sample.
13 years ago
Matt Ward
cedc68b9ca
Fix image viewer sample.
13 years ago
Matt Ward
a7557c0c4e
Fix alternate editor display binding sample.
13 years ago
Matt Ward
80915541cc
Fix codon creation sample.
13 years ago
Daniel Grunwald
50475d75a6
Update AvalonEdit.nuspec for 4.3 release.
13 years ago
Daniel Grunwald
b080736e84
Update AvalonEdit.shfbproj for new version of Sandcastle Help File Builder.
13 years ago
Daniel Grunwald
d0cbb644a3
CSharpOutputVisitor: don't call formatter.StartNode() on null nodes.
13 years ago
Matt Ward
4b284c60c6
Fix unable to create display binding message in SDA sample.
13 years ago
Christoph Wille
73abd1c97b
Publish to x64 IIS
13 years ago
Christoph Wille
8bd353ee16
Fix dynamic languages conversion
13 years ago
Christoph Wille
666df3adf9
Upgrade project files
13 years ago
Mike Krüger
8be2eeef65
Fixed some false positives in parameter not used issue.
13 years ago