2088 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
Matt Ward bec633db6c Fix #333: Unable to save WiX file. 12 years ago
Matt Ward ad3a588668 Fix #352: Folding for Razor files crashes. 12 years ago
Siegfried Pammer 4791b17ed5 fix #361: ApplicationException in code editor related to semantic highlighting 12 years ago
Siegfried Pammer 95b84d4f52 fix fileName comparison in MoveTypeToFileContextAction 12 years ago
Daniel Grunwald 91422309d8 Context actions: don't catch OperationCanceledException 12 years ago
Siegfried Pammer 1856b21830 highlight ctor references as well 12 years ago
Siegfried Pammer 727a3f04a0 fix highlighting of method invocations and primitive types; close #247 12 years ago
Siegfried Pammer 3f999348cf first implementation of #247: Reimplement 'highlight symbols' (CaretReferencesRenderer) 12 years ago
Matt Ward 2a0cb435d7 Implement EnvDTE.CodeInterface.AddFunction() 12 years ago
Matt Ward c0b7089e95 Implement EnvDTE.CodeType.AddVariable() 12 years ago
Siegfried Pammer 5e4bfe130c fix #305: Symbol tooltips in XAML editor appear at any mouse position 12 years ago
Siegfried Pammer a9573a345b fix #301: Allow users to suppress issues 12 years ago
Siegfried Pammer e1ab441f06 fix #287: Incorrect indentation when inserting newline into XmlDoc 12 years ago
Siegfried Pammer cd599e2e60 fix #305: Add MateY-IndentEngine to SharpDevelop 12 years ago
Andreas Weizel 02f2ce660b Rework of Alt+Up/Down code moving feature: Now cleaner, supports moving of more types of statements (like using declarations, preprpcessor statements), fixed formatting. 12 years ago
Siegfried Pammer 1c663b022e fix #336: Implement interface in code-behind .xaml.cs tries to insert interface implementation in .xaml file 12 years ago
Daniel Grunwald 1bdd80e396 Render InsertWithCursor line in the middle of empty lines, but between lines if they are not empty. 12 years ago
Daniel Grunwald 8accbd7e05 Update to NRefactory commit ef1a5d63. 12 years ago
Daniel Grunwald 59e19671f9 Add ParserService.ResolveContext() method. 12 years ago
Daniel Grunwald d6f82bb28b Move InsertionCursorLayer to its own file. 12 years ago
Daniel Grunwald d02eb56520 Update mouse cursor in InsertWithCursor() mode. 12 years ago
Matt Ward 01f96a64f5 Support making types partial in CodeGenerator. 12 years ago
Siegfried Pammer 04d8d26fab move most of the IDebugger DebuggerService infrastructure to Debugger.AddIn 12 years ago
Siegfried Pammer 8052516145 add basic DebuggerDotCompletion implementation 12 years ago
Siegfried Pammer 9bc4da51e0 check if CSharpUnresolvedFile is present in any IProjectContent, use null otherwise 12 years ago
Siegfried Pammer 4289c67d48 possible fix for problems mentioned in 3ba0ba57f8 12 years ago
Siegfried Pammer d0ba91c540 fix bug in XamlTextEditorExtension 12 years ago
Siegfried Pammer c84eb5f1a1 use Link in EventCreationCompletionData 12 years ago
Siegfried Pammer 549a5dce74 fix #167: Show XAML parse errors in ErrorPad - they aren't displayed in the error pad to avoid mixing compiler errors and "analyzer errors", but with a squiggly underline marker. 12 years ago
Siegfried Pammer 9eeba8b9ea fix #317: Off-by-one error in background syntax check 12 years ago
Siegfried Pammer f6fd05a7eb fix #300: Implement 'Link Mode' (Script.Link) 12 years ago
Siegfried Pammer 4bb6ea86ac fix #298: Insert with cursor: Indentation is wrong 12 years ago
Siegfried Pammer d482cd4a73 add mouse navigation mode to InsertWithCursor 12 years ago
Siegfried Pammer 8ed2952096 display info group box next to insertion cursor 12 years ago
Andreas Weizel 6c6a55d0b7 Implemented AsynchronousWaitDialog.ShowWaitDialogForAsyncOperation() API. 12 years ago
Siegfried Pammer 6262dd60a0 fix #310: InsertWithCursor should support Home/End/PageDown/PageUp keys 12 years ago
Siegfried Pammer dac858b664 fix #276: Merge keyword CC items with snippet CC items 12 years ago
Siegfried Pammer 301725efb4 replace return type of ITextEditor.GetSnippets with ISnippetCompletionItem 12 years ago
Daniel Grunwald 8873a2432f Improve the "TargetFramework" API: 12 years ago
Sergey Galich 239f46bc27 Run IIS Express from multiple IDE instances 12 years ago
Daniel Grunwald bf702903ac Use new license header on files that still had the default "Created by SharpDevelop" header. 12 years ago
Daniel Grunwald 6da57f8678 Add back "using System;" that got lost due to file header replacement. 12 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
Siegfried Pammer daf9b5571f fix #292: Implement interface does not show generated code 12 years ago
Daniel Grunwald d41a6e02c6 Update to NRefactory commit 6837c57. 12 years ago
Siegfried Pammer c84b0f878e remove local copy of some shared assemblies in AddIns 12 years ago
Siegfried Pammer 096c88c954 fix #282: Pressing Ctrl+Z in InsertWithCursor mode causes InvalidOperationException 12 years ago
Siegfried Pammer a1aebe8dcd fix #285: Method Insight tooltip is invisible and only appears after scrolling 12 years ago
Daniel Grunwald 99d94fdfd3 Cancel currently running search when a new search is started. 12 years ago
Daniel Grunwald 00113de78f Add workaround for NRefactory parser bug that was causing the semantic highlighting to crash. 12 years ago