2088 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Matt Ward 95a1d1da42 Fixed null reference exception that occurred if the WiX dialog designer was switched to when no WiX project was open. 19 years ago
Matt Ward 0050ba056e The WiX controls sidetab now sets the hint path using the addinpath string parser property. Fixes the exception that occurred on opening the toolbox when SharpDevelop's working directory was not the bin folder. 19 years ago
Daniel Grunwald 8ee931825f Add IconEditor AddIn (can currently only view icons, modifying them will be added later) 19 years ago
Matt Ward 9ab7da37a5 Updated WixBinding - added a custom WiX project type (.wixproj) which uses MSBuild to create the installer, added a simple dialog designer, added a setup dialogs list pad, updated to WiX 2.0.4221. StringParser can now expand GUIDs. Added new DesignerSerializationService used by XmlDesignerLoader to fix SD2-599 - cut, copy and paste not working when designing XML forms. 19 years ago
Daniel Grunwald 44dfe7f1b8 Fix file headers: set svn:keywords=Revision on all files; apply file header to all files; make all files UTF-8. 19 years ago
Daniel Grunwald 301d7ee33b Implemented enum completion after "return". 19 years ago
Daniel Grunwald 19d999cf82 SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception 19 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 19 years ago
Daniel Grunwald 720d93d03f Fixed SD2-930: VB exponential operator not converted to C# 19 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 19 years ago
Daniel Grunwald 94832e929a Implemented SD2-572: Enum autocomplete 19 years ago
Daniel Grunwald 64971ec421 Implemented SD2-446: Support skipping method bodies in VB Lexer. 19 years ago
Daniel Grunwald 6f4e2a4736 Work around MSBuild CopyToOutputDirectory bug. 19 years ago
Daniel Grunwald 835c7dedbd NRefactory: use Location structure instead of System.Drawing.Point for source positions. 19 years ago
Daniel Grunwald 09b610b3ae Boo.InterpreterAddIn now can host multiple interpreters 19 years ago
Daniel Grunwald a4894539d4 Some FxCop suggestions to NRefactory. 19 years ago
Daniel Grunwald b430d4b3aa Fixed SD2-854: Renaming VB's MyApplication class 19 years ago
Daniel Grunwald 40347a51c9 Add more strings to translation database. (based on list by asl) 19 years ago
Daniel Grunwald aac539edf7 Fixed SD2-808: Indenting comment when typing colon character or ( ) 19 years ago
Daniel Grunwald 730def510e Referenced assemblies are now loaded with Mono.Cecil. 19 years ago
Daniel Grunwald e6865a4baa Reduce usage of ProjectContentRegistry.Mscorlib - we'll support multiple mscorlib project contents later (compact framework, older .NET versions etc.) 19 years ago
Daniel Grunwald df43c0eef7 Fixed SD2-816: Output visitor does not output implicit/explicit operators 19 years ago
Daniel Grunwald 58dfc5abce Fixed SD2-813: If statement not parsed 19 years ago
Daniel Grunwald dfb3e6a5a4 Fixed possible exceptions in Boo code-completion. 20 years ago
Daniel Grunwald 704ea9be70 BooAdvancedHighlighter: only resolve references that in the visible part of the document 20 years ago
Daniel Grunwald a3b4fd0301 Added support for advanced syntax highlighters. 20 years ago
Daniel Grunwald 251761f70a Add Rename command to refactoring menu. 20 years ago
Daniel Grunwald 130f45f439 Prevent creating ConstructedReturnTypes that cause infinite recursion. 20 years ago
Daniel Grunwald af70e15281 New feature: Removed unused "using" statements. 20 years ago
Daniel Grunwald e8c9d5e35c RefactoringService now accepts any ResolveResult. 20 years ago
Daniel Grunwald f2ecb18965 Fixed BOO-713: Explode operator must be used for DataGridView.Columns.AddRange. 20 years ago
Daniel Grunwald 16d87fd62e Fixed SD2-797: Code-completion for nested classes is broken 20 years ago
Daniel Grunwald e5bc45a6e2 Fixed base addresses and used [DependencyAttribute] to prevent assemblies from being relocated. 20 years ago
Daniel Grunwald c9b71ac07a Fixed forum-7221 20 years ago
Daniel Grunwald de3141c785 Improved code-completion for duck-typing. 20 years ago
Daniel Grunwald 3a82fa2f79 Fixed SD2-726: Xml comment autogeneration on methods with attributes 20 years ago
Daniel Grunwald 3897fc0a33 BooBinding: detect indexers in parsed code 20 years ago
Daniel Grunwald 414ab81065 Fixed SD2-508: Tooltips on declaration lines 20 years ago
Daniel Grunwald 990e3eedc6 Code completion for variables defined in except-clauses. 20 years ago
Daniel Grunwald 06f093be9a Fixed forum-7077 (Boo code completion) 20 years ago
Daniel Grunwald 31f58f9a13 Update to Boo 0.7.6. Fixed various bugs in Boo code completion. 20 years ago
Daniel Grunwald 571f250ca9 InferredReturnType: use type of last ExpressionStatement for inline closures. 20 years ago
Daniel Grunwald ad886431e5 Boo resolver unit tests now reference Boo.Lang.dll. 20 years ago
Daniel Grunwald d595bff51e Implemented code-completion for Boo's CallableTypeReference. 20 years ago
Daniel Grunwald 4f03337a8c Fixed SD2-773: Unable to design Boo form containing ListBox 20 years ago
Daniel Grunwald e80b7a41ec Boo Forms Designer now correctly loads [Flag] properties like Anchor. 20 years ago
Daniel Grunwald 7ab5aec81b Fixed SD2-765: Create OnEvent method does not work for VB methods without delegate 20 years ago
Daniel Grunwald 8022c21c7e Boo: Support code completion on variables declared in a UnpackStatement. 20 years ago
Daniel Grunwald 529a95b46c Update to Boo 0.7.6.2215 20 years ago
Daniel Grunwald a4b35aaae6 Improved Boo VariableLookupVisitor. 20 years ago