Andreas Weizel
|
fa88338bd7
|
Added "Reformat" menu item in Edit and editor context menues. Showing "(solution)" or "(global)" instead of "(default)" on settings referring to parent settings container.
|
12 years ago |
Andreas Weizel
|
5da7b92b8f
|
Added editing of solution-wide formatting options (accessible through property pad).
|
12 years ago |
Andreas Weizel
|
144fde6b36
|
Now creating solution-wide formatting options container correctly. Added "Code Formatting" option tab to project properties view.
|
12 years ago |
Andreas Weizel
|
931dea812a
|
Fix: Not correctly updating cache of project-specific formatter settings after loading project.
|
12 years ago |
Andreas Weizel
|
3111578e32
|
Fix: Still not correctly updating child formatting options when editing the parent.
|
12 years ago |
Andreas Weizel
|
96a0466856
|
- Fix: Retrieving effective formatting options from parent containers didn't work properly.
- Fix: CSharpFormattingOptionsPersistence didn't load global options from settings.
|
12 years ago |
Andreas Weizel
|
8a1c65b016
|
Persisting and restoring formatter settings on global level, support for presets from NR.
|
12 years ago |
Andreas Weizel
|
ad4040a2da
|
Finished formatting editor tree items, fixed some bugs, editor now really changes (but not saves) the option container.
|
12 years ago |
Andreas Weizel
|
41763fbb26
|
Formatting options hierarchy shown in editor is now defined in XAML. Started adding all options there.
|
12 years ago |
Andreas Weizel
|
0cbabd92ee
|
Showing appropriate selections for option values now functional.
|
12 years ago |
Andreas Weizel
|
03feaeb2b3
|
Created prototype of formatting options editor.
|
12 years ago |
Andreas Weizel
|
f7f0fee78d
|
Added CSharpFormattingOptionsContainer as preparation for policy-based formatting options and serialization.
|
12 years ago |
Andreas Weizel
|
0a7a97df38
|
Fix #244: /platform:anycpu32bitpreferred set for library projects.
|
12 years ago |
Andreas Weizel
|
1c45b7a5d1
|
- Fix: Error message on NuGet exceptions was shown over list entries. Now list entries are correctly hidden.
- Errors not related to package lists directly are now always shown in message boxes.
|
12 years ago |
Siegfried Pammer
|
5e4bfe130c
|
fix #305: Symbol tooltips in XAML editor appear at any mouse position
|
12 years ago |
Siegfried Pammer
|
a9573a345b
|
fix #301: Allow users to suppress issues
|
12 years ago |
Siegfried Pammer
|
92234d0944
|
fix #278: NumericUpDown does not store a new value properly, if entered by typing
|
12 years ago |
Siegfried Pammer
|
4f02dc3bd2
|
fix #299: Declare local variable: Automatic variable naming
|
12 years ago |
Siegfried Pammer
|
e1ab441f06
|
fix #287: Incorrect indentation when inserting newline into XmlDoc
|
12 years ago |
Siegfried Pammer
|
23133267d3
|
fix #318: XmlDoc: Links should open MSDN documentation or go to definition
|
12 years ago |
Matt Ward
|
b5951261bf
|
Fix warning.
|
12 years ago |
Matt Ward
|
7b21c28778
|
Merge branch '4.x'
Conflicts:
src/AddIns/Misc/PackageManagement/Project/Src/PackageManagementSolution.cs
src/AddIns/Misc/PackageManagement/Test/Src/PackageManagementSolutionTests.cs
|
12 years ago |
Matt Ward
|
1456608ef7
|
Fix exception when clicking Manage button.
Ignore non-MSBuild based projects when the Manage button is
clicked in the Manage Packages dialog.
|
12 years ago |
Daniel Grunwald
|
13c5026ce6
|
Fix title of "Clipboard Ring" popup.
|
12 years ago |
Siegfried Pammer
|
be93c8d1f2
|
fix #344: Shortcut Ctrl+Shift+V is duplicate; remove shortcut from "Validate XML" command
|
12 years ago |
Siegfried Pammer
|
51172ea523
|
additional fix for #338
|
12 years ago |
Siegfried Pammer
|
4fd4269dca
|
fix #340 README.txt
|
12 years ago |
Siegfried Pammer
|
cd599e2e60
|
fix #305: Add MateY-IndentEngine to SharpDevelop
fixes #109, fixes #144
|
12 years ago |
Andreas Weizel
|
877f76f98d
|
Removed unneeded comment.
|
12 years ago |
Andreas Weizel
|
70c3badc26
|
Some visual improvements in AddInManager's GUI (better text wrapping, buttons at bottom of list entries etc.).
|
12 years ago |
Matt Ward
|
4bd989eada
|
Merge branch '4.x'
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.AddIn/Src/MyTypeFinder.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.AddIn/Src/WpfToolbox.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.AddIn/Src/WpfViewContent.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/PropertyGrid/PropertyGrid.cs
src/AddIns/Misc/PackageManagement/Packages/AvalonEdit/AvalonEdit.nuspec
src/Main/GlobalAssemblyInfo.template
|
12 years ago |
Matt Ward
|
c4610ad114
|
Update NuGet to version 2.8
|
12 years ago |
Andreas Weizel
|
02f2ce660b
|
Rework of Alt+Up/Down code moving feature: Now cleaner, supports moving of more types of statements (like using declarations, preprpcessor statements), fixed formatting.
|
12 years ago |
Siegfried Pammer
|
b8cebbf45d
|
fix #338: Pads on Auto-Hide Show Toolbars Either Cut-Off or Squished
|
12 years ago |
Siegfried Pammer
|
4be2da1692
|
use GetValueException instead of others in ExpressionEvaluationVisitor
implement support for equality comparison
|
12 years ago |
Siegfried Pammer
|
7627844e01
|
add special support for null values in ExpressionEvaluationVisitor
|
12 years ago |
Siegfried Pammer
|
13471bd4a9
|
add new breakpoint options popup
|
12 years ago |
Matt Ward
|
5752cd368e
|
Merge pull request #335 from ddur/master
CodeCoverage again
|
12 years ago |
Siegfried Pammer
|
1c663b022e
|
fix #336: Implement interface in code-behind .xaml.cs tries to insert interface implementation in .xaml file
|
12 years ago |
Daniel Grunwald
|
1bdd80e396
|
Render InsertWithCursor line in the middle of empty lines, but between lines if they are not empty.
|
12 years ago |
Dragan
|
7d4177f9a4
|
CodeCoverage: ContractClassFor fixes & refactoring
|
12 years ago |
Daniel Grunwald
|
8accbd7e05
|
Update to NRefactory commit ef1a5d63.
ef1a5d6 Fixed a potential null reference exception in completion.
6188c05 Fixed bug in name proposal completion.
a8a5ed1 Fix NullReferenceException in code completion.
cef9a79 Fix file headers.
0ecb7f4 Fixed bug in CS0169FieldIsNeverUsedIssue
552443a Implemented 'CS0169FieldIsNeverUsedIssue'.
cdfcc33 Added new formatting option: "SpaceBeforeSemicolon".
|
12 years ago |
Daniel Grunwald
|
fc09cde54b
|
Replace null with ErrorResolveResult.UnknownError instead of throwing an exception.
|
12 years ago |
Dragan
|
fc96ea3adf
|
CodeCoverage: Remove Debug assertions
By ccrewrite inserted alien SequencePoints
GetText() receives lots of invalid calls
|
12 years ago |
Daniel Grunwald
|
59e19671f9
|
Add ParserService.ResolveContext() method.
|
12 years ago |
Daniel Grunwald
|
d6f82bb28b
|
Move InsertionCursorLayer to its own file.
|
12 years ago |
Daniel Grunwald
|
2310e2ca83
|
Remove "allow overstrike" option.
I don't think we should have this in our options dialog. Having too many options just is unnecessary complexity, both for users and when testing.
|
12 years ago |
Daniel Grunwald
|
d02eb56520
|
Update mouse cursor in InsertWithCursor() mode.
|
12 years ago |
Daniel Grunwald
|
5bbe18011e
|
Fix interaction between "Hide cursor while typing" and InsertWithCursor().
|
12 years ago |
Matt Ward
|
9bbad288af
|
Update setup for new OpenCover files.
|
12 years ago |