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
Daniel Grunwald
fd230873e4
Remove IWorkbenchLayout from public API.
13 years ago
Daniel Grunwald
64254d99a6
Move IMenuItemBuilder into ICSharpCode.Core.
...
Changes ICustomizedCommands to [ViewContentService]
14 years ago
Daniel Grunwald
1f43c620d2
Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms.
14 years ago
Daniel Grunwald
87c29779a9
Remove ICSharpCode.Core.ICommand and use the WPF ICommand instead.
...
Renamed 'caller'/'owner' to 'parameter' to be consistent with the WPF ICommand.
14 years ago
Daniel Grunwald
8d7f940f77
Move IServiceProvider extension methods from ICSharpCode.Core to ICSharpCode.SharpDevelop.
14 years ago
Daniel Grunwald
5a50c1a5c2
Remove static AddInTree and use IAddInTree interface instead.
14 years ago
Daniel Grunwald
92da3798b3
Add IResourceService interface.
14 years ago
Daniel Grunwald
87f3820048
Improve IMessageService API.
14 years ago
Siegfried Pammer
3db890fd58
WIP
14 years ago
Daniel Grunwald
d38eb13e71
AnalyticsMonitorService: move to new services infrastructure
14 years ago
Daniel Grunwald
7aea1ca75e
Rewritten ICSharpCode.Core.Properties:
...
- The meaning of "Get" is no longer overloaded, GetList and NestedProperties are now seperate methods.
- "Get" and "GetList" no longer cause the default value to be written into the properties container.
- Use DataContractSerializer instead of XmlSerializer.
14 years ago
Daniel Grunwald
f0bf6dbd8d
Set target framework to 4.5.
14 years ago
Daniel Grunwald
aa1642faa8
Add XmlDocTooltipProvider.
14 years ago
Siegfried Pammer
21506186ee
change calls to Codon.GetFailedAction to Condition.GetFailedAction in WinForms part
14 years ago
Daniel Grunwald
79bdcecdcb
Remove unused code (WinForms->WPF menu conversion)
15 years ago
Daniel Grunwald
acefecc74e
Ignore ExternalException when clipboard cannot be opened for pasting.
15 years ago
Daniel Grunwald
afd2f38400
Mark SharpDevelop assemblies as Full/Client profile.
16 years ago
Daniel Grunwald
49de1d390d
Add support for right-to-left translations to SharpDevelop.
16 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
16 years ago
Daniel Grunwald
53f51a2cf3
Add interface to allow replacing WinFormsMessageService with a custom implementation when hosting SharpDevelop.
16 years ago
Daniel Grunwald
9ee5a7b3cc
Updated some of the SharpDevelop samples.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5613 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
edd3fb4a0a
"Normalize" file headers.
...
Enable $Revision$ keyword expansion for all existing .cs files.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5529 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
27fb3b652d
Add 'UsageDataCollector' AddIn.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4918 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
7267cd5c81
Trying to reduce amount of global state in ICSharpCode.Core
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4735 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
33189a8fd0
ICSharpCode.Core.WinForms: Support WPF commands in WinForms menus.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4501 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
6249b7bef7
Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127).
...
The new shortcut handling has moved to branches/shortcuts/
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4181 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Sergej Andrejev
12a9dd40f4
GesturesPlaceHolderRegistry and CommandsRegistry fixes
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4154 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Sergej Andrejev
a0454e65b8
Use "+" in serialized shortcut strings. Fix python binding tests
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4149 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
f5b8a4a2df
Set TargetFrameworkVersion to 4.0
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/dotnet4@4098 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
423437659a
Various minor changes.
...
In code completion, do not load XML documentation for all entities in the completion list - lazily load the XML documentation only when an element is selected.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3794 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
885afa299e
More debug output when building (trying to find the cause of SD2-1485).
...
Run IProject.StartBuild on its own thread, so it runs outside of any locks taken by the build engine.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3763 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c7c5017022
Change base class of ToolBarCommand from ToolStripMenuItem to ToolStripButton.
...
This fixes the bug forum-8878 (focus rectangle is drawn for disabled toolbar buttons).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3751 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
1012755da5
Fixed SD2-783: GDI Handle leak
...
EasyCodeDom: use extension methods.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3722 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
e71f8f1c16
When repeatedly getting the full document text, reuse the same string instead of creating a new one every time.
...
Write executed menu and toolbar commands to log.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3463 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
f60b4cbb8f
Fixed NullReferenceExceptions when Clipboard.GetData returns null.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3359 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
9fba54d385
WPF main menu
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0wpf@3296 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
eef3790770
Fixed NullReferenceException in MenuService.ConvertSubItems.
...
Add some strings to the translation database.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3289 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
3bd1ab5517
SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3287 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago