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 |
peterforstmeier
|
e8302da9f0
|
Update test+s in GenerateListWithGroupFixture.cs
|
15 years ago |
mrward
|
824a6966da
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
15 years ago |
mrward
|
dcf38c768d
|
Move IronPython and IronRuby designer loader code into the common Scripting project.
|
15 years ago |
Daniel Grunwald
|
79bafd9b44
|
Set AvalonEdit.Sample to compile for .NET 4
|
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
|
c683d031eb
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
15 years ago |
mrward
|
2427037d40
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
Conflicts:
src/AddIns/BackendBindings/Python/PythonBinding/Project/Src/IConsoleTextEditor.cs
src/AddIns/BackendBindings/Python/PythonBinding/Project/Src/IPythonFileService.cs
src/AddIns/BackendBindings/Python/PythonBinding/Project/Src/PythonConsoleCompletionData.cs
src/AddIns/BackendBindings/Python/PythonBinding/Project/Src/PythonConsoleTextEditor.cs
src/AddIns/BackendBindings/Python/PythonBinding/Project/Src/PythonConsoleTextEditorKeyEventArgs.cs
src/AddIns/BackendBindings/Python/PythonBinding/Project/Src/PythonFileService.cs
src/AddIns/BackendBindings/Python/PythonBinding/Project/Src/PythonNameCreationService.cs
src/AddIns/BackendBindings/Python/PythonBinding/Project/Src/PythonTextEditorViewContent.cs
src/AddIns/BackendBindings/Python/PythonBinding/Project/Src/PythonWorkbench.cs
src/AddIns/BackendBindings/Python/PythonBinding/Test/Console/InsertConsoleCompletionDataTestFixture.cs
src/AddIns/BackendBindings/Python/PythonBinding/Test/Designer/NameCreationServiceTestFixture.cs
src/AddIns/BackendBindings/Python/PythonBinding/Test/Utils/DummySynchronizeInvoke.cs
src/AddIns/BackendBindings/Python/PythonBinding/Test/Utils/MockConsoleTextEditor.cs
src/AddIns/BackendBindings/Python/PythonBinding/Test/Utils/MockDesignerGenerator.cs
src/AddIns/BackendBindings/Python/PythonBinding/Test/Utils/MockPythonConsole.cs
src/AddIns/BackendBindings/Python/PythonBinding/Test/Utils/MockPythonFileService.cs
src/AddIns/BackendBindings/Python/PythonBinding/Test/Utils/MockWorkbench.cs
src/AddIns/BackendBindings/Python/PythonBinding/Test/Utils/Tests/MockPythonFileServiceTestFixture.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Src/IRubyConsole.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Src/IRubyConsolePad.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Src/IRubyWorkbench.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Src/RubyConsoleCompletionDataProvider.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Project/Src/ThreadSafeRubyConsoleTextEditor.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Console/CodeCompletionTests.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Console/RubyConsoleTextEditorTests.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Console/ThreadSafeRubyConsoleTextEditorTests.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Utils/AddInPathHelper.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Utils/MockProjectContent.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Utils/MockRubyConsolePad.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Utils/Tests/AddInPathHelperTestFixture.cs
src/AddIns/BackendBindings/Ruby/RubyBinding/Test/Utils/Tests/MockConsoleTextEditorTestFixture.cs
src/AddIns/BackendBindings/Scripting/Project/Src/IScriptingConsoleTextEditor.cs
src/AddIns/BackendBindings/Scripting/Project/Src/ScriptingConsoleTextEditor.cs
|
15 years ago |
Daniel Grunwald
|
1c24db6a00
|
Fix conflict in SharpDevelop.Tests.sln
|
15 years ago |
Siegfried Pammer
|
9bb6ab5a93
|
added missing ICSharpCode.Scripting.dll to the solution
|
15 years ago |
peterforstmeier
|
eafe6fbe4b
|
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into reports
Conflicts:
SharpDevelop.Tests.sln
|
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 |