#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Grunwald ebb5d25c35 Backspace now deletes only a single combining mark. 12 years ago
..
AbstractMargin.cs Apply new file headers 15 years ago
Caret.cs Merge branch 'master' into newNR 12 years ago
CaretLayer.cs AvalonEdit Bugfix: caret is invisible if blinking is disabled in the system settings 14 years ago
CaretNavigationCommandHandler.cs Backspace now deletes only a single combining mark. 12 years ago
CaretWeakEventHandler.cs Apply new file headers 15 years ago
DottedLineMargin.cs Reverting Siegfried's API change to DottedLineMargin (avoid circular reference between Rendering and TextEditor). 15 years ago
DragDropException.cs Apply new file headers 15 years ago
EditingCommandHandler.cs Backspace now deletes only a single combining mark. 12 years ago
EmptySelection.cs Merge branch 'master' into newNR 13 years ago
IReadOnlySectionProvider.cs Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 14 years ago
ImeNativeWrapper.cs Implemented SD-1853 - AvalonEdit: Distinguish between 'end of line' and 'start of next line' at word wrap positions 12 years ago
ImeSupport.cs 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
LineNumberMargin.cs Fixed document service retrieval. 13 years ago
NoReadOnlySections.cs Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 14 years ago
RectangleSelection.cs Merge branch 'master' into newNR 12 years ago
Selection.cs Merge branch 'master' into newNR 13 years ago
SelectionColorizer.cs Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR 14 years ago
SelectionLayer.cs finished implementation of virtual space 14 years ago
SelectionMouseHandler.cs Merge branch 'master' into newNR 12 years ago
SelectionSegment.cs Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR 14 years ago
SimpleSelection.cs Backspace now deletes only a single combining mark. 12 years ago
TextArea.cs Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR 13 years ago
TextAreaDefaultInputHandlers.cs 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
TextAreaInputHandler.cs Apply new file headers 15 years ago
TextSegmentReadOnlySectionProvider.cs Merge branch 'master' into newNR 12 years ago