Peter Forstmeier
a8e2c54257
Rename Files
13 years ago
Peter Forstmeier
cf080f1140
Remove obsolete Files
13 years ago
Peter Forstmeier
e2f66561ab
CompilerMessageView.cs reacts on new OnPropertyChange from FontSize and Font family
13 years ago
Peter Forstmeier
f0ef718865
Remove dependency to System.Drawing.Font.
...
DefaultFont is stored as two Property's (FontSize and FontFamily)
13 years ago
Daniel Grunwald
cfa01c3986
Fix HighlightingColorizer.OnHighlightStateChanged ignoring some change notifications.
13 years ago
Peter Forstmeier
12dd9699f6
rename some obsolete classes to old_XY
13 years ago
Peter Forstmeier
ab895ec3e1
CompilerMessageView.cs make use of OutputWindowOptionsPanelXaml.xaml.cs
13 years ago
Peter Forstmeier
871b1cc150
OutputWindowOptionsPanelXaml
13 years ago
Daniel Grunwald
ea71582c4f
Create new projects as Any CPU (32-bit) if the .NET 4.5 framework is installed.
...
Any CPU (32-bit) also works with older target frameworks as those interpret the 32-bit preferred flag as 32-bit required; but we require the new compiler version.
13 years ago
Daniel Grunwald
2c4b5da6a8
Add "AnyCPU (32-bit preferred)" option.
...
This option is only available if .NET 4.5 is installed.
13 years ago
Daniel Grunwald
6b73af01c7
Fix Init vs. Load in project option panel user controls
13 years ago
Matt Ward
2566ff1aa7
Fix unhandled exception when creating WiX projects.
...
Catch the InvalidProjectException thrown by the NewProjectDialog if WiX 3.6 is not installed.
13 years ago
Matt Ward
f9b3a52cc0
Fix build warning in ProjectCustomToolOptionsPanel.
13 years ago
Matt Ward
401e6b907e
Fix project templates not installing NuGet packages.
...
Adding a project template into an existing solution was running the
template actions before the project was added to the solution.
Rename AddExitingProjectToSolution class to AddExistingProjectToSolution.
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
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
5510c204f5
Rework Combobox in Signing.xaml
13 years ago
PeterForstmeier
889d7ab278
Add StorageLocation MultiBinding in ApplicationSettings.xaml
13 years ago
Daniel Grunwald
4778f44b2c
Fixed TextBoxEditMode for ApplicationSettings.
13 years ago
Daniel Grunwald
250a077b93
Replace ProjectOptionPanel.HideHeader() with ProjectOptionPanel.HeaderVisibility property.
13 years ago
Daniel Grunwald
d694a2ee7c
Remove unnecessary reference from ProjectInformation to parent project options panel.
13 years ago
Daniel Grunwald
6453534ded
Fixed InitialDirectory in BrowseForFile
13 years ago
Daniel Grunwald
6f61f7981d
Handle NotSupportedException on invalid icon format
13 years ago
Daniel Grunwald
46a5373770
Make the project information text boxes read-only.
13 years ago
PeterForstmeier
c68e424ec0
ExternalToolOptions Cleanup
13 years ago
PeterForstmeier
e592629af4
ExternalToolPanel.cs
13 years ago
PeterForstmeier
fdd00b2fdd
ExternalToolPanelXaml.xaml - ContextMenu's
13 years ago
Daniel Grunwald
148e5042a4
Fix "Application manifest" combo box.
13 years ago
PeterForstmeier
41b86e4369
ProjectInformation userControl in ApplicationOptions (CppBinding) asn ApplicationSettings.xaml(C#)
13 years ago
PeterForstmeier
42bbe19852
Cleanup BuildOutput
13 years ago
Daniel Grunwald
ad1dc15050
Move IDisplayBinding and 'Open with' dialog to new folder structure.
13 years ago
Daniel Grunwald
b6340ccad4
Move remaining util classes.
13 years ago
Daniel Grunwald
46ec328fc6
Move some files to new folder structure.
13 years ago
Daniel Grunwald
6950976e53
Fix a couple of compiler warnings.
13 years ago
Daniel Grunwald
760a2ae10b
Remove more usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
7f18d1d432
Remove usages of WorkbenchSingleton.
13 years ago
Daniel Grunwald
a224739c79
Replace some WorkbenchSingleton usages with the SD5 API.
13 years ago
PeterForstmeier
7194701cd1
change namespaces in xaml
13 years ago
PeterForstmeier
072d0ed8a0
BuildOptions - BuildAdvanced UserControl
13 years ago
PeterForstmeier
13e8462546
BuildOptions - ErrorsAndWarnings UserControl
13 years ago
PeterForstmeier
bd75b2b51a
Remove Grid from ErrorsAndWarnings.xaml
13 years ago
PeterForstmeier
b8d084ed0d
ErrorsAndWarnings UserControl
13 years ago
Daniel Grunwald
f42d52cfed
New async-based API for the build engine.
13 years ago