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
|
eb62c75d5c
|
Add syntax highlighting to IronPython and IronRuby console windows.
|
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 |
mrward
|
a528487a50
|
Add support for sending selected text to Python and Ruby consoles.
|
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
|
58a06cd626
|
Move IronPython and IronRuby designer generator unit tests to common Scripting test project.
|
15 years ago |
mrward
|
7bd2248f4f
|
Move IronPython and IronRuby designer generator code to common Scripting 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
|
7573e8313a
|
Move IronPython and IronRuby text editor view content 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
|
d35e7f8feb
|
Move common code from IronPython and IronRuby code builder class to Scripting project.
|
15 years ago |
Daniel Grunwald
|
f5780c2944
|
Apply new file headers
|
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
|
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
|
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
|
cf7a257e20
|
Show better error message when test runner application cannot be found.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6424 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6401 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
9dce6b380b
|
Python-Run now sets the working directory to the directory of the file being run.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6379 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
53c8213097
|
Python addin no longer using obsolete ParseInformation properties.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6375 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6364 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
6219606bc5
|
Ruby and Python form designers now generate the correct code for System.Environment.SpecialFolder.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6257 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
2f281b20cb
|
Ruby and Python forms designer now generates the correct code for System.Environment.SpecialFolder.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@6256 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Daniel Grunwald
|
6cb65113c4
|
Show progress running unit tests in status bar.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6050 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Daniel Grunwald
|
7a23f641b3
|
Remove ICSharpCode.TextEditor.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6028 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
e1e66f257f
|
IronPython addin now using AvalonEdit.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5986 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
898237df05
|
Python addin now recognises tests that use the unittest2 library.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5912 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
d9eb7f997e
|
Added support for integrated unit testing with IronPython.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5861 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Siegfried Pammer
|
d9f98af73d
|
fixed build
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/vbnet@5804 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Siegfried Pammer
|
2fd5c0d873
|
replaced IndexerDeclaration by PropertyDeclaration with IsIndexer property (uses Default modifier)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5748 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
157a1bd2a0
|
Python forms designer can now load a form with a DataTable containing UniqueConstraints.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5716 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
15 years ago |
Matt Ward
|
a90adb5fc4
|
Merge Python and Ruby addin changes to trunk.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5633 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
4afd92b074
|
BindingNavigator now supported in the Python and Ruby forms designer.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5632 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
cea559312f
|
Merge python addin to trunk and use IronPython 2.6.1 RC1 for .NET 4.0 RC1
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5520 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
e700f24082
|
Fixed argument out of range exception when indenting python code.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5519 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
17919daecf
|
Updated IronPython to 2.6.1 RC 1
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5493 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
a6615d81d5
|
Added constructor insight for python and further improved completion for imported .NET libraries.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5476 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
e6b79a0398
|
Improved python code completion for .NET library imports.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5472 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
99e98d1cfb
|
Merge python addin from 3.0 to trunk.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5469 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
a50662720f
|
Added python code completion for modules imported as different names - 'import sys as s'
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5461 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
4fc3aae639
|
Fixed index out of range exception that occurs when executing ctrl+space completion for a 'from sys import ' python statement.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5441 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |