Andreas Weizel
94e2619652
Merge pull request #480 from ddur/master
...
.gitignore /packages/
11 years ago
Dragan
391eee7e68
Revert "Exclude *.sln.sdsettings"
...
This reverts commit c27db95b03
.
11 years ago
Peter Forstmeier
ee249e03be
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
2966668611
Cleanup Designer
11 years ago
William MacDonald
6db5f06e07
Allow FormDesigner to edit windows Components.
11 years ago
Siegfried Pammer
4d8c8088ba
fix XAML CC tests
11 years ago
gumme
75f8befe4c
Added TextValue property to expose the xaml string value for a property.
11 years ago
tbulle
2de5ca711f
A bug fix for a setter that erased previously set value on movement
11 years ago
Andreas Weizel
9cd3cc5eb9
Added Siegfried's fix on Properties class back.
11 years ago
Andreas Weizel
bedbae8b60
Some improvements to formatting options fix.
11 years ago
Andreas Weizel
86150a45d6
Fixed some issues with formatting options becoming "dirty" unnecessarily.
11 years ago
Siegfried Pammer
9ea1ae2ed3
prevent creation of empty .sdsettings-files: empty Property containers should not be marked dirty (see discussion #480 )
11 years ago
Siegfried Pammer
16635919a4
fix #396 - x:Shared missing in XAML CC
11 years ago
Peter Forstmeier
c8a714b5b5
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
12fb6ae3bc
Text formatting
11 years ago
Siegfried Pammer
51d876514f
Merge pull request #484 from gumme/WpfDesignerMarkupExtensionPrinterFix
...
Wpf designer markup extension printer fix
11 years ago
Dragan
c27db95b03
Exclude *.sln.sdsettings
11 years ago
gumme
c4f80dc05e
Added a simple test to verify that file path strings is parsed correctly.
11 years ago
gumme
0f95a49a19
Added MarkupExtensionModelTests for testing various strings being used with both shorthand and element style markup extensions.
...
Fixed a bug in MarkupExtensionPrinter to make the tests pass; it now handles spaces and backslashes correctly when printing shorthand markup extensions.
11 years ago
Dragan
164af14443
CodeCoverage: Apply C# filter only to .cs files
11 years ago
Andreas Weizel
0c1a36503f
Fixed CSharpBinding tests.
11 years ago
Andreas Weizel
519d5735c9
Tried implementing automatical updating of editors after changing policy-specific indentation changes + some refactoring.
11 years ago
Peter Forstmeier
dfd1c1e17a
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
7e532c4536
Simple Context Menus
11 years ago
Matt Ward
8384a172d6
Fix incorrect package sources being used when updating a package.
...
On updating a package all the enabled package sources are used. On
changing the enabled package sources, after opening a solution, the
original set of enabled package sources were being still used.
The change to support solution specific NuGet.Config files broke the
original behaviour since the package sources are reloaded when a
solution is opened or closed and the package repository cache was
still using the original set of package sources.
11 years ago
tbulle
ca037b0938
Allows placementoperation to take null for PlacementAlignment so that all snaplines can be shown at the same time on resize operations
11 years ago
Matt Ward
50b2f02f0d
Fix .nuget folder not being checked for a NuGet.Config file.
11 years ago
Andreas Weizel
6ff259e9de
IndentationSize and ConvertTabsToSpaces settings can now be defined in separate policies together with other formatting options.
11 years ago
Dragan
9600529237
Exclude packages from repository
...
(Machine.Specifications.0.4.9.0)
11 years ago
Matt Ward
70fd9337bd
Support solution specific NuGet.Config files.
...
If a solution has its own NuGet.Config file this will be read and
any package sources defined in this file will be available in the
list of package sources in the Manage Packages dialog.
11 years ago
Siegfried Pammer
9253860f89
Merge pull request #474 from linquize/newline-initializecomp
...
Add trailing newline when generating InitializeComponents()
11 years ago
Siegfried Pammer
224ee65483
Merge pull request #476 from gumme/WpfDesignerResizeThumbAlignmentNull
...
Wpf designer resize thumb alignment null
11 years ago
Siegfried Pammer
410813bfb2
Merge pull request #478 from gumme/WpfDesignerMarkupExtensionParserFix
...
Wpf designer markup extension parser fix
11 years ago
Siegfried Pammer
7c5b1f93f0
XAML CC: do not insert equals sign and quotation marks while trying to type the name of an attached property/event
11 years ago
Linquize
31382f7051
This is the Visual Studio Style Event Handler: preserve control name case
11 years ago
tbulle
6697216623
Fixed bug that double escaped backslashes became three backslashes after parsing
11 years ago
tbulle
7e238a9b52
Fix for skewed checkbox movement on arrow key press
11 years ago
tbulle
a6a9bfe7c2
Fixed so that MarkupExtensionParser doesent ignore escaped backslash
11 years ago
tbulle
c825585043
Simplification of code
11 years ago
gumme
6252f3b507
Added support for native types (string, int, double, etc).
11 years ago
Linquize
087d79f356
WinForms Designer should not modify class fields of generic types outside designer file
11 years ago
Linquize
0153927447
Add trailing newline when generating InitializeComponents()
...
This matches VS behavior
11 years ago
Daniel Grunwald
6585614ee8
Merge pull request #463 from jogibear9988/master
...
Right Click Context Menu for multiple Selected Items to Wrap them in a Container
11 years ago
Daniel Grunwald
e4a573debd
Merge pull request #470 from gumme/WpfDesignerCollectionUndoFix
...
Wpf designer fixes for explicit collection and dictionary
11 years ago
Christoph Wille
428558da6b
Beta 4 designation
11 years ago
Peter Forstmeier
c4305104e6
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
58f346415c
TextEditor for text and expressions in PropertyGrid,
...
Editor for FormatString
11 years ago
Daniel Grunwald
6147f605bb
Fix ArgumentNullException in RedundantCatchClauseIssue.GatherVisitor.IsRedundant()
11 years ago
Daniel Grunwald
9735fe99e8
In SavePreferences(), ignore not only IOException, but also UnauthorizedAccessException.
11 years ago
Daniel Grunwald
7936c3247b
XmlDocumentationElement: return null if given a null entity
11 years ago