gumme
c582faba1a
Added null-check of ParentTree, as this have been null and caused exception.
12 years ago
Andreas Weizel
7a058817d8
Fixed localization of solution formatting options dialog's title.
12 years ago
Andreas Weizel
e81ec2310b
Removed unnecessary methods from new interface.
12 years ago
Andreas Weizel
4997ba5dff
Fix #378 : CaretReferenceHighlightRenderer cannot be turned off.
12 years ago
Andreas Weizel
7f98c898d1
Support for new formatting policies in some refactoring functions.
12 years ago
Peter Forstmeier
6dd1585ad8
Show FormSheet Reports as Preview in Designer
12 years ago
Linquize
9bf5e2b2d9
Treat empty PlatformTarget as AnyCPU
12 years ago
Siegfried Pammer
62e91ac366
remove UnitTestDebuggerService, it has become useless due to the IDebuggerService refactoring
12 years ago
Sergey Galich
e2531d6254
Show project properties on project node activation
...
Double click or ENTER on project node opens project properties
12 years ago
Andreas Weizel
977929031a
Activated AutoFormatting option.
12 years ago
Peter Forstmeier
2b141af1be
BaseClass for designers
12 years ago
Peter Forstmeier
70da82b98a
Toolbox
12 years ago
Peter Forstmeier
8558464a0f
SelectionService
12 years ago
Peter Forstmeier
ae1f3133c2
TextItemDesigner
12 years ago
Andreas Weizel
6fd2d1a8e7
Implemented auto-formatting of code parts when typing "}" or ";".
12 years ago
Andreas Weizel
f07b9ee38b
Indent engine now initialized with project formatting settings if possible, not only with global settings.
12 years ago
Andreas Weizel
7afed714b9
SymbolTypeAtCaretConditionEvaluator now only used for context menus to address issue #405 .
12 years ago
Sergey Galich
6f3a06adb5
Display full error message in Package Manager
...
Display ToolTip over error message with full message content
12 years ago
Peter Forstmeier
8b6c86da80
Designer can draw Sections
12 years ago
Siegfried Pammer
3752197b37
fix #364 : Stack Pad is horribly slow with "Show argument values" option active
12 years ago
Peter Forstmeier
aa90e2230d
Add missing Files
12 years ago
Peter Forstmeier
476030722b
Display DesignSurface
12 years ago
Sergey Galich
e355c00191
Show project properties on project node activation
...
Double click or ENTER on project node opens project properties
12 years ago
Andreas Weizel
f84804fa8e
Forgotten localization of "Code Formatting" tab text, fixed other localizations.
12 years ago
Andreas Weizel
9779d7e145
Merge branch 'csformatter'
12 years ago
Andreas Weizel
b0c8e62d2d
Updated string resources.
12 years ago
Andreas Weizel
076db75d57
Merge pull request #403 from linquize/issue-402
...
Fixes issue #402 : NullReferenceException when creating new WPF application project
12 years ago
Peter Forstmeier
74994bc04d
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into reports
...
Conflicts:
src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/Commands/ViewCommands.cs
src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/DesignerBinding/DesignerBinding.cs
src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/ICSharpCode.Reporting.Addin.csproj
src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/scr/Commands/ViewCommands.cs
src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/scr/DesignerBinding/DesignerBinding.cs
src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/src/Commands/ViewCommands.cs
src/AddIns/Misc/Reporting/ICSharpCode.Reporting.Addin/src/DesignerBinding/DesignerBinding.cs
src/AddIns/Misc/Reporting/ICSharpCode.Reporting/ICSharpCode.Reporting.csproj
12 years ago
Peter Forstmeier
2535cba0b8
Designer can load Report
12 years ago
Peter Forstmeier
31e3d1c8e2
Start working on Designer
12 years ago
Siegfried Pammer
699cc3381d
fix #256 : When collapsing/expanding folding sections, the EnhancedScrollBar icons should update their position
12 years ago
Siegfried Pammer
ba726d2011
fix #319 : Enhanced Scrollbar: Drawing / Navigation Issues
12 years ago
Linquize
a4bbc517dc
Fixes issue #402 : NullReferenceException when creating new WPF application project
12 years ago
Daniel Grunwald
ce912f6929
Fix unit tests.
12 years ago
Daniel Grunwald
19017ee081
Fix #401 : SD fails to start when using "load previous solution on startup" and the solution load fails with an unhandled exception.
12 years ago
Andreas Weizel
d307bf8a1e
Fixed #400 : Indentation engine misbehaves when editing MSBuildBasedProject.cs.
...
Fixed CSharpBinding tests.
12 years ago
Daniel Grunwald
a441bb9f9f
WpfWorkbench.OnDrop: don't show dialogs during the drop event; use Dispatcher.BeginInvoke instead.
12 years ago
Daniel Grunwald
07fb7891b6
Fix #386 - SharpDevelop 5 cannot open project files, only solution files
12 years ago
Daniel Grunwald
764198f6c5
Avoid adding the extension element if the user did not change anything.
12 years ago
Daniel Grunwald
8e6e3a41b3
Fix crash in MSBuildBasedProject.LoadProjectExtensions when the extension element exists, but the requested element name does not.
12 years ago
Andreas Weizel
8abddcfc80
Added localizations of some strings relating to code formatting UI.
12 years ago
Daniel Grunwald
8de363f34b
Don't throw NotImplementedExceptions in IParser.ResolveSnippet() - see #399
12 years ago
Daniel Grunwald
6ebd1e6dca
Don't use ModelCollectionTreeNode for class browser nodes that don't use a IModelCollection.
12 years ago
Daniel Grunwald
8990ebe04c
Fix performance problem with DerivedTypesTreeNode.
...
Once the DerivedTypesTreeNode was created, any change to the type definition was causing an expensive search for derived types; even if the DerivedTypesTreeNode was collapsed.
We now never perform this search on updates, and instead collapse the node.
12 years ago
Daniel Grunwald
2fdf239254
GotoDialog and CodeCompletion-window: Fix window being closed when double-clicking the list's scroll bar.
12 years ago
Daniel Grunwald
deb5126476
Re-run issue analysis when LoadSolutionProjectThread finishes.
12 years ago
Daniel Grunwald
1ea97d2e3c
Use different error message when debugger is used in 64-bit process.
12 years ago
Daniel Grunwald
3bd7fe71ef
Re-run issue analysis when issue options are changed.
12 years ago
Andreas Weizel
dc02fe543a
Adapted formatting editor items for latest NR integration.
12 years ago
Andreas Weizel
f71f6c6295
Merged work on #304 and #306 : GUI for C# formatting options.
...
Conflicts:
src/AddIns/BackendBindings/CSharpBinding/Project/CSharpBinding.csproj
12 years ago