nik
6aad1ae617
Keyboard shortcuts assigned to the file tab strip menu's items (/SharpDevelop/Workbench/OpenFileTab/ContextMenu) were ignored because InputBindingOwner was not set in MenuCreateContext while creating these menu items.
...
Make AvalonWorkbenchWindow register itself as InputBindingOwner in MenuCreateContext when creating the file tab strip menu items and hence make shortcuts assigned to them work.
10 years ago
daniil-tr
d52a3334e6
Fixed bug #132 New file not selected in Project Browser
10 years ago
Matt Ward
761f14e419
Fix WinForms designer not resolving OxyPlot assembly.
...
With an OxyPlot.WindowsForms.PlotView on the form on re-opening the
form in the designer you would see the following error message and
the form would not be displayed:
Could not find type 'OxyPlot.WindowsForms.PlotView'
The PlotView type was being resolved correctly by the
TypeResolutionService to the OxyPlot.WindowsForms assembly but
getting the type required OxyPlot.dll to be resolved which was
not being done.
Fixes #713
10 years ago
Siegfried Pammer
b34492abe0
fix debugger unit tests for .NET 4.6 RC
10 years ago
Andreas Weizel
f3a38a329e
Fix: FormLocationHelper has set wrong window location when opening a dialog from another dialog.
10 years ago
Matt Ward
db2919ea28
Fix web service redirect error when adding web reference.
...
Adding a web reference to the following web service would fail
since one of the schemas required a redirect to be downloaded.
http://www.onvif.org/onvif/ver10/media/wsdl/media.wsdl
10 years ago
Andreas Weizel
e20fdc9571
Fixed formatting/indentation.
10 years ago
AleksRiabov
9a08947993
Fixed Reference columns resizing problem
11 years ago
Andreas Weizel
6918321880
Fixed AssemblyInfoProviderTests failing after pull request #642 .
11 years ago
Andreas Weizel
319880b041
Fixed AssemblyInfoProviderTests broken by pull request #642 .
11 years ago
Andreas Weizel
8d963abf1b
Fixed AssemblyInfoProviderTests broken by pull request #641 .
11 years ago
Linquize
0e7db49105
Version Editor should allow other patterns
...
Do range checking.
AssemblyVersion can have "1.0.*".
AssemblyInformationalVersion can be arbitrary.
11 years ago
lvv83
177fe57712
Fix some tests for NUnit (stacktrace parser doesn't work properly if non-english language was set for SD)
...
Some NRefactory refactorings applied
11 years ago
olegbevz
f7ec3d6be6
Fix intending
11 years ago
olegbevz
cb72f4ede8
Assembly Info Editor. TextBox for assembly informational version
11 years ago
olegbevz
8d24d35310
add VersionEditor control to Assembly Info panel for assembly versions editing
11 years ago
olegbevz
e902157792
Restore all code for assembly info editor
11 years ago
olegbevz
a3128c0c1c
add AssemblyInfoPanel.xaml.cs
11 years ago
Siegfried Pammer
053a436889
Revert "Assembly Info Editor (issue #96 )"
11 years ago
olegbevz
c81f307638
Revert some changes
11 years ago
olegbevz
3ea6e25897
Revert some project changes
11 years ago
olegbevz
05637b70a9
Add some comments
11 years ago
olegbevz
be0c6a343f
Update assembly flags generation algorithm
11 years ago
olegbevz
807651fe54
Add namespace restore while saving assembly info
11 years ago
olegbevz
66127ce814
Add write asssembly flags support
11 years ago
olegbevz
00b34016c2
Add assembly info writing tests. Add Assembly Flags reading support.
11 years ago
olegbevz
6f7eb3b7da
Add assembly info provider reading tests
11 years ago
Daniel Grunwald
e5b17a327b
Add 'CreateActions' to FileTemplate, and use them to start the report wizard instead of relying on IsDirty.
11 years ago
olegbevz
3de10a3d5e
MessageBox if some of the assembly info values was incorrect
11 years ago
olegbevz
b3d04861a4
Add languages list for neutral language option
11 years ago
olegbevz
7d57cc7a13
Add button for generating new GUID
11 years ago
olegbevz
2c27884923
Add AssemblyInfoViewModel
11 years ago
olegbevz
6c2fc19637
No guid and versions displayed if there is no attributes in assemblyinfo file.
11 years ago
olegbevz
c8198ab98a
Add new options to assembly info editor: AssemblyDefaultAlias, AssemblyInformationalVersion, CLSCompliant, JitOptimization, JitTracking
11 years ago
olegbevz
eaf5d78a66
Add converter to edit assembly versions. Add messagebox appearence when assembly info file was not found.
11 years ago
olegbevz
d1b8ff41ce
Add AssemblyInfoProvider to read and write assembly info file. Bind assembly info to panel.
11 years ago
olegbevz
a85e1af0fa
add assembly info panel content
11 years ago
olegbevz
11a96d9de5
add assembly info options panel
11 years ago
Daniel Grunwald
a185188105
Avoid problems saving files (with safe saving enabled) when the same project is also open in Visual Studio
11 years ago
Andreas Weizel
05ba9b13fd
Added support for different TreeViewOptionsDialogs with separate settings. Otherwise main TreeViewOptionsDialog and SolutionFormattingOptionsDialog will interfere with each other.
11 years ago
Siegfried Pammer
6ce21c2b4e
port SVN OptionPanel to WPF
11 years ago
Daniel Grunwald
294bebbe23
Fix #581 : SharpDevelop 5 fails to run when Visual Studio "14" CTP/.NET Framework vNext is installed
11 years ago
Siegfried Pammer
e1d31ff69e
ProjectChangeWatcher should respect "DetectExternalChanges" setting value
11 years ago
Siegfried Pammer
205ad303b0
fix bug in LoadAndExpandToNode
11 years ago
Siegfried Pammer
f8f04d04be
#561 some more work on localization
11 years ago
Siegfried Pammer
b30ac81066
working on #561 : Add missing resource strings
11 years ago
Andreas Weizel
4f0a5685b9
Resolved #353 : Ctrl+G should display extension methods
11 years ago
Siegfried Pammer
9c76659158
make ComboBox items of TaskListPad translatable
11 years ago
Siegfried Pammer
02493cf401
fix #553 : ExecutionEngineException or AccessViolationException (CLR 2.0) when debugging a program that uses System.Data.OleDb
11 years ago
Siegfried Pammer
cd49d8c512
reimplement "Insert 'TODO' comment in new event handler" option in Windows Forms Designer
11 years ago