1977 Commits (d58c19d2a15a1b17762444e9d9f90b1f568fef4b)
 

Author SHA1 Message Date
Dickon Field a872553042 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1904 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 19 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. 19 years ago
Matt Ward f3e916cd19 Added the WiX NetFx and VS Extensions schemas to the installer. Restructured the setup project - moved SharpDevelop.url to a Files subdirectory so the new Diff feature does not report the various WiX setup files as missing. 19 years ago
Matt Ward 0abb40446b Removed SharpServerTools from installer. 19 years ago
Dickon Field 575ea6776b removed old version of SharpServerTools preparatory to adding new version at new location 19 years ago
Daniel Grunwald d9dd2ffd90 Fixed SD2-1166: C# parser: Initializer in event declaration causes parser error 19 years ago
Daniel Grunwald c2cc6b6453 Fixed SD2-923: PostBuildEvent element added at beginning of MSBuild project file 19 years ago
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