6364 Commits (6ad839c0fe2f8de2bbaafb24f778b265e33df35b)
 

Author SHA1 Message Date
Siegfried Pammer 6ad839c0fe optimize DocumentSequence.Equals using hash codes of lines 15 years ago
Siegfried Pammer e3e72b80e6 ChangeMarkerMargin: optimized refresh performance on load and save 15 years ago
Siegfried Pammer 966fe142f2 added DocumentSequence - works on a per line basis, not per character 15 years ago
Siegfried Pammer 52bb2f5ac5 change marker now shows deletions 15 years ago
Siegfried Pammer b5902c7e27 implemented GitVersionProvider, simplified initial setup of DefaultChangeWatcher 15 years ago
Siegfried Pammer b3f1dc804a implemented line number mapping 15 years ago
Siegfried Pammer ee09fe7c73 second try to port MyersDiff 15 years ago
Siegfried Pammer 2df5196a30 remove display of deleted text; remove support for Diff engines 15 years ago
Siegfried Pammer 8ed774bf3c fixed bug in GetEdits-foreach loop 15 years ago
Siegfried Pammer 1f5affe8eb added MyersDiff 15 years ago
Siegfried Pammer 8219101226 created SvnBaseVersionProvider 15 years ago
Siegfried Pammer 212b61e029 started implementation of diff-display 15 years ago
Siegfried Pammer aa1773c41b draw small triangles for deleted sections 15 years ago
Siegfried Pammer 300dcf273b changed signature of GetChange to return all information 15 years ago
Siegfried Pammer 14f476d64a reorganized IChangeWatcher API 15 years ago
Siegfried Pammer b13d1002df implemented DefaultChangeWatcher 15 years ago
Siegfried Pammer 1396da7fc6 added VersioningServices 15 years ago
Siegfried Pammer 861856d506 created ChangeWatcher API: allows display of changes from different data sources (changes while file is opened, Git/SVN diff, etc.) 15 years ago
Siegfried Pammer a2d05e8274 added ChangeMarkerMargin 15 years ago
Siegfried Pammer b205555b9a fixed http://community.sharpdevelop.net/forums/p/11851/32435.aspx 15 years ago
mrward 473aec2817 Code completion in the IronRuby console window now working. 15 years ago
mrward eb62c75d5c Add syntax highlighting to IronPython and IronRuby console windows. 15 years ago
Daniel Grunwald 62a02f30c1 Fix build 15 years ago
Daniel Grunwald 531fddf0e7 Exclude incomplete translations from LanguageDefinition.xml (but keep them in setup) 15 years ago
Daniel Grunwald 0375d738a1 Make StringResourceTool update all .resx files in data/resources (independent of LanguageDefinition.xml). 15 years ago
Daniel Grunwald 2607159591 Validate language when starting up SharpDevelop. 15 years ago
Kumar Devvrat 45e5c89b60 Remove NotImplementedException in BeforeSetPosition() 15 years ago
mrward abc43d22a1 Move the code to save text sent before the scripting console window is active into a separate class. 15 years ago
mrward b96c13cabb Extract scripting console unread lines code to separate class. 15 years ago
Siegfried Pammer 9d9359710d fix SD-1728 and other issues with ContextActionsPopups 15 years ago
mrward 5dbdd6ad30 Fix problem with lines not being sent to scripting console when console not currently open. 15 years ago
mrward ea5788a811 Remove locks from Scripting Console. 15 years ago
mrward ecee05b53e Change ScriptingConsoleOutputStream to call console text editor on UI thread. 15 years ago
mrward c3a1ffd6d7 Move common IronPython and IronRuby console pad code to Scripting project. 15 years ago
mrward 3c7fa5d875 Move threading code out of ScriptingConsole class. 15 years ago
Siegfried Pammer c9b8391201 hopefully fixed SD-1720 15 years ago
Siegfried Pammer 428f9a5f21 simplified check for reference types based on Daniel's advice 15 years ago
mrward a528487a50 Add support for sending selected text to Python and Ruby consoles. 15 years ago
Daniel Grunwald 19c6754f6c Make "expand automatic property" available in class member bookmark. 15 years ago
Daniel Grunwald 7be302064d Fix http://community.sharpdevelop.net/forums/t/11816.aspx - "Create Changed-event" appears on interface properties 15 years ago
Daniel Grunwald dd17ac9e4a Fix http://community.sharpdevelop.net/forums/t/11817.aspx - NotImplementedException when word-wrapping bidirectional text 15 years ago
Siegfried Pammer ddf1d11037 add support for generic type parameters to InsertCtor 15 years ago
Siegfried Pammer abef6e6f74 Implement * refactorings do now work properly with partial classes 15 years ago
Siegfried Pammer 0aabda8caf added ExtendedPopup 15 years ago
mrward 540a255548 Move common IronPython and IronRuby send line to console code to Scripting project. 15 years ago
Siegfried Pammer 6b5c342397 fixed caret positioning for all inline refactorings 15 years ago
Siegfried Pammer ffc76842c1 removed Wrapper<T> and created proper DataTemplate for OverrideToStringMethodDialog 15 years ago
Siegfried Pammer 10cdfe20c7 simplified code generation in OverrideToStringMethod and added Cancel support 15 years ago
Siegfried Pammer fcea661299 do snippet insertion in one UndoGroup 15 years ago
Siegfried Pammer a64eda5d29 code cleanup in OverrideEqualsGetHashCodeMethodsRefactoring.cs 15 years ago