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
Daniel Grunwald
918b47ca70
Fix various issues with the new solution model.
13 years ago
Daniel Grunwald
7f08fe1c0f
Simplify project creation API.
13 years ago
Daniel Grunwald
785c54c9e8
Worked on new ProjectService implementation.
13 years ago
Daniel Grunwald
bb4e74c170
Worked on IProjectService API.
13 years ago
Daniel Grunwald
9ee497eec8
Hide MSBuildEngine behind service interface and move it to SharpDevelop.exe
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
Daniel Grunwald
5ac93c1540
Port most of SharpDevelop to new ISolution API.
13 years ago
Daniel Grunwald
b88947a4fe
Started refactoring the project service / solution API.
13 years ago
Daniel Grunwald
52e595eb16
Handle IOException (network path not available) in AbstractProject.get_ReadOnly
13 years ago
Daniel Grunwald
658c1d2c53
C# syntax highlighting: Move contextual keywords into other keyword categories
...
Semantic highlighting will undo the keyword highlighting when the keyword is used as an identifier.
13 years ago
Daniel Grunwald
04c5e7560b
Use custom dialog for assertion failures.
...
The new dialog allows viewing the full stack trace; and ignoring all occurrences of a given assertion.
13 years ago
Matt Ward
ef5d2930e9
Fix output name in Application settings project panel.
...
The output assembly name was always has the extension of .exe when
the project options is opened.
13 years ago
Matt Ward
5ff1f88f1f
Fix null reference when creating new EF data model file.
...
Do not add an EntityTypeMapping element if it already exists.
Fix intermittent error were the EF data model view content
does not have a workbench window when the file is renamed
on save.
13 years ago
Peter Forstmeier
36942a8c9a
http://community.sharpdevelop.net/forums/t/16600.aspx (3. Item)
13 years ago
David Srbecký
ea026ca401
Fix CurrentLineBookmark for whole-line and multi-line sequence points
13 years ago
David Srbecký
3c1353849f
Remove all code related to debugging of decompiled code
13 years ago
Peter Forstmeier
f89bd5107a
Convert SettingsEditor to Wpf
13 years ago
Daniel Grunwald
98b90a1b7c
Fix crash when opening load/save options panel.
13 years ago
Daniel Grunwald
a2bfa48520
Use InvokeAsyncAndForget() instead of InvokeAsync().FireAndForget().
13 years ago
Daniel Grunwald
ca58352207
Don't serialize InternalBreakpointObject.
13 years ago
Daniel Grunwald
0ca73ec33e
Fix initialization of IProject.TypeDefinitionModels.
13 years ago
Siegfried Pammer
7eb5641bcf
add WPF designer back
13 years ago
Siegfried Pammer
7fbd6683c8
fix AcceptsReturn in EditStandardHeaderPanel
13 years ago
Daniel Grunwald
0eb8e20dbc
Adjust SharpDevelop to NRefactory update.
...
I removed the Mono.Cecil reference from SD.Base as it was only used in the broken debugger-decompiler code, which doesn't really belong into Base anyways.
13 years ago
Peter Forstmeier
09b2bf81cc
Remove unused Files
13 years ago
Peter Forstmeier
8b4f05c4d6
ChooseLayoutComboBox.cs, remove StringListEditor, use StringListEditorDialog.xaml.cs
13 years ago
Peter Forstmeier
9a542d4f67
Debugger.AddIn/Options/DebuggingSymbolsPanelXaml.xaml.cs
13 years ago
Peter Forstmeier
889305bd9f
remove obsolete call to ICSharpCode.SharpDevelop.FileService.CreateFolderBrowserDialog
13 years ago
Peter Forstmeier
12e00303ad
[Obsolete("Use SD.FileService.BrowseForFolder() instead.")]
...
Remove obsolete call to CreateFolderBrowserDialog
13 years ago
Peter Forstmeier
a8e2c54257
Rename Files
13 years ago
Peter Forstmeier
cf080f1140
Remove obsolete Files
13 years ago
Peter Forstmeier
e2f66561ab
CompilerMessageView.cs reacts on new OnPropertyChange from FontSize and Font family
13 years ago
Peter Forstmeier
f0ef718865
Remove dependency to System.Drawing.Font.
...
DefaultFont is stored as two Property's (FontSize and FontFamily)
13 years ago
Daniel Grunwald
f1b2220314
Change ContextActionsPopup, ContextActionsBulbPopup and the HiddenDefinition popup to open/close as the parent TextArea gains/loses focus.
...
Move ChangeMarkerMargin and related classes into own folder.
Remove C#-specific hack from HiddenDefinitionRenderer.
Do not return null from CreateHighlighter().
13 years ago
Peter Forstmeier
a9f9cac911
rename
13 years ago
Siegfried Pammer
dccd899196
change monospace-detection in FontSelector
13 years ago
Daniel Grunwald
cfa01c3986
Fix HighlightingColorizer.OnHighlightStateChanged ignoring some change notifications.
13 years ago
Daniel Grunwald
e24b3330ce
Use SD.Dom for entity context menu.
...
Note: this does not work yet because the DOM implementation is incomplete.
13 years ago
Matt Ward
176b2834c0
Allow enter key when editing standard file headers.
13 years ago
Peter Forstmeier
12dd9699f6
rename some obsolete classes to old_XY
13 years ago
Peter Forstmeier
ab895ec3e1
CompilerMessageView.cs make use of OutputWindowOptionsPanelXaml.xaml.cs
13 years ago
Peter Forstmeier
871b1cc150
OutputWindowOptionsPanelXaml
13 years ago
Siegfried Pammer
97d2a30a7a
implement WPF-based FontSelector
13 years ago
Daniel Grunwald
0ffbacf0d4
Re-enabled PasteAsComment + PasteAsString
13 years ago
Daniel Grunwald
703d17d91d
Reimplemented CodeEditorView.ShowHelp()
13 years ago
Daniel Grunwald
e703981624
Fix typo
13 years ago