Siegfried Pammer
93565945b1
fixed serialization of breakpoints and bookmarks
13 years ago
Daniel Grunwald
574d69cd6f
BuildModifiedProjectsOnlyService: remove static state
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
Matt Ward
135a4730b5
Fix build.
13 years ago
Daniel Grunwald
d5c8a9ce43
Add some extension methods for building IComparer<>
13 years ago
Siegfried Pammer
41beb10d7c
add back SettingsEditor addin
13 years ago
Matt Ward
dbdef30715
Fix T4 templates using GAC references not in project.
...
Add FindBestMatchingAssemblyName() taken from GacInterop class
in SharpDevelop 4 into GlobalAssemblyCacheService
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
Matt Ward
3644447a7e
Fix null reference exception when opening .txt files.
...
TextContentCondition now handles files that have no syntax
highlighting defined.
13 years ago
Matt Ward
225ec195fb
Allow missing projects to be removed from solution.
...
Remove menu item is now enabled for a missing project.
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
1bb5b78228
OnPropertyChanged
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
Daniel Grunwald
e9d03395a3
Update the type system when files get removed from the project.
13 years ago
Peter Forstmeier
a9f9cac911
rename
13 years ago
Daniel Grunwald
33049ce242
Fix context actions popup disappearing when clicking the SharpDevelop title bar.
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
Daniel Grunwald
08ff4ab865
Fix ObjectDisposedException when aborting solution load.
13 years ago
Daniel Grunwald
2793cc46eb
Add Ctrl+Space completion that automatically inserts usings.
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
Noam Wies
0fef7ecc2a
add support for open files with CamelHumps
13 years ago
Noam Wies
5e0a0f44db
implement CamelHumpsAutoComplete
...
move code to extention method
add tests
13 years ago
Siegfried Pammer
97d2a30a7a
implement WPF-based FontSelector
13 years ago
Noam Wies
e978f7fbee
prepare goto class to support CamelHumps
13 years ago
Daniel Grunwald
e41e8d142a
Implemented folding of #regions, usings and comments.
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
Daniel Grunwald
ea71582c4f
Create new projects as Any CPU (32-bit) if the .NET 4.5 framework is installed.
...
Any CPU (32-bit) also works with older target frameworks as those interpret the 32-bit preferred flag as 32-bit required; but we require the new compiler version.
13 years ago
Daniel Grunwald
2c4b5da6a8
Add "AnyCPU (32-bit preferred)" option.
...
This option is only available if .NET 4.5 is installed.
13 years ago
Daniel Grunwald
9990ce8399
Fix 'Add existing project'
...
Commit 401e6b90
fixed a typo in the command name, but didn't change the .addin file.
13 years ago
Daniel Grunwald
6b73af01c7
Fix Init vs. Load in project option panel user controls
13 years ago
Michael Seeger
87441961e4
Support for project templates using ${SolutionName} in files: File in project template containing ${SolutionName} have the solution name expanded.
13 years ago
Matt Ward
2566ff1aa7
Fix unhandled exception when creating WiX projects.
...
Catch the InvalidProjectException thrown by the NewProjectDialog if WiX 3.6 is not installed.
13 years ago
Matt Ward
894f7d93ed
New WiX projects now use installed WiX targets.
...
Now generating the same WiX project format as Visual Studio does when WiX 3.6 is installed.
13 years ago
Matt Ward
f9b3a52cc0
Fix build warning in ProjectCustomToolOptionsPanel.
13 years ago
Matt Ward
401e6b907e
Fix project templates not installing NuGet packages.
...
Adding a project template into an existing solution was running the
template actions before the project was added to the solution.
Rename AddExitingProjectToSolution class to AddExistingProjectToSolution.
13 years ago