12205 Commits (7f35dbbbb27e6c8f366627c4ef8b3cbd36835940)
 

Author SHA1 Message Date
Daniel Grunwald 7f35dbbbb2 Merge remote-tracking branch 'origin/master' into newNR 13 years ago
Siegfried Pammer 406354bee0 further improvements and bugfixes for MarkDown-Mode 13 years ago
Daniel Grunwald 8e799bf3d4 Allow running actions as part of file templates. 13 years ago
Daniel Grunwald 80aff30058 Fix several issues with SearchPanel. 13 years ago
Matt Ward cfa9692151 Add .aspx file filter. 13 years ago
Matt Ward 1c3161d42e Check known file extensions for icons when collecting usage data. 13 years ago
Siegfried Pammer 78e3f4a517 add highlighting definition for MarkDown syntax 13 years ago
Daniel Grunwald 918582348c Fix compiler warnings. 13 years ago
Daniel Grunwald 7c49a3e050 Use processContent="lax" as recommended in http://xml.coverpages.org/HP-StephensonSchemaBestPractices.pdf 13 years ago
Daniel Grunwald b29ebf9b99 Fix build. 13 years ago
Daniel Grunwald 8b1fcfa2ba Add Where() and OfType() implementations in ModelCollectionLinq; and remove some redundant helper methods in Debugger.AddIn. 13 years ago
Daniel Grunwald 24f68bf609 Fix saving/loading open files and breakpoints. 13 years ago
Matt Ward 3deb4ecd54 Add PowerShell support for NuGet addin. 13 years ago
Matt Ward f2b352c21f Fix Get-Package output in NuGet console window. 13 years ago
Daniel Grunwald be2f73fa40 Make AvalonEdit xshd schema more flexible: allow elements and attributes from other namespaces. 13 years ago
Daniel Grunwald ed91c296ff Clear property container on designer unload so that the ComboBox of selectable objects stays empty when the designer cannot be reloaded due to syntax errors. 13 years ago
Matt Ward 08ddba725c Update installer with new MVC project templates. 13 years ago
Matt Ward ad860bcac0 Rename MVC 3 project templates. 13 years ago
Matt Ward 0f282ad56c Add MVC 4 project templates. 13 years ago
Daniel Grunwald d779caaf9e Fix bugs in SolutionLoader that were introduced with the Deploy.0 flag. 13 years ago
Daniel Grunwald e57e045d6e Debugger: Fix ArgumentNullException when loading a secondary module of a multi-module assembly. 13 years ago
Daniel Grunwald a7c5a3e877 Don't crash when loading solution with invalid GUID 13 years ago
Daniel Grunwald 76fed2b8d0 Move regex-based highlighting engine from DocumentHighlighter into its own new class (HighlightingEngine). 13 years ago
Daniel Grunwald d4ccfd282d Solution configuration management: preserve Deploy.0 flag. 13 years ago
Daniel Grunwald b2e8ef2a13 Fix InvalidOperationException in semantic highlighter. 13 years ago
Matt Ward 33070393e1 Fix standard headers not being saved. 13 years ago
Matt Ward e0567649e8 Fix MSpec test selection in Unit Tests window. 13 years ago
Matt Ward 9b06797694 Fix MSpec failures missing line numbers in Errors window. 13 years ago
Matt Ward 1c66e2143c Fix MSpec behaves_like tests not updating in Unit Tests window. 13 years ago
Matt Ward dd3e59a964 Update MSpec addin unit tests. 13 years ago
Matt Ward 44143f236c Fix goto definition for MSpec fields in Unit Tests window. 13 years ago
Matt Ward c9490b5f2a Reformat code. 13 years ago
Matt Ward 609b1ad8a3 Add MSpec addin to installer. 13 years ago
Matt Ward 29e267f154 Add MSpec addin. 13 years ago
Daniel Grunwald adf14f4f8c Fix "ArgumentException: An item with the same key has already been added" when an attribute has multiple named arguments with the same name. 13 years ago
Christoph Wille f70849afff Version increment 13 years ago
Daniel Grunwald 2eeb58101d Initialize all the colors for semantic highlighting. 13 years ago
Matt Ward 8516c9bdd9 Make snippet compiler main window bigger. 13 years ago
Matt Ward a500e37ef8 Fix debugger hang in snippet compiler sample. 13 years ago
Daniel Grunwald 6130566786 Merge NRefactory 5.3.0-185-g85bbcab to newNR branch 13 years ago
Daniel Grunwald 85bbcab8de Remove old ObservableAstVisitor 13 years ago
Daniel Grunwald 07bf385a27 Remove IUnresolvedFile.GetTypeResolveContext 13 years ago
Daniel Grunwald 453c566254 Fix various bugs in new solution model. 13 years ago
Matt Ward de6619b247 Fix snippet compiler sample. 13 years ago
Daniel Grunwald 38f87d9709 Fix build. 13 years ago
Daniel Grunwald 9d44d868c8 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR 13 years ago
Daniel Grunwald 3605016f6b Support 'copyFrom' when creating project/solution configurations. 13 years ago
Daniel Grunwald a7047035c4 Fixed performance bug when pressing Backspace - we were unnecessarily building the visual line for the intermediate state where the previous character is selected but not deleted. 13 years ago
Daniel Grunwald 9ff68ecaed Fix "InvalidOperationException: Trying to build visual line from collapsed line" when the start of a folding section is hidden by a different element generator than the FoldingElementGenerator. (e.g. TruncateLongLines) 13 years ago
Daniel Grunwald 72d01bd043 Fix some more crashes reported by UDC. 13 years ago