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 |
mrward
|
cbefb3dc43
|
Rename IConsoleTextEditor to IScriptingConsoleTextEditor and move it to the Scripting Tests project.
|
15 years ago |
Daniel Grunwald
|
2dd127eacd
|
Remove Direct3D project templates (Managed DirectX has been deprecated since XNA was released)
|
15 years ago |
mrward
|
18f3790186
|
Move MSBuildEngineHelper to Scripting Tests project.
|
15 years ago |
mrward
|
ec073af6f8
|
Move common MockProjectContent to ICSharpCode.Scripting.Tests project.
|
15 years ago |
mrward
|
7704c70eb0
|
Move RubyBinding test helper class to Scripting test project.
|
15 years ago |
mrward
|
490c3a6ced
|
Remove unused code from IronPython addin.
|
15 years ago |
Siegfried Pammer
|
168ca53dc6
|
suppress warnings CS0419, CS1570, CS1572 and CS1573 in AvalonDock (related to XML documentation comments)
|
15 years ago |
Siegfried Pammer
|
6add010c74
|
suppress CS1591 and CS1574 in AvalonDock
|
15 years ago |
Siegfried Pammer
|
085cc3b5c3
|
reset visibility of SetCaret to internal
|
15 years ago |
Siegfried Pammer
|
5388ce84da
|
added missing documentation comments to new Snippet classes
|
15 years ago |
Siegfried Pammer
|
9950790ab1
|
removed file load code duplication; replaced by ParserService.GetParseableFileContent
|
15 years ago |
mrward
|
687b2c9832
|
Move common code out of the IronPython and IronRuby addins to a new project.
|
15 years ago |
Daniel Grunwald
|
bd3dc66e86
|
Add unit test for ReadOnlyDocument.
|
15 years ago |
Daniel Grunwald
|
5091b49f8e
|
DocumentUtilitites: add LoadDocumentFromBuffer and LoadReadOnlyDocumentFromBuffer
|
15 years ago |
Siegfried Pammer
|
395a8b7df0
|
Deleted multiple translations for "Move Down" and "Move Up" and added Global.MoveDown and Global.MoveUp
|
15 years ago |
Siegfried Pammer
|
4d0aaba068
|
deleted unused CombineStartupPanel.xfrm
|
15 years ago |
Siegfried Pammer
|
23cb8156c4
|
fixed exception in Deactivate on deletion of snippet; exclude constants, static fields and properties with backing field from list
|
15 years ago |
Siegfried Pammer
|
5315c0e2ba
|
made IsAutomaticProperty static and internal, removed dependency on ITextEditor, works now with any IProperty in any class, even partial classes
|
15 years ago |
Siegfried Pammer
|
c494adb781
|
added DocumentUtilitites.LoadDocumentFromBuffer
|
15 years ago |
Siegfried Pammer
|
9df98cf3d9
|
added documentation comment to FileService.GetOpenFile
|
15 years ago |
Siegfried Pammer
|
5afefddcfb
|
InsertCtor inserts static ctor in static class
|
15 years ago |
peterforstmeier
|
188e4d14cb
|
PageBreak with GroupedReport, Refactor PageBreak
|
15 years ago |
Daniel Grunwald
|
308cc7402a
|
DocumentUtilitites.GetTextSource: unwrap existing ITextSource instead of creating a double adapter
|
15 years ago |
Daniel Grunwald
|
fde21e0f16
|
AvalonEdit: Add TextDocument constructor that takes ITextSource.
This allows creating a document from a RopeTextDocument or from another TextDocument while sharing unchanged parts of the document text.
|
15 years ago |
Daniel Grunwald
|
6c1a9504a9
|
Fixed bug in TextDocument.GetOffset when column is 0
|
15 years ago |
Daniel Grunwald
|
47aec7d2a5
|
FileChangeWatcher: Handle exceptions that occur if the directory to be watched was deleted.
|
15 years ago |
mrward
|
d0e8c7d236
|
Remove xml.xsd from setup.
|
15 years ago |
Siegfried Pammer
|
f4b26c61fb
|
fixed cursor positioning after finishing InsertCtorDialog, display no dialog if no fields are available
|
15 years ago |
Siegfried Pammer
|
db188a23d4
|
fixed indentation of generated code in InsertCtor
|
15 years ago |
Siegfried Pammer
|
f9ef8ccf21
|
first attempt to fix focus problems in inline refactor dialogs
|
15 years ago |
Siegfried Pammer
|
8b9b74ca35
|
replaced DockPanel by StackPanel in InsertCtorDialog.xaml
|
15 years ago |
Siegfried Pammer
|
6a89a4470c
|
moved AnchorSnippetElement integration to AnchorSnippetElementProvider
|
15 years ago |
Siegfried Pammer
|
cc53d590fb
|
simplified expression used to retrieve parameterList AnchorElement
|
15 years ago |
Daniel Grunwald
|
6f5c57266c
|
Pass ParallelOptions to Parallel.ForEach in LoadSolutionProjectsThread
|
15 years ago |
Daniel Grunwald
|
74a30f1bdd
|
Simplify WeakReferenceTests.
|
15 years ago |
Daniel Grunwald
|
9ff81633e2
|
Compile AvalonEdit for .NET 4.0 and make use of SetCurrentValue.
|
15 years ago |
Siegfried Pammer
|
80229423ff
|
enter and escape now work properly in inline refactoring dialogs
|
15 years ago |