2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
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
Daniel Grunwald 4e7fdc9893 Update to Cecil revision 65051. Fixes SD2-1052: Crash when starting SharpDevelop 2.1 on 64 bit Windows 20 years ago
Daniel Grunwald efa0ab52a0 Fixed SD2-1055: SharpDevelop can't start after modifying layouts. 20 years ago
Daniel Grunwald 4825990a90 Fixed SD2-965: Exception thrown on ProjectConfigurationPlatforms without '|' 20 years ago
Daniel Grunwald 2987e5b5a0 Fixed SD2-979: Enums are not colapsed when executing 'Show definitions only' command. 20 years ago
Daniel Grunwald 52e507e78c Fixed SD2-954: String resources are missing for Refactor menu. 20 years ago
Daniel Grunwald c6885b51e2 Prevent disposing and recreating WorkbenchWindows on layout change. Fixes SD2-1003. 20 years ago
Matt Ward c1d5e13433 Fixed SD2-697 - Creating a new file does not switch the current view. 20 years ago
Daniel Grunwald 63ef570ea4 Fixed SD2-1042: Microsoft sample for VB v1.0 hangs #Develop. - DependentUpon cycles are now broken up. 20 years ago
Daniel Grunwald c1944ef3cb Allow the user to add custom layout configurations. 20 years ago
Daniel Grunwald 6e47a8a518 Move Insert color & Insert GUID to edit menu. 20 years ago
Daniel Grunwald 8a61777e5d Fixed SD2-643: Project content registry does not find references using relative paths 20 years ago
Daniel Grunwald c2189bfa7f Fixed SD2-1044: Semi-colon in MSBuild properties encoded when project saved 20 years ago
Daniel Grunwald 00f292290d Code completion for .NET CF 2.0 projects. 20 years ago