Daniel Grunwald
3d402731a6
Fixed NullReferenceException in AbstractBuildOptions.InitTargetFramework.
15 years ago
Daniel Grunwald
b9b018525d
Fixed build.
15 years ago
Daniel Grunwald
afd2f38400
Mark SharpDevelop assemblies as Full/Client profile.
15 years ago
Daniel Grunwald
4ef945f0f7
Implemented SD-1457 - Client profile.
...
Now creating or upgrading a project will adjust the <supportedVersion> in the app.config
15 years ago
Siegfried Pammer
be48f3c67c
applied patch "added support for events into Extract Interface" by Maciej Grabowsky - slightly changed FormatMemberForDisplay: replaced StringBuilder by IAmbience
15 years ago
Daniel Grunwald
58482b71ca
Work on SD-1457: Added support for the Client Profile. The 3.5 and 4.0 client profiles can now be chosen as target frameworks.
...
Not yet implemented: creating/modifying the app.config to tell the .NET runtime which profile is required.
15 years ago
Daniel Grunwald
abbfb1b6f9
Disable target framework combobox in project options so that all target framework changes run through the UpgradeProject code path.
15 years ago
Daniel Grunwald
ec937c8363
Require full .NET 4.0 framework in SharpDevelop's app.config.
15 years ago
Siegfried Pammer
212b61e029
started implementation of diff-display
15 years ago
Siegfried Pammer
300dcf273b
changed signature of GetChange to return all information
15 years ago
Siegfried Pammer
14f476d64a
reorganized IChangeWatcher API
15 years ago
Siegfried Pammer
1396da7fc6
added VersioningServices
15 years ago
Daniel Grunwald
70b911260e
Add autostart path to AddInTree that runs after the workbench was initialized.
15 years ago
Daniel Grunwald
cc49af8e05
Add public constructor to ParseProjectContent and move mscorlib initialization to CompilableProject.
15 years ago
Daniel Grunwald
2607159591
Validate language when starting up SharpDevelop.
15 years ago
Siegfried Pammer
9d9359710d
fix SD-1728 and other issues with ContextActionsPopups
15 years ago
Siegfried Pammer
c9b8391201
hopefully fixed SD-1720
15 years ago
mrward
a528487a50
Add support for sending selected text to Python and Ruby consoles.
15 years ago
Daniel Grunwald
7be302064d
Fix http://community.sharpdevelop.net/forums/t/11816.aspx - "Create Changed-event" appears on interface properties
15 years ago
Siegfried Pammer
abef6e6f74
Implement * refactorings do now work properly with partial classes
15 years ago
Siegfried Pammer
0aabda8caf
added ExtendedPopup
15 years ago
Daniel Grunwald
49de1d390d
Add support for right-to-left translations to SharpDevelop.
15 years ago
Siegfried Pammer
bcc67d69ed
add Member property to OverrideCompletionItem
15 years ago
Siegfried Pammer
948aa65e6c
added InsertNormalized extension method for IDocument
15 years ago
Siegfried Pammer
c45d6c7398
added ICompletionItem parameter to Insert method
15 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
15 years ago
Daniel Grunwald
bd3dc66e86
Add unit test for ReadOnlyDocument.
15 years ago
Daniel Grunwald
5091b49f8e
DocumentUtilitites: add LoadDocumentFromBuffer and LoadReadOnlyDocumentFromBuffer
15 years ago
Siegfried Pammer
395a8b7df0
Deleted multiple translations for "Move Down" and "Move Up" and added Global.MoveDown and Global.MoveUp
15 years ago
Siegfried Pammer
4d0aaba068
deleted unused CombineStartupPanel.xfrm
15 years ago
Siegfried Pammer
c494adb781
added DocumentUtilitites.LoadDocumentFromBuffer
15 years ago
Siegfried Pammer
9df98cf3d9
added documentation comment to FileService.GetOpenFile
15 years ago
Daniel Grunwald
308cc7402a
DocumentUtilitites.GetTextSource: unwrap existing ITextSource instead of creating a double adapter
15 years ago
Daniel Grunwald
47aec7d2a5
FileChangeWatcher: Handle exceptions that occur if the directory to be watched was deleted.
15 years ago
Daniel Grunwald
6f5c57266c
Pass ParallelOptions to Parallel.ForEach in LoadSolutionProjectsThread
15 years ago
Siegfried Pammer
6f0dacc881
- created DefaultSnippetElementProvider for standard SnippetElements
...
- introduced SnippetInfo and changed signature of ISnippetElementProvider
- added SnippetAnchorElement
- refactored InsertCtor to insert ctor body at the same time as the dialog
15 years ago
Siegfried Pammer
a3b88d4262
IOException when trying to read a file from the parser thread that is exclusively locked (e. g. sdps); removed ParseableFileContentEntry
15 years ago
Daniel Grunwald
b6f4ade7b4
Allow overriding the BranchName (necessary on build server)
15 years ago
Daniel Grunwald
b45a7d56d1
Show AssemblyInformationalVersion in crash reports.
15 years ago
Daniel Grunwald
7f67d54541
Automatically detect branch name (instead of storing it in source code) and include both branch name and commit hash in assembly info.
15 years ago
Siegfried Pammer
7242359a5a
added ICompilationUnit to RefactoringMenuContext to avoid using rr.CallingClass.CompilationUnit
15 years ago
Daniel Grunwald
7f13529a4d
Add comment that ParseInformation.CompilationUnit never returns null.
15 years ago
Daniel Grunwald
dd9e0233ee
Add CurrentParseInformation to EditorContext. This allows retrieving the ProjectContent without requiring CallingClass!=null (fixes http://community.sharpdevelop.net/forums/t/11756.aspx )
...
Also removed some try-catch-ignore constructs.
15 years ago
Siegfried Pammer
7dc9284d39
changed usage of RefactoringMenuContext
15 years ago
Siegfried Pammer
666dfcac6c
set fields of RefactoringMenuContext readonly and created ctor;added field for project content.
15 years ago
Daniel Grunwald
4bf7bee15f
GitAddIn: handle errors in git invocation (e.g. if git is not installed)
15 years ago
Daniel Grunwald
557495ce2d
Fixed misleading XML comment.
15 years ago
Daniel Grunwald
20cce69fa9
Fix build.
15 years ago
Daniel Grunwald
53f51a2cf3
Add interface to allow replacing WinFormsMessageService with a custom implementation when hosting SharpDevelop.
15 years ago
Daniel Grunwald
6e8012ed22
Fixed sorting of AddInTreeNodes when multiple <Path> elements in a single addin file contribute to the same path. (Patch by Boris Kozorovitzky)
15 years ago