997 Commits (a725d631a51c03347a80e8328103412d45f7f6f2)

Author SHA1 Message Date
Markus Palme 9c565052a2 removed the tip of the day dialog 20 years ago
Matt Ward 92d41a2bd7 Fixed SD2-859 - Properties panel in new file dialog not hidden when category changed. 20 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. 20 years ago
Daniel Grunwald bd84127e89 Type parameters are now included in CtrlSpace list. 20 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. 20 years ago
Daniel Grunwald 42ab1e46fb Fixed NullReferenceException when implicit reference (like Microsoft.VisualBasic in VB projects) cannot be loaded for code-completion. 20 years ago
Daniel Grunwald b222c73868 Fixed SD2-1164: Code completion doesn't appears for referenced projects namespaces content. 20 years ago
Daniel Grunwald 9ebcd55fb8 Fixed SD2-887: Converting VS 2003 project with special characters makes the project unusable 20 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. 20 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. 20 years ago
Daniel Grunwald 6f8dff4b67 Fixed various translation issues. 20 years ago
Matt Ward 4db70538d8 Adding and removing attributes from the XML tree editor is now possible. 20 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. 20 years ago
Matt Ward 98eec4f64b Added new WiX Setup Files Diff feature. The Setup Files pad can now show the difference between the files defined in the setup and the files that actually exist on the file system. Changed the WiXProject class so only WiX source files .wxs and WiX include files .wxi have their build action set to Compile when new files are added to a WiX project. 20 years ago
Daniel Grunwald c2cc6b6453 Fixed SD2-923: PostBuildEvent element added at beginning of MSBuild project file 20 years ago
Daniel Grunwald 7b2b18157d Fixed SD2-1103: MouseEventArgs.Button property shows ' value__ ' member in completion menu. 20 years ago
Daniel Grunwald bc52b86150 Use GDI (TextRenderer) instead of GDI+ (DrawString) for text rendering in the text editor. 20 years ago
Daniel Grunwald c9e2f44b1e Fixed SD2-1025: Conditions on Import element in an MSBuild project are removed on saving the project 20 years ago
Daniel Grunwald fac93af8f1 Copy Mono.Cecil.dll to unit test folder. 20 years ago
Matt Ward a7a23e1400 Added a custom ColorDialog that remembers any user defined custom colors. 20 years ago
Daniel Grunwald 083b5340a2 Fixed SD2-990: Allow to specify path to FxCop in the options 20 years ago
Christian Hornung 5f78877937 ResourceToolkit: Added a ToolBarCheckBox to the unused resource keys view to filter out the ICSharpCode.Core host application resources. Improved performance when the list view is filled. 20 years ago
Daniel Grunwald de9026a99e Fixed SD2-1045: Opening a solution created in SharpDevelop in VS Express shows security warnings 20 years ago
Daniel Grunwald eb0a071dc2 Fixed SD2-1145: Delegates defined outside any class makes refactoring show "Move class to file ''" item. 20 years ago
Daniel Grunwald c1ec80ea6a Fixed SD2-1146: Refactoring generates invalid shared (static) declarations inside VB modules. 20 years ago
Daniel Grunwald c1021f1393 Fixed SD2-982: Autogenerated interface code adds property setter when only getter defined 20 years ago
Daniel Grunwald ca3838f9b3 Re-enable resolver unit tests. 20 years ago
Daniel Grunwald 0d14714a98 Fixed SD2-1136: File changed externally message only appears when SharpDevelop loses focus 20 years ago
Daniel Grunwald a1b74dfb38 Add ResourceToolkit AddIn (from hornung.dynalias.com/svn/resourcetoolkit/trunk, rev 70). 20 years ago
Daniel Grunwald 7f16f7249c Simple solution configuration editor (adding/removing configurations not yet supported) 20 years ago
Scott Ferrett 4936318a7f Dlls are not backwards compatible beyond build 1751 due to name space change for ParserService 20 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. 20 years ago
Daniel Grunwald 8c3f088c3e CecilReader was incorrectly marking interface members as private. 20 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. 20 years ago
Matt Ward 6622110ccf Fixed SD2-1090. Spaces are now trimmed from the project name when creating a new project. 20 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. 20 years ago
Markus Palme 3e436eb1d7 SD2-900: Reloading non existant file throws exception 20 years ago
Markus Palme 76e6c81234 SD2-1047: Quick XML doc not implemented for VB.NET comments 20 years ago
David Srbecký 91f24720fa Fixed SD2-1109: Stack OverFlow exception in code makes the debugger throw an unhundled exception. 20 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. 20 years ago
Matt Ward 0466f4fc15 Fixed SD2-981 - Running SharpDevelop using nologo command line argument throws invalid operation exception. 20 years ago
David Alpert 7549cc0ea8 Fixed SD2-938: Navigate Back splitbutton enabled state not updating correctly (thanks Matt) 20 years ago
David Alpert ad410adc06 resolves SD2-1067: TextEditorNavigationPoint.cs in repository but not included in any project; Matt's assessment was correct. 20 years ago
Matt Ward 88a692d2d0 Added missing string resources for WixBinding, standard headers and XML file templates. 20 years ago
Matt Ward 562ef7e2a9 Updated string resources for WixBinding, XML Editor and Component Inspector. 20 years ago
David Srbecký b2634a3a87 Some debugger strings made translatable 20 years ago
David Srbecký a446918775 Do not catch workbench exceptions if debugger is attached 20 years ago
Matt Ward 3a43292513 Fixed SD2-1057 - UserControl in project does not appear in Custom Components tab. When adding an item to the project content cache the full assembly name is used as a key if the project content is a ReflectionProjectContent. 20 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. 20 years ago
Matt Ward 5de660a1f5 Added incremental search. 20 years ago