665 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
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 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 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 c84eb5f1a1 use Link in EventCreationCompletionData 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
Daniel Grunwald 8873a2432f Improve the "TargetFramework" API: 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
Siegfried Pammer 8b0fbd2f16 some UI improvements in tooltips: 12 years ago
Siegfried Pammer 5b76ce55ed replace | with caret in "literal" completion items (delegate templates, etc.) 12 years ago
Siegfried Pammer 802239523e fix #272 - TODO: XmlDoc completion 12 years ago
Siegfried Pammer eef29b1259 add FontSize to global editor options 12 years ago
Siegfried Pammer 4c0a1d18fe add XmlDoc to Insight tooltips 12 years ago
Siegfried Pammer 8d804d7b12 fix #273 - NullReferenceException when typing a call to `FirstOrDefault()` 12 years ago
Daniel Grunwald ee0e6b1d4d Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService. 12 years ago
Siegfried Pammer 74ab0ec89e fix #267 12 years ago
Daniel Grunwald 33c72ed327 Fix #227: Class no longer available for code completion when file renamed 12 years ago