Siegfried Pammer
ae5b6342f1
add ProjectChangeWatcher for Solutions
14 years ago
Eusebiu Marcu
e3ee633cb9
Check if the file exits when checking for attributes.
14 years ago
Eusebiu Marcu
3c7f1b3987
remove static data.
14 years ago
Eusebiu Marcu
77c2869543
properly fix SD-1783 for AvalonEditViewContent (i.e. text files)
14 years ago
Eusebiu Marcu
827e1f6bb6
fix build
14 years ago
Eusebiu Marcu
722e90a904
fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1783&PROJID=4
14 years ago
Eusebiu Marcu
53dbd13ee5
Setup infrastructure to save project specific data. Save watch variables. Fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1509&PROJID=4
14 years ago
Eusebiu Marcu
9d405ff628
fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1768&PROJID=4
14 years ago
peterforstmeier
598e881c2d
EDMDesignerViewContent.cs crash if no Project is selected. ShowInputBox asks for default namespace
14 years ago
peterforstmeier
79667e220d
Remove test code from SQLServerDatabaseDriver.cs
14 years ago
Siegfried Pammer
08cfc14a42
fix SD-1394 - Indentation in region tooltip:
...
proposed algorithm:
Each line is checked for leading indentation whitespaces. If
a line has the same or more indentation than the first line,
it is reduced. If a line has is less indented than the first line
the indentation is removed completely.
See the following example:
line 1
line 2
line 3
line 4
is reduced to:
line 1
line 2
line 3
line 4
14 years ago
Siegfried Pammer
33018ccb61
fix SD-1611 - Add 'region tooltips' to AvalonEdit
14 years ago
Siegfried Pammer
97f4f8c305
remove Ctrl+Q shortcut; QuickDocumentation was never implemented for AvalonEdit
14 years ago
Siegfried Pammer
d5398b3960
fix Setup and Tests
14 years ago
Siegfried Pammer
9b9a0379f6
remove TreeViewAdv (Aga.Controls)
14 years ago
Siegfried Pammer
d571914b27
remove dependency on Aga.Controls from Debugger.AddIn
14 years ago
Siegfried Pammer
c14a451c1d
adjust XamlOutlineNode to new SharpTreeView
14 years ago
Siegfried Pammer
2a34197c75
copy enhanced SharpTreeView from ILSpy
14 years ago
Daniel Grunwald
2eef3e4be9
Fix syntax highlighting when comments are on the same line as preprocessor directives (forum-13500)
14 years ago
Eusebiu Marcu
b6fe47b404
fix start options for ASp.NET MVC projects
14 years ago
Eusebiu Marcu
c21b361fa6
fix build and project options panel.
14 years ago
Eusebiu Marcu
3d10700cd8
make style cop addin work for old version (<=4.3.3.0) and new (>= 4.5.x.x)
14 years ago
Daniel Grunwald
eb0d93724e
ICSharpCode.Core: Disable lexical condition inheritance, and allow doozers to control whether to perform dynamic condition inheritance.
...
Building a menu node will still inherit conditions into subnodes, but included nodes now inherit conditions from the menu they are included into instead of where they are defined.
Moreover, conditions applied to an <Include> codon now are applied to the included nodes. Previously, they would be evaluated only at item build time and would disable the <Include> doozer.
14 years ago
Eusebiu Marcu
2df2d0f853
update icons in breakpoint pad
14 years ago
Daniel Grunwald
0814893e86
Merge branch '4.1' into reports
14 years ago
Daniel Grunwald
d14fa2d34d
WPF Designer: Fix ImageSourceEditor.
14 years ago
peterforstmeier
380f5ab752
Sorting inside Groups
14 years ago
peterforstmeier
70deb79a76
ReportExplorer show GroupNode and childs
14 years ago
Daniel Grunwald
35123e8d07
Fix forum-13593: error converting "new string[5,4]" from C# to Boo.
14 years ago
Matt Ward
6d067662f3
Change highlighting in html script tags so javascript code does not use green text.
14 years ago
Siegfried Pammer
b0b8c13c20
fix SD-1818 - VB NotifyIcon Application template not working properly
14 years ago
Daniel Grunwald
c536d3f5f7
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into 4.1
14 years ago
Daniel Grunwald
283bff1714
Remove Eusebiu's metadata decompiler.
14 years ago
peterforstmeier
1828a8d2ad
Cleanup
14 years ago
peterforstmeier
e80c438678
Add PostFilterProperties to Designer's
14 years ago
Matt Ward
96e2386569
Change version name from alpha to beta.
14 years ago
Matt Ward
d00cd04e67
Merge branch '4.0'
14 years ago
Matt Ward
b1f0cc48f4
Support updating a NuGet package in all projects when using the Update-Package PowersShell cmdlet.
14 years ago
Matt Ward
53d9fc382b
Support updating all NuGet packages in a solution when using the Update-Package PowersShell cmdlet.
14 years ago
Matt Ward
b2b4126712
Support updating all NuGet packages in a project when using the Update-Package PowersShell cmdlet.
14 years ago
Peter Forstmeier
0973b205c8
Merge branch 'reports' of github.com:icsharpcode/SharpDevelop into reports
14 years ago
Peter Forstmeier
7aeb62194b
Expressions run on <List> works again
14 years ago
peterforstmeier
fa3fe08d23
Fix some test's
14 years ago
Matt Ward
c1fc88ffb1
Prevent selection of projects that do not have an old version of a NuGet package when updating multiple projects in Manage Packages dialog.
14 years ago
peterforstmeier
a63e8b1de2
Use ExpressionEvaluator to follow Properties in CollectionStrategy,
...
Split Expressions in Result / Expression part
14 years ago
Matt Ward
0b4e6b3ae3
Fix Manage button not being enabled in Manage Packages dialog after installing packages into solution which initially had no NuGet packages.
14 years ago
Matt Ward
f8b2824786
Projects are only selected in the Select Projects dialog in the Installed Packages tab if the NuGet package is installed. No longer selected in the Available or Update tabs.
14 years ago
Matt Ward
688f2cc585
Fix problem with NuGet not finding a find assembly references that are compatible with the project's target framework by removing the profile part of the TargetFrameworkMoniker property if the profile is the Full .NET framework.
14 years ago
Matt Ward
fd1e74af91
Do not uninstall a NuGet package if the project does not reference it.
14 years ago
Matt Ward
647c81b049
Do not uninstall NuGet package from shared solution repository if it is still referenced by another project.
14 years ago