Siegfried Pammer
|
d64e3f2657
|
remove interfaces:
- ITextEditorProvider
- ICodeEditorProvider
move implementation of IPositionable to CodeEditor
|
12 years ago |
Siegfried Pammer
|
39c2182073
|
move IFileDocumentProvider implementation to CodeEditor
|
12 years ago |
Siegfried Pammer
|
4fcb17dd97
|
move IEditable implementation to CodeEditor
|
12 years ago |
Siegfried Pammer
|
e85d13d875
|
remove SplitView functionality from CodeEditor
|
12 years ago |
Andreas Weizel
|
226fef0697
|
Showing target file name in action menu of MoveTypeToFile/RenameFileToMatchTypeName context actions.
|
12 years ago |
Daniel Grunwald
|
1b2ad62f09
|
Increase DispatcherPriority of some BeginInvoke calls to ensure that no user input is processed before the callback runs.
This prevents the code editor from 'stealing' the focus when opening a dialog (e.g. Go To) while loading a solution.
|
12 years ago |
Siegfried Pammer
|
473480ab24
|
show FQN in XMLDoc tooltips (matches SD 4.x behavior)
|
12 years ago |
Andreas Weizel
|
1a49d18ec7
|
Fixed "switch" code snippet, added "ifnull" and "ifnotnull" snippets.
|
12 years ago |
Siegfried Pammer
|
6462cf409a
|
add missing file
|
12 years ago |
Siegfried Pammer
|
78d4cc2632
|
Add comment column and edit command to Resource Editor
|
12 years ago |
Siegfried Pammer
|
8bdd68f232
|
properly handle comment metadata in Resource Editor
|
12 years ago |
Siegfried Pammer
|
709285d091
|
implement CodeDomLocalizationModel detection in FormsDesigner
|
12 years ago |
Siegfried Pammer
|
65955bdb28
|
implement IServiceProvider in ILanguageBinding
|
12 years ago |
Siegfried Pammer
|
e9b60dbf09
|
add basic support for adding event handlers in FormsDesigner
|
12 years ago |
Siegfried Pammer
|
653805323d
|
fix JumpTo in QuickClassBrowser
|
12 years ago |
Daniel Grunwald
|
16313e486b
|
Add CSharpDesignerGenerator.
|
12 years ago |
Siegfried Pammer
|
272df157d8
|
rename DocumentUtilitites to DocumentUtilities
|
12 years ago |
Andreas Weizel
|
d1f2295a07
|
Fixed bug causing regions to close suddenly.
|
12 years ago |
Daniel Grunwald
|
5b89814e74
|
Implement C# forms designer loader.
|
12 years ago |
Daniel Grunwald
|
65c37c6e70
|
Use the TypeGraph from NRefactory; remove the one from SharpDevelop.
|
12 years ago |
Daniel Grunwald
|
d3a3db75fb
|
Enable WiX dialog designer.
|
12 years ago |
Siegfried Pammer
|
3e96d7a6ea
|
Add easier usable API for SearchPanel built into AvalonEdit
|
12 years ago |
Siegfried Pammer
|
01253ffb9c
|
reintroduce ResourceEditor
|
12 years ago |
Daniel Grunwald
|
00e083ae5d
|
Adjust SharpDevelop to NRefactory changes.
|
12 years ago |
Daniel Grunwald
|
11f74b1d1e
|
EnhancedScrollBar: put TrackAdorner into the track grid instead of using the adorner layer. This prevents the issue markers from getting lost when switching view contents.
|
12 years ago |
Daniel Grunwald
|
560265cf61
|
Improve newline handling of XmlDocTooltipProvider.
|
12 years ago |
Daniel Grunwald
|
8c555650d9
|
Don't show the context action popup when the caret is outside the editor boundaries
|
12 years ago |
Daniel Grunwald
|
f8488b61a7
|
Fix some compiler warnings.
|
12 years ago |
Daniel Grunwald
|
97e6596a2c
|
Set target CPU to AnyCPU where possible.
|
12 years ago |
Peter Forstmeier
|
6307d68d90
|
Grouping
|
12 years ago |
Siegfried Pammer
|
c98417aee0
|
introduce ILanguageBinding in IProject
|
12 years ago |
Siegfried Pammer
|
7c0e667388
|
move Attach/Detach to ITextEditorExtension and use ILanguageBinding as extensible replacement for old "LanguageProperties"
|
12 years ago |
Siegfried Pammer
|
b501529965
|
reimplemented language-specific snippet functions
|
12 years ago |
Daniel Grunwald
|
6d38e5fdfd
|
HexEditor: Replace more control characters with dots.
|
12 years ago |
Daniel Grunwald
|
f57aee42c0
|
Close editor popups (FlowDocumentPopup + debugger popups) when the mouse moves away from them.
Fix popup not closing when switching to another document.
|
12 years ago |
Daniel Grunwald
|
bc7425f998
|
Add FormsDesigner project to solution.
Several important classes are not ported to SD5 yet and are commented out; so the designer is not yet usable.
|
12 years ago |
Daniel Grunwald
|
de381fe654
|
Better ProcessRunner that supports using the same pipe for stdout+stderr, and provides async APIs.
|
12 years ago |
Daniel Grunwald
|
e0d6d8d9d9
|
Use new ProjectTemplate base class.
We now allow loading .xpt files from embedded resources.
|
12 years ago |
Daniel Grunwald
|
44d5a83dc4
|
Add IFileSystem interface to SharpDevelop.
|
12 years ago |
Daniel Grunwald
|
9a6e77d214
|
AvalonEdit encoding detection: add support for UTF-8 without BOM.
We now don't add a BOM when saving an UTF-8 that didn't have one when it was loaded.
|
12 years ago |
Matt Ward
|
1c3161d42e
|
Check known file extensions for icons when collecting usage data.
Check the file extension against file filters first and then
check the file extensions that have an associated icon.
|
12 years ago |
Daniel Grunwald
|
918582348c
|
Fix compiler warnings.
|
12 years ago |
Daniel Grunwald
|
ed91c296ff
|
Clear property container on designer unload so that the ComboBox of selectable objects stays empty when the designer cannot be reloaded due to syntax errors.
|
12 years ago |
Daniel Grunwald
|
38f87d9709
|
Fix build.
|
13 years ago |
Daniel Grunwald
|
72d01bd043
|
Fix some more crashes reported by UDC.
|
13 years ago |
Daniel Grunwald
|
7f08fe1c0f
|
Simplify project creation API.
|
13 years ago |
Daniel Grunwald
|
bb4e74c170
|
Worked on IProjectService API.
|
13 years ago |
Daniel Grunwald
|
3841dbf8a1
|
Fix NullReferenceException when hovering over ChangeMarkerMargin in a text file without syntax highlighting.
|
13 years ago |
Daniel Grunwald
|
194dcce61d
|
Add FakeMessageLoop as a fall-back service so that unit tests don't have to instantiate it manually.
Improved the ISolution implementation.
|
13 years ago |
Daniel Grunwald
|
7aa8e6c63b
|
Initial implementation of new ISolution-API.
|
13 years ago |