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
mrward
2cc2dcffaf
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
15 years ago
mrward
a5da34a388
Replaced existing XSLT schema with official version XSLT 2.0 from the W3C.
15 years ago
mrward
d1d2f37829
Schemas for XSLT and XSDs can now be validated inside SharpDevelop.
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
Siegfried Pammer
b69f78e236
added DefaultSnippetElementProvider to Addin Tree
15 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
15 years ago
Siegfried Pammer
a3b88d4262
IOException when trying to read a file from the parser thread that is exclusively locked (e. g. sdps); removed ParseableFileContentEntry
15 years ago
Siegfried Pammer
2171d88a91
changed visibility of ctor of AbstractInlineRefactorDialog to protected
15 years ago
mrward
7078bac91f
Update silverlight template to use Silverlight 4.0
15 years ago
mrward
2df1b8944e
Can now send the current text editor line to the Ruby Console window.
15 years ago
mrward
9f73652f7d
Can now send the current text editor line to the Python Console window.
15 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
15 years ago
Daniel Grunwald
39686a177a
Merge branch 'master' into reports
15 years ago
Daniel Grunwald
b6f4ade7b4
Allow overriding the BranchName (necessary on build server)
15 years ago
Daniel Grunwald
2e8016ffe4
Make build server add notes to commits.
15 years ago
Daniel Grunwald
bbd2aaf0e7
Disable randomly failing debugger unit test.
15 years ago
Daniel Grunwald
b45a7d56d1
Show AssemblyInformationalVersion in crash reports.
15 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.
15 years ago
Daniel Grunwald
2fb5d59877
Fixed ArgumentNullException in SharpRefactoring.Extensions.IsUserCode
15 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).
15 years ago
Daniel Grunwald
d5fe7a31e5
Fix http://community.sharpdevelop.net/forums/t/11768.aspx by making sure the CodeSnippet properties cannot be null.
15 years ago
Siegfried Pammer
2f15071a5f
fixed http://community.sharpdevelop.net/forums/p/11765/32150.aspx
15 years ago
Siegfried Pammer
7242359a5a
added ICompilationUnit to RefactoringMenuContext to avoid using rr.CallingClass.CompilationUnit
15 years ago
Daniel Grunwald
b271d6b2a9
Simplify SnippetManager.LoadGroups, hopefully fixes http://community.sharpdevelop.net/forums/t/11768.aspx
15 years ago
Daniel Grunwald
df5780ea94
Mark git addin as preinstalled.
15 years ago
Daniel Grunwald
7f13529a4d
Add comment that ParseInformation.CompilationUnit never returns null.
15 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.
15 years ago
Daniel Grunwald
0710f69adc
Add GitAddIn to changelog.
15 years ago
Siegfried Pammer
e209002178
fix possible NullReferenceExceptions in ResolveExtensionMethod; should fix http://usagedatacollector.sharpdevelop.net/analysis/ExceptionGroup/Edit/229
15 years ago
Siegfried Pammer
7dc9284d39
changed usage of RefactoringMenuContext
15 years ago
Siegfried Pammer
666dfcac6c
set fields of RefactoringMenuContext readonly and created ctor;added field for project content.
15 years ago
Daniel Grunwald
442219dfe8
Fixed availability of git commands in repository root.
15 years ago
Daniel Grunwald
5746f2f7a5
GitAddin: Fixed removing files with status 'Added'
15 years ago