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
Matt Ward
b2b5c4ac02
Add Visual Basic T4 templates for a basic ASP.NET MVC controller and view page.
14 years ago
Matt Ward
2ffc00c2eb
Add support for creating new ASP.NET MVC controllers and adding them to the project using an Add MVC Controller dialog.
14 years ago
Matt Ward
27cbd5f148
Add space between Add and Cancel buttons on Add MVC View dialog.
14 years ago
Matt Ward
6028fac41a
Disable Add button in Add MVC View dialog when the view name is an empty string.
14 years ago
Matt Ward
1e66520fef
Open ASP.NET MVC view file after creation.
14 years ago
Matt Ward
ccea1f69a1
Support generating a C# ASP.NET MVC view page from a T4 template.
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
d571914b27
remove dependency on Aga.Controls from Debugger.AddIn
14 years ago
Siegfried Pammer
c14a451c1d
adjust XamlOutlineNode to new SharpTreeView
14 years ago
Eusebiu Marcu
0d292d027a
Write custom implementation to ILSpyAssemblyResolver.
14 years ago
Eusebiu Marcu
8f2c5ffc1b
Use a custom assembly resolver when decompile a third party assembly. The order is: DefaultAssemblyResolver, folder where the decompiled assembly is located then GAC.
14 years ago
Eusebiu Marcu
b6fe47b404
fix start options for ASp.NET MVC projects
14 years ago
Matt Ward
3b93ba0fb6
Support #regions in JavaScript code.
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
Matt Ward
3cac1d53c4
Add code folding for JavaScript functions.
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
Eusebiu Marcu
6701792f39
evaluate local variables (not only parameters) for decompiled code.
14 years ago
Eusebiu Marcu
de36dc4148
move external debug info in decompiler addin
14 years ago
Eusebiu Marcu
abdeeb5c20
decouple the debugger from decompiler; fix race conditions on external debug information; use metadata token instead of type name when selecting the decompiled content.
14 years ago
peterforstmeier
1828a8d2ad
Cleanup
14 years ago
peterforstmeier
e80c438678
Add PostFilterProperties to Designer's
14 years ago
Eusebiu Marcu
8496217ca6
Show message when process is running and step action is requested.
14 years ago
Eusebiu Marcu
39dc676162
fix build - debugger tests
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
Eusebiu Marcu
e9913b7b51
add infotip to DecompiledViewContent
14 years ago
Peter Forstmeier
7aeb62194b
Expressions run on <List> works again
14 years ago
Eusebiu Marcu
73442ef67b
fix issue when codemappings are not entirely built.
14 years ago
Eusebiu Marcu
4c83b381c9
fix evaluation in console pad; refactoring;
14 years ago
Eusebiu Marcu
1c2c8970f2
fix evaluation
14 years ago
peterforstmeier
fa3fe08d23
Fix some test's
14 years ago
Eusebiu Marcu
f993d5a2a4
Make breakpoints work in decompiled code.
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