mrward
cbea154191
Move AddInPathHelper to Scripting Tests project.
16 years ago
mrward
0c0aeebeb3
Refactor classes that implement IScriptingConsoleTextEditor and move them to the Scripting Tests project.
16 years ago
mrward
cbefb3dc43
Rename IConsoleTextEditor to IScriptingConsoleTextEditor and move it to the Scripting Tests project.
16 years ago
mrward
18f3790186
Move MSBuildEngineHelper to Scripting Tests project.
16 years ago
mrward
ec073af6f8
Move common MockProjectContent to ICSharpCode.Scripting.Tests project.
16 years ago
mrward
7704c70eb0
Move RubyBinding test helper class to Scripting test project.
16 years ago
mrward
490c3a6ced
Remove unused code from IronPython addin.
16 years ago
Siegfried Pammer
9950790ab1
removed file load code duplication; replaced by ParserService.GetParseableFileContent
16 years ago
mrward
687b2c9832
Move common code out of the IronPython and IronRuby addins to a new project.
16 years ago
Siegfried Pammer
395a8b7df0
Deleted multiple translations for "Move Down" and "Move Up" and added Global.MoveDown and Global.MoveUp
16 years ago
Siegfried Pammer
23cb8156c4
fixed exception in Deactivate on deletion of snippet; exclude constants, static fields and properties with backing field from list
16 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
16 years ago
Siegfried Pammer
5afefddcfb
InsertCtor inserts static ctor in static class
16 years ago
peterforstmeier
188e4d14cb
PageBreak with GroupedReport, Refactor PageBreak
16 years ago
Siegfried Pammer
f4b26c61fb
fixed cursor positioning after finishing InsertCtorDialog, display no dialog if no fields are available
16 years ago
Siegfried Pammer
db188a23d4
fixed indentation of generated code in InsertCtor
16 years ago
Siegfried Pammer
f9ef8ccf21
first attempt to fix focus problems in inline refactor dialogs
16 years ago
Siegfried Pammer
8b9b74ca35
replaced DockPanel by StackPanel in InsertCtorDialog.xaml
16 years ago
Siegfried Pammer
6a89a4470c
moved AnchorSnippetElement integration to AnchorSnippetElementProvider
16 years ago
Siegfried Pammer
cc53d590fb
simplified expression used to retrieve parameterList AnchorElement
16 years ago
Siegfried Pammer
80229423ff
enter and escape now work properly in inline refactoring dialogs
16 years ago
Siegfried Pammer
b69f78e236
added DefaultSnippetElementProvider to Addin Tree
16 years ago
Siegfried Pammer
6f0dacc881
- created DefaultSnippetElementProvider for standard SnippetElements
...
- introduced SnippetInfo and changed signature of ISnippetElementProvider
- added SnippetAnchorElement
- refactored InsertCtor to insert ctor body at the same time as the dialog
16 years ago
Siegfried Pammer
2171d88a91
changed visibility of ctor of AbstractInlineRefactorDialog to protected
16 years ago
mrward
2df1b8944e
Can now send the current text editor line to the Ruby Console window.
16 years ago
mrward
9f73652f7d
Can now send the current text editor line to the Python Console window.
16 years ago
peterforstmeier
c42f818b3a
GroupHeader can contain DataItem as textItem as well.
...
Wizard can generate Grouped Reports, add UnitTest's for Wizard/Generators/GenerateListWithGroupFixture.cs
16 years ago
Daniel Grunwald
bbd2aaf0e7
Disable randomly failing debugger unit test.
16 years ago
Daniel Grunwald
7f67d54541
Automatically detect branch name (instead of storing it in source code) and include both branch name and commit hash in assembly info.
16 years ago
Daniel Grunwald
2fb5d59877
Fixed ArgumentNullException in SharpRefactoring.Extensions.IsUserCode
16 years ago
Daniel Grunwald
63a5936468
When saving code snippets, remove any completely empty snippets (might have been added accidentally by clicking into the grid's empty row).
16 years ago
Daniel Grunwald
d5fe7a31e5
Fix http://community.sharpdevelop.net/forums/t/11768.aspx by making sure the CodeSnippet properties cannot be null.
16 years ago
Siegfried Pammer
7242359a5a
added ICompilationUnit to RefactoringMenuContext to avoid using rr.CallingClass.CompilationUnit
16 years ago
Daniel Grunwald
b271d6b2a9
Simplify SnippetManager.LoadGroups, hopefully fixes http://community.sharpdevelop.net/forums/t/11768.aspx
16 years ago
Daniel Grunwald
df5780ea94
Mark git addin as preinstalled.
16 years ago
Daniel Grunwald
dd9e0233ee
Add CurrentParseInformation to EditorContext. This allows retrieving the ProjectContent without requiring CallingClass!=null (fixes http://community.sharpdevelop.net/forums/t/11756.aspx )
...
Also removed some try-catch-ignore constructs.
16 years ago
Siegfried Pammer
e209002178
fix possible NullReferenceExceptions in ResolveExtensionMethod; should fix http://usagedatacollector.sharpdevelop.net/analysis/ExceptionGroup/Edit/229
16 years ago
Daniel Grunwald
442219dfe8
Fixed availability of git commands in repository root.
16 years ago
Daniel Grunwald
5746f2f7a5
GitAddin: Fixed removing files with status 'Added'
16 years ago
Daniel Grunwald
0c2e680a1b
Fixed retrieving the file status from git.
16 years ago
Daniel Grunwald
4bf7bee15f
GitAddIn: handle errors in git invocation (e.g. if git is not installed)
16 years ago
Daniel Grunwald
df6546e48e
Remove deleted projects from SharpDevelop.Reports.sln
16 years ago
Daniel Grunwald
20cce69fa9
Fix build.
16 years ago
Daniel Grunwald
9dbd100c32
Fix newlines.
16 years ago
Siegfried Pammer
85c1294e1e
adjusted paths to references in SubversionAddIn.csproj
16 years ago
Siegfried Pammer
108aebd471
move all SubversionAddIn files up one level
16 years ago
Siegfried Pammer
ca1c9a54c5
moved SubversionAddIn to AddIns/VersionControl
16 years ago
Siegfried Pammer
57023bbb15
changed /Addins/WpfDesign to /AddIns/WpfDesign; the addin tree is case sensitive; avoid two AddIns sections on the root level
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6447 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
7b48e5f8bb
Added option to disable event tracking (IL rewriting) in profiler; workaround for cases like http://community.sharpdevelop.net/forums/t/11725.aspx
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6446 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Peter Forstmeier
7707e2c311
Cleanup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/reports@6445 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago