Matt Ward
0db8890eeb
Open file dialog now shows Microsoft.StyleCop.dll as a file filter when looking for the style cop path in Tools Options.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3437 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
55bd3aeb8a
Source Analysis addin now working with StyleCop 4.3. Code now checks that the settings editor executable exists before running it.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3436 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
945d491f87
- Commands routing (for integrated and standalone WPF Designer, CCP still not implemented)
...
- Rework DesignSurface (more xaml, popular controls through metadata)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3435 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
b2015b1d0b
- Improve PropertyGrid performance (select, move, undo much faster now)
...
- Try another category set
- In PropertyGrid: Colorize Binding, Resources; "(type)" / disable TextBox where needed
- Bug fixing: XamlProperty.IsSet now works correctly, ...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3434 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christian Hornung
6cfe4d7270
Fixed setup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3433 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christian Hornung
5352e87454
Updated language resources to fix missing strings.
...
Renamed WixDialog to EmptyWixDialog and WixGraphicalDialog to WixDialog.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3432 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
5207666951
Removed unused using statements
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3431 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
6bcc5a213f
Reverted the old buffer system and fixed some bugs
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3430 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
79e074f98f
Fixed CancelLongRunningAppTestFixture test - process.Kill() / Win32 TerminateProcess does not wait for the termination to finish, so sometimes the test has to wait a bit to see if the process was killed successfully.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3429 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
d7dbbec1fe
Make ${ItemPath} expand to an empty string when the active view content has no opened file (e.g. start page)
...
Tools menu: remove unnecessary ProcessRunner.WaitForExit call.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3428 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
cb386ead2a
Fixed a null reference exception that occurred when opening the Component Inspector in a release build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3427 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
fb4e3c1e98
- Resize snaplines bugfix
...
- Async PropertyGrid.Reload()
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3426 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
452268760a
Update default docking layouts (move Console pads to bottom)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3425 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
722e10b754
Added IronPython console pad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3424 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
fa0d9b4571
Update to WiX 3.0.4415
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3423 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
035e66dcba
Update to IronPython 2.0 beta 4
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3420 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
2901d73131
Increase timeout of StandardOutputFromProcessTestFixture tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3419 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
8ac9a36f86
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3418 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
6ea64c61f4
r7445@daniel-notebook (orig r3407): daniel | 2008-08-17 17:47:15 +0200
...
Rename subcategory WinFX->WPF
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3417 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
0c0d7c7ccd
r7444@daniel-notebook (orig r3406): daniel | 2008-08-17 17:38:11 +0200
...
CurrentLineBookmark: add check that marker is placed inside the document. Fixed a crash when debugging code containing #line statements referencing non-existing lines.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3416 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
922e6425ed
r7443@daniel-notebook (orig r3405): daniel | 2008-08-17 17:25:23 +0200
...
Fixed style cop addin, the settings file was extracted to the drive root instead of the config directory.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3415 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
bc4d77b564
r7442@daniel-notebook (orig r3404): daniel | 2008-08-17 17:23:23 +0200
...
Make MessageViewCategory creation thread-safe.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3414 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
e9651c33a5
r7441@daniel-notebook (orig r3403): daniel | 2008-08-17 17:03:08 +0200
...
Show AsynchronousWaitDialog while svn operation is running.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3413 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
dfa4b51d2a
r7440@daniel-notebook (orig r3402): daniel | 2008-08-17 16:48:17 +0200
...
Use svn copy when copying files/directories using the project browser.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3412 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
dea24b0ea4
r7439@daniel-notebook (orig r3401): daniel | 2008-08-17 16:07:42 +0200
...
Remove unused IService interface.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3411 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
ae0eea9fd5
r7438@daniel-notebook (orig r3400): daniel | 2008-08-17 15:57:22 +0200
...
Reset "Look in" to current document when it is set to current selection and there is no multiline selection.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3410 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
61a66ad3bf
r7437@daniel-notebook (orig r3399): daniel | 2008-08-17 15:52:57 +0200
...
Fixed DefinitionViewPad crash when showing an empty .xaml document.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3409 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
c0a8b482e8
r7436@daniel-notebook (orig r3398): daniel | 2008-08-17 15:41:21 +0200
...
Fixed SD2-832: Running an external tool should use the ProcessRunner class.
Made ProcessRunner use BeginOutputReadLine instead of running two threads for output reading.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3408 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
29bc770b7f
r7435@daniel-notebook (orig r3397): daniel | 2008-08-17 14:55:05 +0200
...
When an exception causes SharpDevelop to terminate, and the shutdown of SharpDevelop causes another exception, ignore the second exception instead of ignoring the first.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3407 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Siegfried Pammer
8267668528
fixed SD2-1442
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3406 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
c76f079563
SharpDevelop.Setup.wixproj.user file added again so the setup can be built straight away from source code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3405 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
585c7519f4
finished AST generation for VB.NET query expressions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3403 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
ec38ecd099
Removing SharpDevelop.Setup.wixproj.user since it is breaking the build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3401 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
42e551a87d
UpdateSetupInfo now using new subversion library.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3400 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christian Hornung
6419433ed1
ResourceToolkit: Fixed the ICSharpCodeCoreResourceResolver detecting a resource reference even if the caret is positioned after the closing brace of ${res:...}. Added unit test for this case.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3397 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
5b0ab0d77c
Remove unfinished Addins: SettingsEditor and WorkflowDesigner. These won't ship with 3.0.
...
Removed SharpServerTools.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3395 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christian Hornung
70c3b777cd
Windows.Forms designer now uses OpenedFile for all files it modifies.
...
This ensures that all code and designer views of the same form class are synchronized correctly.
Fixes SD2-1175: .Designer.cs file is saved even if user chooses not to save changes.
ActiveWindowStateConditionEvaluator now checks the dirty state of all view contents of the active window, not only the active view content. This makes the 'enabled' state of the save button consistent with its function.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3390 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
91f3864fc6
started work on VB.NET queryexpression AST
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3389 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
082b2f4bd4
VB.NET: grammar (no AST generation yet!) for query expressions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3386 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
7778023f03
cleanup
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3385 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
d5333fe80f
VB.NET tokens for QueryExpression
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3383 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
98f4e6aacc
VB.NET lambda expressions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3382 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
5add8e0921
VB.Net: "Option Infer" statement
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3381 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
ead3e0d612
added "Infer" keyword;
...
ordered keywords;
memberreferenceexpression vs. typereferenceexpression
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3380 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christoph Wille
855a9a492c
Small changes to readme
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3379 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
90197b2101
VB.NET: Identifier expression can have type arguments;
...
Added tests for AddressOf expression
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3378 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christoph Wille
5f3896d6ac
Removed <ComponentRef Id="SettingsSourceAnalysis"/> from setup because Matt Everson made it an embedded resource of StyleCop addin
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3377 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
7a09eef396
VB.NET nullable value types
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3376 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Everson
77b8454297
StyleCop Addin: Moved Settings.SourceAnalysis into assembly as embedded resource. During runtime the file will be extracted to PropertyService.ConfigDirectory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3374 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Markus Palme
e7df280557
anonymous types for VB.NET
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3372 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago