649 Commits (a04475c9260950c135bbbc8290d4298bd69d86a4)
 

Author SHA1 Message Date
Daniel Grunwald 1b7912d37f Fixed bugs in boo code completion. 20 years ago
Daniel Grunwald e5964dbf6a Fixed problems with RegexpTk. 20 years ago
Daniel Grunwald ff9cadabb9 Fixed SD2-502: Find/Replace dialog toolbar doesn't respect visual style option 20 years ago
Daniel Grunwald 908db27ca2 - allow code completion bindings to handle ReturnEditAction by handling '\n'. 20 years ago
Daniel Grunwald cb19451039 Fixed SD2-496: TODO task entries removed after building solution. 20 years ago
Daniel Grunwald e78818566c Changes in the highlighting are shown when closing the options box, no need to restart SharpDevelop anymore. 20 years ago
Daniel Grunwald fa58de2275 Fixed BOO-524 (Autocompletion on import doesn't list only namespaces) in Boo and VB: now only classes that contain public static members are shown in the "import" completion. 20 years ago
Daniel Grunwald 09f1580e2a Add quotation marks around the post-build event batch file to fix compiling in paths containing a space. 20 years ago
Daniel Grunwald cb9d56b35a Update conditions in the AddIn schema. 20 years ago
Daniel Grunwald 9f60eac3d0 Improved lazy-loading: fixed loading of BackendBindings when text editor was opened. 20 years ago
Daniel Grunwald 58ad8b5436 BuildAddinDocumentation now updates the AddIn schema. 20 years ago
Matt Ward 3b3121c9a0 NAnt addin now included in main SharpDevelop solution. 20 years ago
Matt Ward 153c6eb444 NAnt addin now using SolutionOpen condition. 20 years ago
Matt Ward a20acba51c The Mono build task attempts to locate the Mono install path by reading the registry before falling back to its original method of assuming that the Mcs/Gmcs compilers have been added to the Path. 20 years ago
Daniel Grunwald bd0a39dd05 Fixed C# ExpressionFinder bug when typing "\." inside a string literal. 20 years ago
Daniel Grunwald e2abd3442e Add documentation for conditions, rename CombineOpen to SolutionOpen. 20 years ago
Daniel Grunwald bf9be4201b Add list with documentation about the doozers. 20 years ago
Daniel Grunwald e7bbee281b Fixed SD2-477: Solution import error. 20 years ago
Daniel Grunwald 93c191ed25 Fixed SD2-492: VS.NET solution converter ignores HintPath attribute for references. 20 years ago
Daniel Grunwald 8a3241306b Fixed SD2-488: Highlighting editor does not work for addin-defined syntax modes. 20 years ago
Daniel Grunwald 4c6e2726c7 Add attribute completion to BooBinding. 20 years ago
Daniel Grunwald 738f985f03 Fixed BOO-347 (BooBinding does not detect methods generated by AST Attributes) 20 years ago
Daniel Grunwald 53453edab6 Fixed BOO-380 (Namespace aliases handled incorrectly during code completion). 20 years ago
Daniel Grunwald 2848336602 Add boo file templates and icons. 20 years ago
Daniel Grunwald fd562a9339 Added form designer to BooBinding (BOO-513). 20 years ago
Matt Ward e2ff20d0bc SD2-490. Fixed problem where the pad contents were not displayed when the default layout was used. 20 years ago
Daniel Grunwald 13237161a5 Fixed SD2-483: TreeNode declarations are missing 20 years ago
Daniel Grunwald 3ad811d6da Add missing file headers. 20 years ago
Daniel Grunwald 0b29102431 BooBinding: Implemented inferring the return type from the "return" statement. 20 years ago
Daniel Grunwald a067ef2b3a Use Boo.Microsoft.Build.Tasks.dll from repository instead of recompiling it every time in the PostBuildEvent. 20 years ago
Daniel Grunwald 5ab533f75d Added compilation support to BooBinding. 20 years ago
Matt Ward 6b28ad4d4d Added a missing NAnt addin resource string. 20 years ago
Daniel Grunwald 07bba4fd75 Added missing resource strings, removed resource strings from AssemblyAnalyzer. 20 years ago
Matt Ward 916110e75e Added NAnt addin from SharpDevelop 1.1/Fidalgo. 20 years ago
Daniel Grunwald 7e7413ce36 Update component library, tried to fix exception when switching back from the form designer when deleting controls from the form so that the caret position is after the end of the document. 20 years ago
Daniel Grunwald 7acfbfc9b4 Delete old ProjectImporterExporter addin. 20 years ago
Matt Ward 9aece9eefb The xml folding parser was not setting the filename in the compilation unit causing the Class Browser to throw an unhandled null reference exception. 20 years ago
Christoph Wille e535d87830 Minor changes to info document 20 years ago
Matt Ward a6dfc69c0c Added support for Mono 1.1.9.2 20 years ago
Matt Ward 5320f5c623 Added extra MSBuild file extensions to be supported by the XmlFoldingParser. 20 years ago
Matt Ward cf7db885d6 Added more MSBuild file extensions so they are syntax highlighted. 20 years ago
Markus Palme 78e0a68a63 SD2-417 Icon for defintionview pad 20 years ago
Daniel Grunwald ce8434156e Fixed return type of generic parameters like "ref T[]" and generic references in base types (e.g. IList<T> derives from ICollection<T>). 20 years ago
Daniel Grunwald 986a361923 Fixed SD2-479. 20 years ago
Matt Ward 47d7a3db83 The start command line arguments and the working directory are parsed by the StringParser before the program is run. This enables the use of custom string tags such as TargetPath, TargetDir, etc. 20 years ago
Daniel Grunwald fd56108c8c Included fix for OverrideMethodsCodeGenerator by Yannick Kiekens (purplebox). 20 years ago
Markus Palme 278feb767e SD2-453: ported CustomLineManager from Fidalgo 20 years ago
Markus Palme 6205a7f110 fixed SD2-445 C# parser fails on default value expression in variable initializer 20 years ago
Daniel Grunwald 6bd45d019d Fixed interface code generator for user defined interfaces. 20 years ago
Markus Palme 99392b6765 ported patch from fidalgo rev 2097 20 years ago