Matt Ward
a35ec77d34
Show output from EDM generator on exception.
13 years ago
Mike Krüger
140fb308f0
[CodeActions] Extract method now works with comments.
13 years ago
Erik Källén
2acbd969aa
CecilLoader: Import fields with a DecimalConstantAttribute as 'const'
13 years ago
Erik Källén
9875662562
Test demonstrating that a const field of type decimal is not considered constant by the cecil loader.
13 years ago
Matt Ward
56acd0a82b
Fix exception when moving items in string list editor.
...
Up/Down buttons now disabled when selected item is the first/last item in the list.
Keep the moved string selected when up/down button used. Allows a string to be moved all
the way to the top/bottom of the list without having to re-select it.
13 years ago
Matt Ward
15c8a822c7
Do not show WPF designer for Windows Workflow files.
13 years ago
Matt Ward
49303a69ae
Fix saving project BaseAddress property.
...
On saving the BaseAddress the first time the 0x is removed the first time it is saved.
Saving the BaseAddress then fails since it is no longer treated as a hex number.
13 years ago
Matt Ward
b718642bee
Rearrange controls in External Tools options.
...
Rearrange controls so they display on the dialog with the default size of the tools
options dialog without having to scroll.
13 years ago
Matt Ward
cfd8d312be
Change selection mode in External Tools.
...
Change the list box selection mode to Extended rather than Multiple when selecting tools otherwise
clicking another tool does not deselect the previously selected one.
13 years ago
Matt Ward
c3947fe6cc
Reformat code.
13 years ago
Matt Ward
3fc1735e15
Fix ampersands in External Tools context menus.
13 years ago
PeterForstmeier
bb7df50264
ExternalToolPanel.xaml.cs, delete unused files
13 years ago
Daniel Grunwald
2b2bdf221d
Merge remote-tracking branch 'origin/newNR' into newNR
13 years ago
Daniel Grunwald
455ff263d8
Adjust SharpDevelop to NRefactory 5.2.0-533-gad6ce10
13 years ago
Daniel Grunwald
a84d44e9f1
Merge NRefactory 5.2.0-533-gad6ce10 into SD5.
13 years ago
Daniel Grunwald
ad6ce1059f
Add Import() extension method for INamespace
13 years ago
Daniel Grunwald
f24192d7b6
Both semicolon and comma are valid separators.
13 years ago
Daniel Grunwald
94af059223
Rename SolutionVersionVS11 -> SolutionVersionVS2012
13 years ago
Mike Krüger
c520eaf996
[Formatting] Worked on C# indent engine.
13 years ago
PeterForstmeier
0304e2c934
Cleanup CodeCoverage
13 years ago
PeterForstmeier
0999dd0093
Remove unused Files
13 years ago
Mike Krüger
b609c8d6f7
[Formatter] Worked on a indent engine.
13 years ago
PeterForstmeier
041d3b0c2b
Merge branch 'xmlForms' of github.com:icsharpcode/SharpDevelop into xmlForms
13 years ago
PeterForstmeier
158ae4a39a
AnalysisIdeOptionsPanel.xaml.cs update Status after pointing to new StyleCop Settings File
13 years ago
Matt Ward
35df476a73
Fix null reference when installing unknown NuGet package.
...
If a NuGet package is not found when installing it via the Package Management Console or
when a project template tries to install the package an exception is thrown indicating the
actual problem instead of a null reference exception being thrown.
13 years ago
Mike Krüger
b601407a92
[Completion] Added missing extern aliases to the completion list.
13 years ago
Matt Ward
c80a18d037
Support using SharpReport with ASP.NET in medium trust.
13 years ago
Matt Ward
bae24695cd
Fix changing Source Analysis project options not showing as dirty.
...
Problem occurred if the project had no SourceAnalysisOverrideSettingsFile set in the project.
In this case the options panel was overriding the ProjectOptions.Load method and changing the
values but not setting the IsDirty flag back to false so the UI was showing it as not dirty
when in fact it had been changed. Further changes did not cause the IsDirty flag to change so
the UI never displayed the an asterisk indicating there were outstanding changes.
13 years ago
mkrueger
a524d045ff
[CodeCompletion] Fixed code completion bug.
13 years ago
mkrueger
2bf58fd7b1
[CodeIssues] Did some performance optimizations of the
...
RedundantToStringIssue.
13 years ago
Erik Källén
e8131dca28
Implemented selection of best user-defined conversion operator according to §6.4.4 and §6.4.5
13 years ago
Matt Ward
b64ea5b7e8
Clear combo box text when Create/Browse selected in Signing project options.
13 years ago
Matt Ward
c9154286bd
Fix Create/Browse dialogs not showing after Signing project options changes saved.
...
Combo box selection event handler was being removed on saving the Signing project options.
13 years ago
Matt Ward
d5cf5d1567
Do not show 'sn.exe not found' message when key creation dialog is cancelled.
13 years ago
PeterForstmeier
87e9864b23
AnalysisProjectOptionsPanel.xaml
...
Remove Scrollbar from Dialog,Scrollbar appear inside ListView
13 years ago
PeterForstmeier
63a775b5ac
AddRemoveRuleAssembly
13 years ago
PeterForstmeier
1076612de1
StringListEditor and StringListEditorDialog.xaml
13 years ago
mkrueger
a2787c89c4
[Completion] Fixed completion bug.
13 years ago
Mike Krüger
8cee8f532c
Fixed some compiler warnings.
13 years ago
Mike Krüger
28611497dc
Fixed declaration begin for partial methods.
13 years ago
Mike Krüger
a19009e322
[CodeCompletion] Fix bug with pre processor directives.
13 years ago
PeterForstmeier
5510c204f5
Rework Combobox in Signing.xaml
13 years ago
Matt Ward
1c8b4c0c75
Update NuGet to version 2.1
13 years ago
Matt Ward
144ea87548
Fix COM exception when enabling migrations.
...
VsSolution returns an E_FAIL COM error if the project cannot be found.
If the project was in a subfolder inside the solution then VsSolution was failing to find the project
using its unique name (e.g. 'MyProject\MyProject.csproj').
13 years ago
Matt Ward
de23dce6a4
Update string resources.
13 years ago
Matt Ward
9f7add68d5
Encode password characters on translation server post.
...
Passwords with non-alphanumeric characters were rejected because they were not encoded in the http post body.
13 years ago
PeterForstmeier
20a9c349b3
Merge branch 'xmlForms' of github.com:icsharpcode/SharpDevelop into xmlForms
13 years ago
PeterForstmeier
889d7ab278
Add StorageLocation MultiBinding in ApplicationSettings.xaml
13 years ago
PeterForstmeier
67f50fa700
Fix layout of CodeCoverageOptionsPanelXaml.xaml
13 years ago
Daniel Grunwald
4778f44b2c
Fixed TextBoxEditMode for ApplicationSettings.
13 years ago