mrward
|
b96c13cabb
|
Extract scripting console unread lines code to separate class.
|
15 years ago |
Siegfried Pammer
|
9d9359710d
|
fix SD-1728 and other issues with ContextActionsPopups
|
15 years ago |
mrward
|
5dbdd6ad30
|
Fix problem with lines not being sent to scripting console when console not currently open.
|
15 years ago |
mrward
|
ea5788a811
|
Remove locks from Scripting Console.
|
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 |
peterforstmeier
|
979315eb2a
|
Change GroupedRowConverter.cs from DataNavigator.SwitchGroup to base.DataNavigator.GetChildNavigator()
some small cleanup
|
15 years ago |
peterforstmeier
|
13f7db49ba
|
More test's for IList Grouping
|
15 years ago |
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 |
peterforstmeier
|
38837e3935
|
Add UnitTest's for Grouping with IList
|
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 |
peterforstmeier
|
8eced94981
|
Test's for DateTime grouping
|
15 years ago |
peterforstmeier
|
98174d6c3a
|
Move handling of pageBreak to BaseConverter.cs
Signed-off-by: peterforstmeier <peter.forstmeier@t-online.de>
|
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 |
peterforstmeier
|
8dbdc39ddb
|
FieldReference#s in Grouped report
|
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 |
peterforstmeier
|
3112eb55fa
|
Adjust ListLayout
|
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 |
peterforstmeier
|
8182b94643
|
Refactor Converters/GroupedRowConverter.cs for better Pagebreak
|
15 years ago |