4615 Commits (034ced130a63d72b61dc8e048af62b3d503fd028)

Author SHA1 Message Date
Daniel Grunwald b744593462 Adjust unit test to changed RTL logic. 16 years ago
Daniel Grunwald 49de1d390d Add support for right-to-left translations to SharpDevelop. 16 years ago
Siegfried Pammer e5ac7346f1 fixed build 16 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. 16 years ago
Siegfried Pammer 6d7497f3f0 set TrackEvents to false per default 16 years ago
Siegfried Pammer fb1e52677c fixed NullReference exception in Override Completion Dialogs 16 years ago
mrward 4608b9b580 Move IronPython and IronRuby console classes to common Scripting project. 16 years ago
peterforstmeier 3112eb55fa Adjust ListLayout 16 years ago
mrward 54b115264f Move some IronPython and IronRuby designer code generation tests to common Scripting test project. 16 years ago
mrward 58a06cd626 Move IronPython and IronRuby designer generator unit tests to common Scripting test project. 16 years ago
Siegfried Pammer c45d6c7398 added ICompletionItem parameter to Insert method 16 years ago
Siegfried Pammer 5679ccc74a reset ctor snippet to version with public; do not generate public or static in the code 16 years ago
Siegfried Pammer 47ade843a0 Added "Select All" ToggleButton to InsertCtorDialog as proposed in http://community.sharpdevelop.net/forums/p/11764/32275.aspx#32275 16 years ago
mrward 7bd2248f4f Move IronPython and IronRuby designer generator code to common Scripting project. 16 years ago
peterforstmeier 8182b94643 Refactor Converters/GroupedRowConverter.cs for better Pagebreak 16 years ago
peterforstmeier e8302da9f0 Update test+s in GenerateListWithGroupFixture.cs 16 years ago
mrward dcf38c768d Move IronPython and IronRuby designer loader code into the common Scripting project. 16 years ago
mrward 0f5cb56648 Use NUnit's RequiresSTA to fix failing unit tests. 16 years ago
mrward 141d8fd02d Fix NUnit hint path. 16 years ago
mrward 0f74012096 Move IronPython and IronRuby output stream class to common Scripting project. 16 years ago
mrward 7573e8313a Move IronPython and IronRuby text editor view content class to common Scripting project. 16 years ago
mrward 9d13c8e36b Move IronPython and IronRuby workbench code to common Scripting project. 16 years ago
mrward faa70890c4 Move IronPython and IronRuby IConsole and IConsolePad interfaces into common Scripting project. 16 years ago
Daniel Grunwald db6cd171a2 Adjust line numbers in debugger unit test to new file headers. 16 years ago
mrward d35e7f8feb Move common code from IronPython and IronRuby code builder class to Scripting project. 16 years ago
Daniel Grunwald f5780c2944 Apply new file headers 16 years ago
Daniel Grunwald 070d473664 Update CheckFileHeaders tool. 16 years ago
mrward 77dcfe5e75 Move IronPython and IronRuby form designer name creation service and designer generator class to common Scripting project. 16 years ago
mrward 7767977b32 Move file service code in IronPython and IronRuby addins to common Scripting project. 16 years ago
mrward cbea154191 Move AddInPathHelper to Scripting Tests project. 16 years ago
mrward 0c0aeebeb3 Refactor classes that implement IScriptingConsoleTextEditor and move them to the Scripting Tests project. 16 years ago
mrward cbefb3dc43 Rename IConsoleTextEditor to IScriptingConsoleTextEditor and move it to the Scripting Tests project. 16 years ago
mrward 18f3790186 Move MSBuildEngineHelper to Scripting Tests project. 16 years ago
mrward ec073af6f8 Move common MockProjectContent to ICSharpCode.Scripting.Tests project. 16 years ago
mrward 7704c70eb0 Move RubyBinding test helper class to Scripting test project. 16 years ago
mrward 490c3a6ced Remove unused code from IronPython addin. 16 years ago
Siegfried Pammer 9950790ab1 removed file load code duplication; replaced by ParserService.GetParseableFileContent 16 years ago
mrward 687b2c9832 Move common code out of the IronPython and IronRuby addins to a new project. 16 years ago
Siegfried Pammer 395a8b7df0 Deleted multiple translations for "Move Down" and "Move Up" and added Global.MoveDown and Global.MoveUp 16 years ago
Siegfried Pammer 23cb8156c4 fixed exception in Deactivate on deletion of snippet; exclude constants, static fields and properties with backing field from list 16 years ago
Siegfried Pammer 5315c0e2ba made IsAutomaticProperty static and internal, removed dependency on ITextEditor, works now with any IProperty in any class, even partial classes 16 years ago
Siegfried Pammer 5afefddcfb InsertCtor inserts static ctor in static class 16 years ago
peterforstmeier 188e4d14cb PageBreak with GroupedReport, Refactor PageBreak 16 years ago
Siegfried Pammer f4b26c61fb fixed cursor positioning after finishing InsertCtorDialog, display no dialog if no fields are available 16 years ago
Siegfried Pammer db188a23d4 fixed indentation of generated code in InsertCtor 16 years ago
Siegfried Pammer f9ef8ccf21 first attempt to fix focus problems in inline refactor dialogs 16 years ago
Siegfried Pammer 8b9b74ca35 replaced DockPanel by StackPanel in InsertCtorDialog.xaml 16 years ago
Siegfried Pammer 6a89a4470c moved AnchorSnippetElement integration to AnchorSnippetElementProvider 16 years ago
Siegfried Pammer cc53d590fb simplified expression used to retrieve parameterList AnchorElement 16 years ago
Siegfried Pammer 80229423ff enter and escape now work properly in inline refactoring dialogs 16 years ago