Siegfried Pammer
|
c9b8391201
|
hopefully fixed SD-1720
|
15 years ago |
Siegfried Pammer
|
428f9a5f21
|
simplified check for reference types based on Daniel's advice
|
15 years ago |
mrward
|
a528487a50
|
Add support for sending selected text to Python and Ruby consoles.
|
15 years ago |
Daniel Grunwald
|
19c6754f6c
|
Make "expand automatic property" available in class member bookmark.
|
15 years ago |
Daniel Grunwald
|
7be302064d
|
Fix http://community.sharpdevelop.net/forums/t/11816.aspx - "Create Changed-event" appears on interface properties
|
15 years ago |
Daniel Grunwald
|
dd17ac9e4a
|
Fix http://community.sharpdevelop.net/forums/t/11817.aspx - NotImplementedException when word-wrapping bidirectional text
|
15 years ago |
Siegfried Pammer
|
ddf1d11037
|
add support for generic type parameters to InsertCtor
|
15 years ago |
Siegfried Pammer
|
abef6e6f74
|
Implement * refactorings do now work properly with partial classes
|
15 years ago |
Siegfried Pammer
|
0aabda8caf
|
added ExtendedPopup
|
15 years ago |
mrward
|
540a255548
|
Move common IronPython and IronRuby send line to console code to Scripting project.
|
15 years ago |
Siegfried Pammer
|
6b5c342397
|
fixed caret positioning for all inline refactorings
|
15 years ago |
Siegfried Pammer
|
ffc76842c1
|
removed Wrapper<T> and created proper DataTemplate for OverrideToStringMethodDialog
|
15 years ago |
Siegfried Pammer
|
10cdfe20c7
|
simplified code generation in OverrideToStringMethod and added Cancel support
|
15 years ago |
Siegfried Pammer
|
fcea661299
|
do snippet insertion in one UndoGroup
|
15 years ago |
Siegfried Pammer
|
a64eda5d29
|
code cleanup in OverrideEqualsGetHashCodeMethodsRefactoring.cs
|
15 years ago |
Siegfried Pammer
|
1c425ad58c
|
add code skeleton creation code in OverrideToStringMethod
|
15 years ago |
Siegfried Pammer
|
d065280fa6
|
added InsertionContext for OverrideEqualsGetHashCodeMethodsDialog and OverrideToStringMethodDialog to make Enter and Escape working properly
|
15 years ago |
Siegfried Pammer
|
8068c5bf7f
|
make InsertionContext mandatory for all AbstractInlineRefactorDialogs
|
15 years ago |
Siegfried Pammer
|
9708c57eb6
|
added AddOtherMethod option to OverrideEqualsGetHashCodeMethods
|
15 years ago |
Daniel Grunwald
|
b744593462
|
Adjust unit test to changed RTL logic.
|
15 years ago |
Daniel Grunwald
|
49de1d390d
|
Add support for right-to-left translations to SharpDevelop.
|
15 years ago |
Siegfried Pammer
|
e5ac7346f1
|
fixed build
|
15 years ago |
Siegfried Pammer
|
a2858c577c
|
fixed missing NotInheritable modifier
|
15 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.
|
15 years ago |
Siegfried Pammer
|
bcc67d69ed
|
add Member property to OverrideCompletionItem
|
15 years ago |
Siegfried Pammer
|
948aa65e6c
|
added InsertNormalized extension method for IDocument
|
15 years ago |
Siegfried Pammer
|
6d7497f3f0
|
set TrackEvents to false per default
|
15 years ago |
Siegfried Pammer
|
fb1e52677c
|
fixed NullReference exception in Override Completion Dialogs
|
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 |
Siegfried Pammer
|
c45d6c7398
|
added ICompletionItem parameter to Insert method
|
15 years ago |
Siegfried Pammer
|
5679ccc74a
|
reset ctor snippet to version with public; do not generate public or static in the code
|
15 years ago |
Siegfried Pammer
|
47ade843a0
|
Added "Select All" ToggleButton to InsertCtorDialog as proposed in http://community.sharpdevelop.net/forums/p/11764/32275.aspx#32275
|
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
|
0f5cb56648
|
Use NUnit's RequiresSTA to fix failing unit tests.
|
15 years ago |
mrward
|
141d8fd02d
|
Fix NUnit hint path.
|
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 |
Daniel Grunwald
|
db6cd171a2
|
Adjust line numbers in debugger unit test to new file headers.
|
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 |
Daniel Grunwald
|
070d473664
|
Update CheckFileHeaders tool.
|
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 |