Andreas Weizel
|
cec924fd86
|
Changed sort order of matching items in GotoDialog: Full matches are followed by items of currently open code file, shown in bold font. Then all other matches (from other files) are shown as usual.
|
13 years ago |
Daniel Grunwald
|
7501a05c42
|
Add ToString() to TreeViewOptionsDialog.OptionPanelNode
|
13 years ago |
Daniel Grunwald
|
5284451320
|
Fixed bug that caused the 'cyclic dependency between projects' error not to be shown.
|
13 years ago |
Siegfried Pammer
|
28bc1648b0
|
Implemented debugger expression evaluation using NRefactory semantic trees.
|
13 years ago |
Daniel Grunwald
|
8ff3f109b0
|
Fixed MSBuildBasedProject.GetPropertyValue() for properties that are replaced by imported .targets files.
Use ProjectProperty<bool> where possible.
|
13 years ago |
PeterForstmeier
|
0ca48c2698
|
ProjectOptionPanel.xaml VerticalAlignment="Center" for ComboBoxes
|
13 years ago |
Daniel Grunwald
|
2a7d589f3b
|
Avoid reparse when the chosen configuration/platform is not Debug/Any CPU.
|
13 years ago |
PeterForstmeier
|
555a724903
|
DebugOptions
|
13 years ago |
PeterForstmeier
|
3ed2c63fd5
|
Add ScrollViewer
|
13 years ago |
PeterForstmeier
|
8b635bd82e
|
Signing.xaml
|
13 years ago |
PeterForstmeier
|
167cec4260
|
ApplicationSettings
|
13 years ago |
Daniel Grunwald
|
a0ddc9e72a
|
Avoid showing the 'solution altered externally' message twice.
|
13 years ago |
Siegfried Pammer
|
2afdcf30d4
|
simplify SharpDevelop version inserted into solution files
|
13 years ago |
PeterForstmeier
|
e91c4ed9fe
|
Remove very old Publish.xfrm
|
13 years ago |
Daniel Grunwald
|
158219a218
|
Fixed XAML parser (was adding 'null' as top-level type).
Added exception handling to CSharpSemanticHighlighter.
|
13 years ago |
Daniel Grunwald
|
c21b1d1cbf
|
Fixed issue that could cause projects to be initially parsed in the wrong configuration.
|
13 years ago |
PeterForstmeier
|
57816aaf9f
|
Remove unused Files
|
13 years ago |
PeterForstmeier
|
ad6fe170f3
|
Remove unused Files
|
13 years ago |
PeterForstmeier
|
97a012dfa2
|
Fix build
|
13 years ago |
PeterForstmeier
|
e1ce528d58
|
Signing
|
13 years ago |
Tobias Ibounig
|
fdb0986ed9
|
When in Search-Text-Box and pressing enter the dialog used to close.
|
13 years ago |
Siegfried Pammer
|
74e0f42f76
|
make colors of current statement marker customizable
|
13 years ago |
Siegfried Pammer
|
6cc6d14efd
|
fix SD-1272 - Breakpoint text highlight colour is not configurable
|
13 years ago |
PeterForstmeier
|
8ede8260d2
|
Remove unused Files
|
13 years ago |
Matt Ward
|
e98d78f6df
|
Fix null reference when using Show Service in Browser when service address not found in app.config.
|
13 years ago |
Daniel Grunwald
|
90871ca3e7
|
Revert aca4119 (r5998) to fix forum-14354: Rename fails if filename in Project Explorer is too long for the treeview viewport
|
13 years ago |
Siegfried Pammer
|
5f3fa30fda
|
fix http://community.sharpdevelop.net/forums/p/15856/41473.aspx - Null Reference at Set as StartUp Project
|
13 years ago |
Siegfried Pammer
|
017a874863
|
add TextMarkerService to preview in highlighting options
|
13 years ago |
Siegfried Pammer
|
bd7d401105
|
add marker colors customization
|
13 years ago |
Siegfried Pammer
|
f35b3e2268
|
implement importer for .vssettings syntax highlighting and fix some styling/theming bugs
|
13 years ago |
Siegfried Pammer
|
1b9e4d2546
|
simplify search in GAC Panel in Add Reference dialog
|
13 years ago |
Andreas Weizel
|
99bc016bc7
|
Options dialog now saving its location and window bounds in configuration.
|
13 years ago |
Daniel Grunwald
|
0e2a410acb
|
Move portable library strings to translation database.
|
13 years ago |
PeterForstmeier
|
167b0fd2d9
|
Cleanup, remove unused Files
|
13 years ago |
PeterForstmeier
|
c80929d674
|
Remove unused INotifyPropertyChangend
|
13 years ago |
PeterForstmeier
|
03b5bbf023
|
Redactor to use OptionHelper
|
13 years ago |
PeterForstmeier
|
585bb4e818
|
Start Cleanup
|
13 years ago |
Daniel Grunwald
|
2906487bf3
|
Allow switching between normal .NET framework and portable library in existing projects.
Add dialog for picking portable target framework.
|
13 years ago |
Daniel Grunwald
|
c90716894e
|
FixSolutionConfiguration() no longer creates new solution configurations when adding a project to an existing solution.
|
13 years ago |
Daniel Grunwald
|
10161f9647
|
Create library projects as AnyCPU; use x86 only for applications.
|
13 years ago |
Daniel Grunwald
|
950bcb3a0f
|
Add error message when Portable Library Tools are not installed.
Allow picking the profile (set of target frameworks) in project upgrade view.
|
13 years ago |
Daniel Grunwald
|
305c991180
|
Use "ResolveReferences" instead of "ResolveAssemblyReferences" for Portable Library projects.
This makes the default references (System.Linq.dll etc.) available in code completion (previously we were only showing types from mscorlib)
|
13 years ago |
Siegfried Pammer
|
3db890fd58
|
WIP
|
13 years ago |
Daniel Grunwald
|
e454861402
|
Add "Portable Library" project template.
|
13 years ago |
Daniel Grunwald
|
d16712d8d5
|
Fix ProjectOptionPanel.GetProperty() returning an uninitialized property even if the panel is already loaded.
|
13 years ago |
Daniel Grunwald
|
e091f3e0b1
|
Fixed MultiDictionary default constructor.
|
13 years ago |
PeterForstmeier
|
ba29a73a6f
|
BuildOptions
|
13 years ago |
Matt Ward
|
57d8888947
|
Fix WCFMetadata project item for Service References being added multiple times when adding a service reference.
|
13 years ago |
Siegfried Pammer
|
4819102e03
|
if project name and project file name differ, it is not possible to rename the project, if the new name is the same as the project file name. - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Siegfried Pammer
|
29ec08c745
|
if project name and project file name differ, it is not possible to rename the project, if the new name is the same as the project file name. - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |