12 Commits (473aec2817c0a25f224f5cc335874bc1e284980d)

Author SHA1 Message Date
mrward 473aec2817 Code completion in the IronRuby console window now working. 15 years ago
mrward ecee05b53e Change ScriptingConsoleOutputStream to call console text editor on UI thread. 15 years ago
mrward 3c7fa5d875 Move threading code out of ScriptingConsole class. 15 years ago
mrward 4608b9b580 Move IronPython and IronRuby console classes to common Scripting project. 15 years ago
mrward faa70890c4 Move IronPython and IronRuby IConsole and IConsolePad interfaces into common Scripting project. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
mrward cbefb3dc43 Rename IConsoleTextEditor to IScriptingConsoleTextEditor and move it to the Scripting Tests project. 15 years ago
mrward 687b2c9832 Move common code out of the IronPython and IronRuby addins to a new project. 15 years ago
mrward 2df1b8944e Can now send the current text editor line to the Ruby Console window. 15 years ago
Matt Ward a152542520 IronRuby addin now uses AvalonEdit. 15 years ago
Matt Ward 4f6582b083 Add IronRuby addin. 16 years ago
Matt Ward dd315fcf54 Pressing the up key in the Python Console no longer closes the completion window if there is command history. 17 years ago
Matt Ward 08a7425771 Added basic command line history support for the Python Console window. 17 years ago
Matt Ward 3aef8c79fe The home key moves the cursor to the start of the line after the prompt in the Python Console. 17 years ago
Matt Ward 01571affa4 Added initial code completion support for the Python Console window. 17 years ago
Matt Ward 6997465bff PythonConsole now uses a read-only text marker for the read-only region and stops the undo action affecting text before the prompt. 17 years ago
Matt Ward 722e10b754 Added IronPython console pad. 17 years ago