198 Commits (ec6ad9e42ef8876079c54e14669997381267e794)

Author SHA1 Message Date
Matt Ward ec6ad9e42e Fix failing unit tests being run with MTA thread. 13 years ago
Matt Ward 3af26fc3ca Fix ArgumentNullException in IronPython forms designer when a form has a button, a timer and only the timer's Tick event handler is specified. 13 years ago
Matt Ward 2fbf506e05 Rename TestMethod classes to TestMember since they allow fields and methods to define tests. 14 years ago
Matt Ward bdd0f33cda Support converting multiple class fields defined on one line when converting to Python. 14 years ago
Matt Ward 8926ba5a93 Support converting VB.NET exit statements to Python. 14 years ago
Matt Ward fba3a7a46d Supporting converting multiple variable assignments on a single line to Python. 14 years ago
Matt Ward b2e0f592f7 Support converting VB.NET for next loops to Python. 14 years ago
Matt Ward 58b32c7005 Fix null reference exception in IronPython resolver when class member has a null IReturnType. 15 years ago
mrward 687e8dc591 Add simple method return value resolver for IronPython. 15 years ago
mrward 2d11b74a7b IronPython class fields defined in constructor now appear in code completion after typing 'self'. 15 years ago
mrward 264afa673c Add code completion for methods on local variables in IronPython code. 15 years ago
mrward b3bfd0ef5a Fix problem with an IronPython local variable not being resolved after assigning a value to its property and then calling a method on the variable. 15 years ago
mrward c995ead347 IronPython method insight window no longer stays open after method's closing parenthesis typed in. 15 years ago
mrward bdaa742a0b Support commenting selected lines in IronPython and IronRuby code. 15 years ago
mrward c0c8677792 Show properties for IronPython classes in class browser. 15 years ago
mrward c132891492 Move common code for running the IronRuby or IronPython console from the menu to the Scripting project. 15 years ago
mrward fc508ad174 Move common IronRuby and IronPython console application code to Scripting project. 15 years ago
mrward 1b31c480d4 Re-enable basic support for local variable code completion in IronPython. 15 years ago
mrward b90aac8024 Add IronPython code completion for class fields. 15 years ago
mrward 98765ade2d Add code completion for events in IronPython. 15 years ago
mrward e5d7bccdca Add support for IronPython code completion on properties to any level. 15 years ago
mrward 005cec4023 Add simple support for property code completion in the IronPython addin. 15 years ago
mrward 3f433a2b46 Add support for IronPython completion after typing 'self'. 15 years ago
mrward 72b0a52bcf Asterisk character treated as a normal key character when completing IronPython code. 15 years ago
mrward 3c7fa5d875 Move threading code out of ScriptingConsole class. 15 years ago
mrward 540a255548 Move common IronPython and IronRuby send line to console code to Scripting project. 15 years ago
mrward 4608b9b580 Move IronPython and IronRuby console classes to common Scripting project. 15 years ago
mrward 54b115264f Move some IronPython and IronRuby designer code generation tests to common Scripting test project. 15 years ago
mrward 58a06cd626 Move IronPython and IronRuby designer generator unit tests to common Scripting test project. 15 years ago
mrward dcf38c768d Move IronPython and IronRuby designer loader code into the common Scripting project. 15 years ago
mrward 0f74012096 Move IronPython and IronRuby output stream class to common Scripting project. 15 years ago
mrward 9d13c8e36b Move IronPython and IronRuby workbench code to common Scripting project. 15 years ago
mrward faa70890c4 Move IronPython and IronRuby IConsole and IConsolePad interfaces into common Scripting project. 15 years ago
mrward 77dcfe5e75 Move IronPython and IronRuby form designer name creation service and designer generator class to common Scripting project. 15 years ago
mrward 7767977b32 Move file service code in IronPython and IronRuby addins to common Scripting project. 15 years ago
mrward cbea154191 Move AddInPathHelper to Scripting Tests project. 15 years ago
mrward 0c0aeebeb3 Refactor classes that implement IScriptingConsoleTextEditor and move them to the Scripting Tests project. 15 years ago
mrward cbefb3dc43 Rename IConsoleTextEditor to IScriptingConsoleTextEditor and move it to the Scripting Tests project. 15 years ago
mrward 18f3790186 Move MSBuildEngineHelper to Scripting Tests project. 15 years ago
mrward ec073af6f8 Move common MockProjectContent to ICSharpCode.Scripting.Tests project. 15 years ago
mrward 490c3a6ced Remove unused code from IronPython addin. 15 years ago
mrward 687b2c9832 Move common code out of the IronPython and IronRuby addins to a new project. 15 years ago
mrward 9f73652f7d Can now send the current text editor line to the Python Console window. 15 years ago
Matt Ward 6219606bc5 Ruby and Python form designers now generate the correct code for System.Environment.SpecialFolder. 15 years ago
Matt Ward 2f281b20cb Ruby and Python forms designer now generates the correct code for System.Environment.SpecialFolder. 15 years ago
Matt Ward f3956a7f41 Fix null reference exception when using ProjectReferenceProjectItem in unit tests - LocalizedObject checks for null workbench when refiltering properties. 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Siegfried Pammer 08b040e6f8 - corrected AST 15 years ago
Matt Ward e1e66f257f IronPython addin now using AvalonEdit. 15 years ago
Matt Ward d9eb7f997e Added support for integrated unit testing with IronPython. 15 years ago