6355 Commits (1f5affe8eb4f28170bd373c6bf52620911e772df)
 

Author SHA1 Message Date
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
Siegfried Pammer 1c425ad58c add code skeleton creation code in OverrideToStringMethod 15 years ago
Siegfried Pammer d065280fa6 added InsertionContext for OverrideEqualsGetHashCodeMethodsDialog and OverrideToStringMethodDialog to make Enter and Escape working properly 15 years ago
Siegfried Pammer 8068c5bf7f make InsertionContext mandatory for all AbstractInlineRefactorDialogs 15 years ago
Siegfried Pammer 9708c57eb6 added AddOtherMethod option to OverrideEqualsGetHashCodeMethods 15 years ago
Daniel Grunwald b744593462 Adjust unit test to changed RTL logic. 15 years ago
Daniel Grunwald 49de1d390d Add support for right-to-left translations to SharpDevelop. 15 years ago
Siegfried Pammer e5ac7346f1 fixed build 15 years ago
Siegfried Pammer a2858c577c fixed missing NotInheritable modifier 15 years ago
Siegfried Pammer 2808600972 OverrideEqualsGetHashCodeMethods inserts method body of selected method, inserts default body on Cancel and code based on selected options on OK. 15 years ago