1382 Commits (92df3493a999d5a09693b617115debf77a46b206)

Author SHA1 Message Date
mrward eb62c75d5c Add syntax highlighting to IronPython and IronRuby console windows. 16 years ago
mrward abc43d22a1 Move the code to save text sent before the scripting console window is active into a separate class. 16 years ago
mrward b96c13cabb Extract scripting console unread lines code to separate class. 16 years ago
mrward 5dbdd6ad30 Fix problem with lines not being sent to scripting console when console not currently open. 16 years ago
mrward ea5788a811 Remove locks from Scripting Console. 16 years ago
mrward ecee05b53e Change ScriptingConsoleOutputStream to call console text editor on UI thread. 16 years ago
mrward c3a1ffd6d7 Move common IronPython and IronRuby console pad code to Scripting project. 16 years ago
mrward 3c7fa5d875 Move threading code out of ScriptingConsole class. 16 years ago
mrward a528487a50 Add support for sending selected text to Python and Ruby consoles. 16 years ago
mrward 540a255548 Move common IronPython and IronRuby send line to console code to Scripting project. 16 years ago
Siegfried Pammer e5ac7346f1 fixed build 16 years ago
mrward 4608b9b580 Move IronPython and IronRuby console classes to common Scripting project. 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
mrward 7bd2248f4f Move IronPython and IronRuby designer generator code to common Scripting project. 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
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
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
mrward 687b2c9832 Move common code out of the IronPython and IronRuby addins to a new project. 16 years ago
mrward 2df1b8944e Can now send the current text editor line to the Ruby Console window. 16 years ago
mrward 9f73652f7d Can now send the current text editor line to the Python Console window. 16 years ago
Daniel Grunwald 20cce69fa9 Fix build. 16 years ago
Matt Ward cf7a257e20 Show better error message when test runner application cannot be found. 16 years ago
Matt Ward bef6600d56 A form with a base class which is not System.Windows.Forms.Form can now be designed in the IronPython forms designer. 16 years ago
Matt Ward 2aa3e970c8 Added simple Silverlight project templates for IronPython and IronRuby. 16 years ago
Matt Ward d26cbb04a1 Added IronRuby WPF application and file templates. 16 years ago
Matt Ward 0171600afb Added IronPython WPF project and file templates. 16 years ago
Matt Ward 9dce6b380b Python-Run now sets the working directory to the directory of the file being run. 16 years ago
Siegfried Pammer d6a70db9e8 implemented proper support for method calls without a parameter list in VB 16 years ago
Matt Ward a385fc6424 IronPython project templates now configure the project to run Program.py with ipy.exe instead of running the project's executable. 16 years ago
Matt Ward 53c8213097 Python addin no longer using obsolete ParseInformation properties. 16 years ago
Siegfried Pammer f12702b989 - fixed missing Implements/Handles clause in Sub and Function declarations in EF Parser 16 years ago
Matt Ward 82c8b61d80 Changes in Tools-Options for the IronPython and IronRuby console application filename are now picked up when using Python-Run or Ruby-Run. 16 years ago
Siegfried Pammer bd6c8f8193 - fixed NUnit reference in SharpRefactoring.Tests 16 years ago
Siegfried Pammer 4309c65a17 - fixed missing instructions in EF Parser 16 years ago