6396 Commits (be48f3c67c80602488856a563ed323782bedff8f)
 

Author SHA1 Message Date
Siegfried Pammer be48f3c67c applied patch "added support for events into Extract Interface" by Maciej Grabowsky - slightly changed FormatMemberForDisplay: replaced StringBuilder by IAmbience 15 years ago
Daniel Grunwald 40a6278655 Merge branch 'reports' 15 years ago
peterforstmeier ff4cb92e60 FormSheet Reports with ReportViewer are working again 15 years ago
Daniel Grunwald 58482b71ca Work on SD-1457: Added support for the Client Profile. The 3.5 and 4.0 client profiles can now be chosen as target frameworks. 15 years ago
peterforstmeier 1575ea4cba Cleanup with FxCop 15 years ago
Daniel Grunwald abbfb1b6f9 Disable target framework combobox in project options so that all target framework changes run through the UpgradeProject code path. 15 years ago
Daniel Grunwald ec937c8363 Require full .NET 4.0 framework in SharpDevelop's app.config. 15 years ago
Daniel Grunwald 370c3160d7 Remove file type associations for .xfrm, .cmbx and .prjx 15 years ago
Siegfried Pammer a93d3be956 fixed http://community.sharpdevelop.net/forums/p/11898/32504.aspx 15 years ago
Siegfried Pammer f886c30915 cleaned NRefactory gen.bat 15 years ago
mrward 3f433a2b46 Add support for IronPython completion after typing 'self'. 15 years ago
peterforstmeier 91fcce0a82 Draw formatted String 15 years ago
peterforstmeier b236904de7 Evaluation inside Grouping 15 years ago
Daniel Grunwald 70b911260e Add autostart path to AddInTree that runs after the workbench was initialized. 15 years ago
Daniel Grunwald 858f188712 UpdateAssemblyInfo: fixed ReadBranchNameFromGit when git is configured to use colors 15 years ago
Daniel Grunwald cc49af8e05 Add public constructor to ParseProjectContent and move mscorlib initialization to CompilableProject. 15 years ago
mrward 72b0a52bcf Asterisk character treated as a normal key character when completing IronPython code. 15 years ago
peterforstmeier bf25326b90 refactor test's for grouping 15 years ago
peterforstmeier 7dadb2c562 Evaluation in grouped report 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
peterforstmeier 979315eb2a Change GroupedRowConverter.cs from DataNavigator.SwitchGroup to base.DataNavigator.GetChildNavigator() 15 years ago
peterforstmeier 13f7db49ba More test's for IList Grouping 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
peterforstmeier 38837e3935 Add UnitTest's for Grouping with IList 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
peterforstmeier 8eced94981 Test's for DateTime grouping 15 years ago
peterforstmeier 98174d6c3a Move handling of pageBreak to BaseConverter.cs 15 years ago
mrward 540a255548 Move common IronPython and IronRuby send line to console code to Scripting project. 15 years ago