1970 Commits (7af8c67fd51e65d9592b175460cc4f3981ad7b02)
 

Author SHA1 Message Date
Christian Hornung 46729cc749 ResourceToolkit: Prefer using culture-invariant resource files over localized resource files. Fixed incorrect embedding of EditStringResourceDialog.xfrm. 19 years ago
Matt Ward 675618d3d9 If the user executes an xpath query with the namespace tab visible then the results tab is re-displayed. 19 years ago
Daniel Grunwald 7b2b18157d Fixed SD2-1103: MouseEventArgs.Button property shows ' value__ ' member in completion menu. 19 years ago
Matt Ward 9cf6cfa440 Fixed WixBinding test that was not compiling due to changes in the MSBuildProject where it now uses an MSBuildImport class instead of a string (SD2-1025). 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
Christian Hornung 409a1a13d9 ResourceToolkit: Applied some fixes from FxCop. Especially reduced nesting of generics by using a custom ResourceItem class instead of KeyValuePair<string,string>. 19 years ago
Daniel Grunwald 3010494a64 Fixed SD2-950: SharpDevelop Project Cconverter doesn't show correct line/column status. 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 083b5340a2 Fixed SD2-990: Allow to specify path to FxCop in the options 19 years ago
Christian Hornung 7a4c5428ea Fixed SD2-1068: #D can't open resx files if these have resources of type System.Resources.ResXNullRef 19 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. 19 years ago
Matt Ward 3077ad3351 Updated NAnt schema to 0.85 RC4. 19 years ago
Matt Ward 2f1fc818f1 Updated WiX to 2.0.4415.0 19 years ago
Daniel Grunwald 17de9c0ba0 Fixed forum-12195 ("TortoiseSvn not found" dialog doesn't use StringParser) 19 years ago
Daniel Grunwald 50a384e282 Set UseSmartTags default value to true. 19 years ago
Daniel Grunwald eb15f39efe Forms designer: Fixed lookup of generic classes. 19 years ago
Daniel Grunwald 2ddd254943 CodeDomVisitor: keep type arguments on base type references. 19 years ago
Daniel Grunwald de9026a99e Fixed SD2-1045: Opening a solution created in SharpDevelop in VS Express shows security warnings 19 years ago
Christian Hornung 03f0228d17 ResourceToolkit: Removed some overly verbose debugging messages. 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 c1ec80ea6a Fixed SD2-1146: Refactoring generates invalid shared (static) declarations inside VB modules. 19 years ago
Daniel Grunwald e3f69a1708 Fixed SD2-973: Boo Forms Designer shows error after adding a control and switching between views. 19 years ago
Daniel Grunwald c1021f1393 Fixed SD2-982: Autogenerated interface code adds property setter when only getter defined 19 years ago
Daniel Grunwald ca3838f9b3 Re-enable resolver unit tests. 19 years ago
Matt Ward d637ec546e Added ResourceToolkit addin to installer. 19 years ago
Daniel Grunwald 7936cdc4dc Fixed SD2-1048: Fully qualified names base types are added after 'global::' as keywords Converting from VB to C#. 19 years ago
Matt Ward cb9957ac4c Fixed warning about unused field in XML Editor addin. 19 years ago
Daniel Grunwald 0d14714a98 Fixed SD2-1136: File changed externally message only appears when SharpDevelop loses focus 19 years ago
Daniel Grunwald 26fad390b9 Include NodeTrackingAstVisitor in NRefactory. 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 f6f8fe0c62 Fixed SD2-1147. All parameters used in WiX xpath queries have any special XML characters encoded. 19 years ago
Daniel Grunwald 41de00fe68 Fixed SD2-1094: Compact Framework GetDeviceFrameworkPath task failing 19 years ago
Matt Ward dd53177cd5 The XML Editor now correctly detects that the schema associated with a file extension has been changed and updates any open xml documents. In the original code the property name had been changed but the XmlView was watching for property changed events for the old name. 19 years ago
Scott Ferrett 4936318a7f Dlls are not backwards compatible beyond build 1751 due to name space change for ParserService 19 years ago
Matt Ward 3f2e742b70 WiX Setup Files property grid now has a file browser and drop down lists with possible attribute values based on the WiX schema. 19 years ago
Markus Palme 165f9fe9e5 patch from Troy Simpson improving gutter selection 19 years ago
Matt Ward e6682a2264 Can now generate new guids from the Setup Files property grid. 19 years ago
Matt Ward 0c7e97bd26 Fixed incorrectly named NAnt.addin file in installer. 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
Daniel Grunwald 8c3f088c3e CecilReader was incorrectly marking interface members as private. 19 years ago
Markus Palme b0d238f8c8 patch from Troy Simpson improving texteditor gutter selection behaviour 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
Christoph Wille 18af146e39 --START 1139 added to Tools.build so that the change log only contains change information for v2.1 19 years ago
Matt Ward 9dfd0c33e9 Fixed SD2-1119. When creating a schema from an XML document any XmlSchemaInferenceExceptions are now caught and displayed in the error list window. 19 years ago
Markus Palme 75823df6c4 SD2-1070: No code templates for VB. 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 8a1e9ad624 SD2-1002. Right clicking in the text editor no longer extends the text selection. 19 years ago