629 Commits (a52392516a1e9b82c02df07cba93f377622acbc9)
 

Author SHA1 Message Date
Mathias Simmack a52392516a Avalon page template updated 20 years ago
Mathias Simmack 08725ec0c6 simple Avalon application template uploaded (for testing only!) 20 years ago
Mathias Simmack a8b033af9b new ApplicationDefinition/Page compiler option; support for external Import commands in XPT project files 20 years ago
Mathias Simmack ac5d144c8d updated XML editor for XAML style and schema (does NOT include the Avalon/XAML schema itself) 20 years ago
Matt Ward 417f61d4d1 Schema errors in task list now use the schema filename. Fixed problem where each XmlView was creating its own output window category. 20 years ago
Matt Ward 7255bad91f Fixed schema errors caught by .NET 2.0 and removed old NAnt 0.84 schema. 20 years ago
Matt Ward 3dc5023f79 Removing SharpAssembly. The AssemblyScout should be using code completion data from the ProjectContentRegistry and not SharpAssembly. 20 years ago
Matt Ward 34e2d508a1 Most of assembly scout working. Needs resources from Fidalgo, info view browsing via hyperlinks is disabled, and speed improvements required. 20 years ago
Matt Ward 5b241f39a1 Ported SharpAssembly from Fidalgo. 20 years ago
Matt Ward 5444360515 Can now assign an XSLT stylesheet to an XML file and run transforms. New XML menu to make it easier to locate xml editor menu items. 20 years ago
Daniel Grunwald 154dfeee9a Fixed bug in NRefactoryToBooConverter: NullReferenceException when first section in switch-statement was the default section. 20 years ago
Markus Palme a89751b639 fixed problem with disposed window 20 years ago
Markus Palme dc487c7331 Texteditor now uses DeclarationViewWindow instead of ToolTip (part of SD2-498) 20 years ago
Daniel Grunwald 4a3b169576 Use a copy of the text/color in the SearchResultPad instead of accessing the real document in the OnPaint method. This fixes some bugs when switching to the SearchResultPad after modifying the document. 20 years ago
Daniel Grunwald e714aa4009 Update default layouts. 20 years ago
Daniel Grunwald 68b5793ac4 Fixed SD2-465: Linked files are not imported 20 years ago
Daniel Grunwald db62adff59 Fixed SD2-497: Allow adding existing files as links. 20 years ago
Daniel Grunwald 953c951b3f Fixed SD2-503: WindowActive condition fails 20 years ago
Daniel Grunwald 4d14446434 Add InterpreterWrapper.boo. 20 years ago
Daniel Grunwald c7edd9265d Fixed BOO-542: CodeCompletion on interfaces doesn't list inherited Object members. 20 years ago
Daniel Grunwald b55748e687 Add Boo.InterpreterAddIn. 20 years ago
Daniel Grunwald 10fce36f1f Fixed possible StackOverflowException in BooBinding. CodeGenerator can now created "Changed"-events and OnEvent-methods. 20 years ago
Daniel Grunwald 85a45ca2ab Allow generating interface implementations using the new CodeGenerator. 20 years ago
Daniel Grunwald 1fa584b4f4 Fixed BOO-539: Forms designer does not hook up events to event handlers. 20 years ago
Daniel Grunwald d8a048e87a Fixed possible endless loop in Boo ExpressionFinder. 20 years ago
Daniel Grunwald 8a0c189a50 Added FormattingStrategy for Boo and fixed BOO-535: Code completion for generator syntax. 20 years ago
Daniel Grunwald e2d20525d9 Improved BooBinding: 20 years ago
Daniel Grunwald a67e3f5220 Fixed BOO-300: #region folding 20 years ago
Daniel Grunwald ba19122c8d Fixed BOO-516: Tooltips don't work in last line of the document 20 years ago
Daniel Grunwald a0a696f897 The commands "Create getter" and "Create property" now generate code using NRefactory. (part of SD2-436) 20 years ago
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