Martin Koníček
0e27d647a6
When CodeCompletion window is empty, it shows "Press Ctrl+Space to show items from all namespaces", so that user learns how to use Ctrl+Space naturally.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5891 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
01ceebba1c
Fix compiler error in AvalonEdit.Sample.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5890 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
67c9a984b9
Fix SD2-1669: Exception when opening DatabasesTreeViewPad
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5889 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
6378f749d5
UDC: Upload name of feature branch
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5888 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
f113984478
Prevent ArgumentOutOfRangeException in XmlFoldingStrategy if .NET reports XML error at line 0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5887 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
4ba935e0a1
Remove unused references to ICSharpCode.TextEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5886 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
dd5980e682
fixed exception when opening the options dialog with no catalogs installed
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5885 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
a5fa3e193b
CodeCompletion shows only imported types. Shows all available types on Ctrl+Space press. After using it for a few days, I found that always showing all types can be confusing, like always showing all extension methods. Now both types and extension methods need Ctrl+Space.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5882 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
10c5aadd92
CodeCompletion inserts Attributes without the "Attribute" suffix (correctly - only in attribute contexts, that is [*expr*] class *expr*).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5881 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
959352e7e2
Added option to turn on/off symbol highlighting to Options/TextEditor/Markers and Rulers.
...
Deleted unused Debugger visualize files.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5880 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
671595277a
Update to AvalonDock 1.3.3391
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5879 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
ba9bc1ba9c
Remove AvalonDock 1.2 (prepare for update to 1.3)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5878 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
f4bef90961
Update string resources.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5874 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
837f5a2770
simple Search pad for the Help system included
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5866 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
6261fba028
Update setup solution and project to use MSBuild 4.0 so it can be built inside SharpDevelop 4.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5865 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
eeb136c17e
Fixed null reference when compiling IronPython projects or projects that explicitly do not reference mscorlib.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5862 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
d9eb7f997e
Added support for integrated unit testing with IronPython.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5861 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
da7842263e
Store RecentOpen lists in array (instead of joining strings)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5860 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
51d9563d6c
Added C# New file template for user Exception.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5859 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
6bbcfb4a7f
Update Mono.Cecil to commit a9195cc682bece967677152d7d6bc433a58d746c.
...
Should fix ArgumentException in Mono.Cecil.TypeParser.GetMetadataScope.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5858 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
3d04de0098
Fixed C# parser when casting the result of a default-expression "(int)default(short)".
...
Code cleanup in OptionPanel.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5856 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
6254ed2e6c
Fix build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5855 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
7092ebf5b0
Remove unused parameter "buildServices" from IBuildable.StartBuild.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5854 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
fcff1190af
Suppress MSB3644: The reference assemblies for framework ... were not found.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5853 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
cb0c99a10e
Report error code when deleting file fails.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5852 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
cfe33a098a
included external help option (to display the help in the default viewer/browser)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5851 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
181f2f0372
new properties for the Help3Catalog class and translatable messages and labels
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5850 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
c28d90af65
Added a custom unit test runner sample that supports running MbUnit tests with Gallio.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5848 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
21366bc84f
checking in the Contents control (again)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5847 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
0990d2cac0
included (with his permission) Sebastian Ullrich's code for the Contents pad
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5846 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
8bebbe33fc
CodeCompletion after dot shows only extension methods from imported namespaces. If Ctrl+Space is pressed, all extension methods from all referenced projects are shown.
...
Original Ctrl+Space (types shown when user starts typing in the editor) still always shows types from all referenced projects. Maybe we could change this to show only items from imported namespaces by default, and all items for Ctrl+Space press, for consistency (ReSharper-like). If we want this, NRefactoryResolver.CtrlSpace() method is ready for this change. I am not sure yet, I quite like current state (all types shown in CC don't bother me), but it is a little inconsistent.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5845 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
daee118e45
Unit testing addin can now be extended with custom test runners.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5844 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
34a8c8b85f
new property for catalog class replaces the ToString() usage, fixed a misspelling in a debug message, options dialog uses data binding
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5843 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
f3ef3d92f8
Integrated HelpViewer by Mathias Simmack into setup and removed old HtmlHelp2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5842 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
a4dc802016
set core classes to public, fixed a bug in the search help URL and removed the DisplayCatalog menu command
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5841 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
c24ceaf5c3
renamed a few methods and includes the HelpLibraryManager.cs class (unused at this point)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5840 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
868f37138b
Fix bugs
...
-Invert Row lengths that appears in left GridRailAdorner
-Update code which caused Row/Column lengths to be displayed at wrong positions after creation of new RowDefinition/ColumnDefinition.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5838 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
d08b0f4968
fixed a probleme with the BrowserScheme extension and a few minor problems
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5836 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
22ef602258
ShowErrorHelpCommand included and HelpMenu.cs renamed into Commands.cs
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5835 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Mathias Simmack
608d54ffdf
checked in the initial version of the new HelpViewer addin
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5834 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
5fe2988ee0
Fix error in commit:5827
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5832 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
a481519d82
Filter DefaultEvent for controls derived from ItemsControl : Menu, TreeView, StatusBar
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5829 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
b650045eb2
Fix bug : clicking on a selected control, if two or more controls were already selected in WPF designer did not change the selection.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5827 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
355b7e9cf3
Add SharpDevelop.TargetingPack.targets to setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5823 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
3516730165
StartPage: Move check if solution files still exist onto a background thread (solutions might be stored on slow network drive)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5815 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
25b828694b
Add "CopyLocalWorkaround" to build. (part of fix for SD2-1670 - Allow compiling .NET 4 projects without having the .NET 4 SDK installed)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5814 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
83c2b6bfa5
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5790 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
af05c72001
CodeCompletion shows only imported extension methods again (original behavior). Will show all available extension methods on Ctrl+Space.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5789 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
841d20461a
Fixed build order.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5788 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
2e1db61657
Move Analysis AddIns to src/AddIns/Analysis
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5787 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago