Markus Palme
60960bec85
removed html export; removed obsolete files; replaced array lists with generic lists
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1957 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
1dc51241d5
cleanup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1956 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
58a4e84c3b
replaced array list with generic lists; cleanup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1951 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e45e18552f
Remove duplicated code in FontSelectionPanel and GeneralTextEditorPanel.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1950 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
92391e4960
Lazy-loading for IDE option panels.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1949 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c0b803d954
Show "loading..." while font list is loading.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1948 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2af45ce811
Load list of available fonts on separate thread - speeds up opening the text editor options panel.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1947 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
9c565052a2
removed the tip of the day dialog
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1946 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
92d41a2bd7
Fixed SD2-859 - Properties panel in new file dialog not hidden when category changed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1945 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
b496daa5e1
Fixed SD2-1171 - Cancelling the Add File to Project dialog opens the New File Dialog. Modified the custom dialog so the escape key closes it if no cancel button has been defined.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1944 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
bd84127e89
Type parameters are now included in CtrlSpace list.
...
Prevent exception on invalid constraints declarations.
Fixed forum-12689: InvalidCastException when ${property:...}-Tag is used to get a property that is not of type string.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1943 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
35546c0348
Fixed SD2-998 - Find or replace all in all open documents hangs SharpDevelop if two or more text files are open. The new docking library does not set the ActiveWorkbenchWindow until certain windows messages have been processed which caused the AllOpenDocumentIterator class to not be able to change the active window and kept the search stuck in an infinite loop. The AllOpenDocumentIterator class has been modified to use an index to determine the currently searched document window rather than relying on the ActiveWorkbenchWindow.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1941 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
42ab1e46fb
Fixed NullReferenceException when implicit reference (like Microsoft.VisualBasic in VB projects) cannot be loaded for code-completion.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1938 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9ebcd55fb8
Fixed SD2-887: Converting VS 2003 project with special characters makes the project unusable
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1934 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
75ccdb10ea
ICSharpCode.Core: For <MenuItem type="CheckBox">, the checked attribute can now be specified. Doing so enables lazy loading by using that value as default (until the item is clicked). The value can depend on properties stored in the PropertyService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1930 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
4a197ee962
Adding child elements, inserting elements before and after the currently selected element are now possible in the XML tree editor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1929 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6f8dff4b67
Fixed various translation issues.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1927 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
48679dd364
Ampersands now displayed correctly in text editor visual error tooltips. The original code was replacing each ampersand with three ampersands, a fix for a problem in SharpDevelop 1.1 rev 1662 which is no longer needed in SharpDevelop2.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1914 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c2cc6b6453
Fixed SD2-923: PostBuildEvent element added at beginning of MSBuild project file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1898 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7b2b18157d
Fixed SD2-1103: MouseEventArgs.Button property shows ' value__ ' member in completion menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1895 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
bc52b86150
Use GDI (TextRenderer) instead of GDI+ (DrawString) for text rendering in the text editor.
...
Fixes SD2-1135: Font width measurement not exact for some fonts
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1893 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c9e2f44b1e
Fixed SD2-1025: Conditions on Import element in an MSBuild project are removed on saving the project
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1892 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
fac93af8f1
Copy Mono.Cecil.dll to unit test folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1889 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
a7a23e1400
Added a custom ColorDialog that remembers any user defined custom colors.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1888 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
de9026a99e
Fixed SD2-1045: Opening a solution created in SharpDevelop in VS Express shows security warnings
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1878 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
eb0a071dc2
Fixed SD2-1145: Delegates defined outside any class makes refactoring show "Move class to file ''" item.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1876 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ca3838f9b3
Re-enable resolver unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1872 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
0d14714a98
Fixed SD2-1136: File changed externally message only appears when SharpDevelop loses focus
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1868 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
a1b74dfb38
Add ResourceToolkit AddIn (from hornung.dynalias.com/svn/resourcetoolkit/trunk, rev 70).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1866 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
7f16f7249c
Simple solution configuration editor (adding/removing configurations not yet supported)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1865 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
9043a2345f
Fixed SD2-1139 - Text editor mouse position incorrect in status bar. The line, column and character positions in the status bar were being set in two different places by slightly different code and in the TextEditorDisplayBinding and the XmlView the positions were off by one.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1856 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
ce3eec7604
Fixed SD2-1134. A user friendly error message is now shown if the NAnt executable cannot be found or the path specified is invalid.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1853 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
6622110ccf
Fixed SD2-1090. Spaces are now trimmed from the project name when creating a new project.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1849 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
f89bc1b773
Changed the incremental search wrapping behaviour. It now wraps around to the start of the document with any length of search string. Previously it would not wrap around if a character had been matched already. Code completion is now temporarily disabled whilst incrementally searching. Typing in a code completion character was previously stopping the search. Added some missing incremental search resource strings.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1846 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
3e436eb1d7
SD2-900: Reloading non existant file throws exception
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1845 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
76e6c81234
SD2-1047: Quick XML doc not implemented for VB.NET comments
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1843 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
1eddd435a2
Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1833 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
David Alpert
ad410adc06
resolves SD2-1067: TextEditorNavigationPoint.cs in repository but not included in any project; Matt's assessment was correct.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1814 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
761b8bf89a
Incremental search allows case sensitive searches. If all the characters of the search text are lower case the search is case insensitive. If any character is upper case the search is case sensitive.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1781 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
5de660a1f5
Added incremental search.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1779 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
efa0ab52a0
Fixed SD2-1055: SharpDevelop can't start after modifying layouts.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1777 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4825990a90
Fixed SD2-965: Exception thrown on ProjectConfigurationPlatforms without '|'
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1774 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
2987e5b5a0
Fixed SD2-979: Enums are not colapsed when executing 'Show definitions only' command.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1773 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
52e507e78c
Fixed SD2-954: String resources are missing for Refactor menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1772 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c6885b51e2
Prevent disposing and recreating WorkbenchWindows on layout change. Fixes SD2-1003.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1771 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Matt Ward
c1d5e13433
Fixed SD2-697 - Creating a new file does not switch the current view.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1770 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
63ef570ea4
Fixed SD2-1042: Microsoft sample for VB v1.0 hangs #Develop. - DependentUpon cycles are now broken up.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1769 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
c1944ef3cb
Allow the user to add custom layout configurations.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1765 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
6e47a8a518
Move Insert color & Insert GUID to edit menu.
...
Create submenu for "convert code" commands.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1763 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
8a61777e5d
Fixed SD2-643: Project content registry does not find references using relative paths
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1761 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago