1693 Commits (e17d6e0482ddc1f86b617dfd749c61afabd4962d)

Author SHA1 Message Date
Siegfried Pammer d7a6c74a91 SD-1592: color for non-printable characters is now customisable 15 years ago
mkonicek c20aafaee4 Editor context actions - added context action which inserts null checks - for expressions like "a.b.c" inserts "if (a != null && a.b != null)". 15 years ago
Siegfried Pammer 3dc2b5b105 fixed unreachable code and added a documentation comment to the Clear()-method. 15 years ago
Siegfried Pammer 85715b044d dispose unneeded AXml data after parsing files without IViewContent 15 years ago
Daniel Grunwald 794a0f8af7 Fix "interaction problem between code completion and scrolling" (http://community.sharpdevelop.net/forums/t/12215.aspx) 15 years ago
Siegfried Pammer 5c45af55b3 working on SD-1592: converted C++, HTML, JavaScript and Java highlighting to new format 15 years ago
Siegfried Pammer d43ee6b81c working on SD-1592: translated Coco-Mode.xshd to the new format 15 years ago
Siegfried Pammer 2e248e72e1 working on SD-1592: translated ASPX.xshd to the new format 15 years ago
Siegfried Pammer f7c9cb8c1c working on SD-1592: translated PHP-Mode.xshd to the new format 15 years ago
Daniel Grunwald 5205d52d1f Add setter to TextDocument.UndoStack. 15 years ago
Daniel Grunwald 890ecbb23c AvalonEdit: calculate WideSpaceWidth instead of simply using FontSize/2. 15 years ago
Matt Ward 996193282c Fix null reference when completion window closed and completion list selection changed event fired afterwards. 15 years ago
Daniel Grunwald 2f53cc69da Fix build. 15 years ago
Daniel Grunwald 021db4c9fa Use InvariantCulture instead of Ordinal in CompletionList filtering. 15 years ago
Siegfried Pammer b83553d64c fixed http://community.sharpdevelop.net/forums/t/12320.aspx 15 years ago
Daniel Grunwald 03c220d8f4 Warn in debug output when non-frozen brushes are used in AvalonEdit. 15 years ago
Daniel Grunwald 4d09117f40 Fix default value for WordWrapIndentation. 15 years ago
Daniel Grunwald 8266dce10a AvalonEdit: Use indentation from first line on all following lines when word-wrapping. 15 years ago
Eusebiu Marcu 6b18951b01 add pin layer as a canvas 15 years ago
Daniel Grunwald e1a9ec1c9b Fixed caret position after leaving snippet mode. 15 years ago
Daniel Grunwald 8e5e013c97 Fixed AnchorMovementMode of SnippetBoundElement and SnippetAnchorElement. 15 years ago
Daniel Grunwald d5aaa9df39 Fixed interaction between snippets with bound elements and Undo/Redo. 15 years ago
Daniel Grunwald 2516d10889 Make Boo regex literal a span 15 years ago
Daniel Grunwald b463371d1c Boo highlighting: fixed regex for regex literals 15 years ago
Siegfried Pammer 5e5d2066a1 fixed wrong position of Implements/Handles clause in Sub/Function declarations 15 years ago
Daniel Grunwald f79eed93ef Fixed bug in C# parser: EndLocation was not set for some kinds of type references 15 years ago
eusebiu 1c6b454f40 Pin control v0.4 15 years ago
eusebiu 03eca1fa91 Edit pin control v0.3 15 years ago
eusebiu edcfb96f87 pin control v0.3 15 years ago
eusebiu 1d934de1b4 Edit pin control v0.2 15 years ago
eusebiu b53f8635f2 Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls 15 years ago
Siegfried Pammer 21f0045b53 added missing keyword in type modifiers 15 years ago
Siegfried Pammer 5dce34e991 fixed http://community.sharpdevelop.net/forums/p/12161/33156.aspx#33156 15 years ago
Daniel Grunwald 3f1dd6ba72 Use ModifierKeys instead of Keyboard.IsKeyDown. 15 years ago
eusebiu c1c9366c88 fix SD-1738 - Ctrl+Shift+Tab does not work in active files dialog 15 years ago
Daniel Grunwald 93f924b120 Add TextAnchorMovementMode.Default where the movement direction depends on the type of insertion. 15 years ago
Daniel Grunwald ff01c46e98 Fixed http://community.sharpdevelop.net/forums/t/12009.aspx (when word-wrapping is enabled and lines are very long, ScrollTo() does not find the correct position). 15 years ago
Daniel Grunwald e866b3fdf2 Fixed http://community.sharpdevelop.net/forums/t/11909.aspx (selection is quirky when indenting/unindenting). 15 years ago
Daniel Grunwald 9f506bf2c6 AvalonEdit default style: since we specify an explicit background color, also specify the foreground color. 15 years ago
Daniel Grunwald 4ef89926d0 Remove TextEditor.HideScrollBar() and expose {Horizontal,Vertical}ScrollBarVisibility properties instead. 15 years ago
Eusebiu a351d20664 WatchPad + Console control 15 years ago
Siegfried Pammer 4b1503d40b VB: properly fixed ILC-detection after attributes 15 years ago
Daniel Grunwald f1beb21aa5 Fixed C# parser: multiple event declarations on the same line. 15 years ago
Siegfried Pammer 28576f4e43 Ascending and Descending are special tokens, thus can stand at the end of a query (exception in ILC logic) 15 years ago
Siegfried Pammer fe198da3f5 fixed http://community.sharpdevelop.net/forums/p/12088/32950.aspx#32950 15 years ago
Siegfried Pammer 5de1b3594e fixed some more bugs in location assignment 15 years ago
Siegfried Pammer 4894432a83 reverted assignment of locations to special TypeReferences - cannot use Clone() because it would destroy referential equality 15 years ago
Siegfried Pammer 2d289a5d26 removed detection of ExtensionAttribute, because it works only in some cases. 15 years ago
Siegfried Pammer 44b0c03bf9 fixed http://community.sharpdevelop.net/forums/t/12063.aspx 15 years ago
Siegfried Pammer 98ca2b1265 - fixed positions in TypeReferences 15 years ago