1011 Commits (37c18e066081a10a16787f844d3f5eaf97253b71)

Author SHA1 Message Date
Markus Palme 60960bec85 removed html export; removed obsolete files; replaced array lists with generic lists 19 years ago
Markus Palme 1dc51241d5 cleanup 19 years ago
Markus Palme 58a4e84c3b replaced array list with generic lists; cleanup 19 years ago
Daniel Grunwald e45e18552f Remove duplicated code in FontSelectionPanel and GeneralTextEditorPanel. 19 years ago
Daniel Grunwald 92391e4960 Lazy-loading for IDE option panels. 19 years ago
Daniel Grunwald c0b803d954 Show "loading..." while font list is loading. 19 years ago
Daniel Grunwald 2af45ce811 Load list of available fonts on separate thread - speeds up opening the text editor options panel. 19 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 19 years ago
Matt Ward 92d41a2bd7 Fixed SD2-859 - Properties panel in new file dialog not hidden when category changed. 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. 19 years ago
Daniel Grunwald bd84127e89 Type parameters are now included in CtrlSpace list. 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. 19 years ago
Daniel Grunwald 42ab1e46fb Fixed NullReferenceException when implicit reference (like Microsoft.VisualBasic in VB projects) cannot be loaded for code-completion. 19 years ago
Daniel Grunwald 9ebcd55fb8 Fixed SD2-887: Converting VS 2003 project with special characters makes the project unusable 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. 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. 19 years ago
Daniel Grunwald 6f8dff4b67 Fixed various translation issues. 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. 19 years ago
Daniel Grunwald c2cc6b6453 Fixed SD2-923: PostBuildEvent element added at beginning of MSBuild project file 19 years ago
Daniel Grunwald 7b2b18157d Fixed SD2-1103: MouseEventArgs.Button property shows ' value__ ' member in completion menu. 19 years ago
Daniel Grunwald bc52b86150 Use GDI (TextRenderer) instead of GDI+ (DrawString) for text rendering in the text editor. 19 years ago
Daniel Grunwald c9e2f44b1e Fixed SD2-1025: Conditions on Import element in an MSBuild project are removed on saving the project 19 years ago
Daniel Grunwald fac93af8f1 Copy Mono.Cecil.dll to unit test folder. 19 years ago
Matt Ward a7a23e1400 Added a custom ColorDialog that remembers any user defined custom colors. 19 years ago
Daniel Grunwald de9026a99e Fixed SD2-1045: Opening a solution created in SharpDevelop in VS Express shows security warnings 19 years ago
Daniel Grunwald eb0a071dc2 Fixed SD2-1145: Delegates defined outside any class makes refactoring show "Move class to file ''" item. 19 years ago
Daniel Grunwald ca3838f9b3 Re-enable resolver unit tests. 19 years ago
Daniel Grunwald 0d14714a98 Fixed SD2-1136: File changed externally message only appears when SharpDevelop loses focus 19 years ago
Daniel Grunwald a1b74dfb38 Add ResourceToolkit AddIn (from hornung.dynalias.com/svn/resourcetoolkit/trunk, rev 70). 19 years ago
Daniel Grunwald 7f16f7249c Simple solution configuration editor (adding/removing configurations not yet supported) 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. 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. 19 years ago
Matt Ward 6622110ccf Fixed SD2-1090. Spaces are now trimmed from the project name when creating a new project. 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. 19 years ago
Markus Palme 3e436eb1d7 SD2-900: Reloading non existant file throws exception 19 years ago
Markus Palme 76e6c81234 SD2-1047: Quick XML doc not implemented for VB.NET comments 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. 19 years ago
David Alpert ad410adc06 resolves SD2-1067: TextEditorNavigationPoint.cs in repository but not included in any project; Matt's assessment was correct. 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. 19 years ago
Matt Ward 5de660a1f5 Added incremental search. 19 years ago
Daniel Grunwald efa0ab52a0 Fixed SD2-1055: SharpDevelop can't start after modifying layouts. 19 years ago
Daniel Grunwald 4825990a90 Fixed SD2-965: Exception thrown on ProjectConfigurationPlatforms without '|' 19 years ago
Daniel Grunwald 2987e5b5a0 Fixed SD2-979: Enums are not colapsed when executing 'Show definitions only' command. 19 years ago
Daniel Grunwald 52e507e78c Fixed SD2-954: String resources are missing for Refactor menu. 19 years ago
Daniel Grunwald c6885b51e2 Prevent disposing and recreating WorkbenchWindows on layout change. Fixes SD2-1003. 19 years ago
Matt Ward c1d5e13433 Fixed SD2-697 - Creating a new file does not switch the current view. 19 years ago
Daniel Grunwald 63ef570ea4 Fixed SD2-1042: Microsoft sample for VB v1.0 hangs #Develop. - DependentUpon cycles are now broken up. 19 years ago
Daniel Grunwald c1944ef3cb Allow the user to add custom layout configurations. 19 years ago
Daniel Grunwald 6e47a8a518 Move Insert color & Insert GUID to edit menu. 19 years ago
Daniel Grunwald 8a61777e5d Fixed SD2-643: Project content registry does not find references using relative paths 19 years ago