3328 Commits (0db8890eeb1c59f3e5a389e6746154b6aad77f63)
 

Author SHA1 Message Date
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. 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. 17 years ago
Ivan Shumilin 945d491f87 - Commands routing (for integrated and standalone WPF Designer, CCP still not implemented) 17 years ago
Ivan Shumilin b2015b1d0b - Improve PropertyGrid performance (select, move, undo much faster now) 17 years ago
Christian Hornung 6cfe4d7270 Fixed setup. 17 years ago
Christian Hornung 5352e87454 Updated language resources to fix missing strings. 17 years ago
Siegfried Pammer 5207666951 Removed unused using statements 17 years ago
Siegfried Pammer 6bcc5a213f Reverted the old buffer system and fixed some bugs 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. 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) 17 years ago
Matt Ward cb386ead2a Fixed a null reference exception that occurred when opening the Component Inspector in a release build. 17 years ago
Ivan Shumilin fb4e3c1e98 - Resize snaplines bugfix 17 years ago
Daniel Grunwald 452268760a Update default docking layouts (move Console pads to bottom) 17 years ago
Matt Ward 722e10b754 Added IronPython console pad. 17 years ago
Matt Ward fa0d9b4571 Update to WiX 3.0.4415 17 years ago
Matt Ward 035e66dcba Update to IronPython 2.0 beta 4 17 years ago
Daniel Grunwald 2901d73131 Increase timeout of StandardOutputFromProcessTestFixture tests. 17 years ago
Daniel Grunwald 8ac9a36f86 Fixed build. 17 years ago
Daniel Grunwald 6ea64c61f4 r7445@daniel-notebook (orig r3407): daniel | 2008-08-17 17:47:15 +0200 17 years ago
Daniel Grunwald 0c0d7c7ccd r7444@daniel-notebook (orig r3406): daniel | 2008-08-17 17:38:11 +0200 17 years ago
Daniel Grunwald 922e6425ed r7443@daniel-notebook (orig r3405): daniel | 2008-08-17 17:25:23 +0200 17 years ago
Daniel Grunwald bc4d77b564 r7442@daniel-notebook (orig r3404): daniel | 2008-08-17 17:23:23 +0200 17 years ago
Daniel Grunwald e9651c33a5 r7441@daniel-notebook (orig r3403): daniel | 2008-08-17 17:03:08 +0200 17 years ago
Daniel Grunwald dfa4b51d2a r7440@daniel-notebook (orig r3402): daniel | 2008-08-17 16:48:17 +0200 17 years ago
Daniel Grunwald dea24b0ea4 r7439@daniel-notebook (orig r3401): daniel | 2008-08-17 16:07:42 +0200 17 years ago
Daniel Grunwald ae0eea9fd5 r7438@daniel-notebook (orig r3400): daniel | 2008-08-17 15:57:22 +0200 17 years ago
Daniel Grunwald 61a66ad3bf r7437@daniel-notebook (orig r3399): daniel | 2008-08-17 15:52:57 +0200 17 years ago
Daniel Grunwald c0a8b482e8 r7436@daniel-notebook (orig r3398): daniel | 2008-08-17 15:41:21 +0200 17 years ago
Daniel Grunwald 29bc770b7f r7435@daniel-notebook (orig r3397): daniel | 2008-08-17 14:55:05 +0200 17 years ago
Siegfried Pammer 8267668528 fixed SD2-1442 17 years ago
Matt Ward c76f079563 SharpDevelop.Setup.wixproj.user file added again so the setup can be built straight away from source code. 17 years ago
Markus Palme 585c7519f4 finished AST generation for VB.NET query expressions 17 years ago
Matt Ward ec38ecd099 Removing SharpDevelop.Setup.wixproj.user since it is breaking the build. 17 years ago
Matt Ward 42e551a87d UpdateSetupInfo now using new subversion library. 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. 17 years ago
Daniel Grunwald 5b0ab0d77c Remove unfinished Addins: SettingsEditor and WorkflowDesigner. These won't ship with 3.0. 17 years ago
Christian Hornung 70c3b777cd Windows.Forms designer now uses OpenedFile for all files it modifies. 17 years ago
Markus Palme 91f3864fc6 started work on VB.NET queryexpression AST 17 years ago
Markus Palme 082b2f4bd4 VB.NET: grammar (no AST generation yet!) for query expressions 17 years ago
Markus Palme 7778023f03 cleanup 17 years ago
Markus Palme d5333fe80f VB.NET tokens for QueryExpression 17 years ago
Markus Palme 98f4e6aacc VB.NET lambda expressions 17 years ago
Markus Palme 5add8e0921 VB.Net: "Option Infer" statement 17 years ago
Markus Palme ead3e0d612 added "Infer" keyword; 17 years ago
Christoph Wille 855a9a492c Small changes to readme 17 years ago
Markus Palme 90197b2101 VB.NET: Identifier expression can have type arguments; 17 years ago
Christoph Wille 5f3896d6ac Removed <ComponentRef Id="SettingsSourceAnalysis"/> from setup because Matt Everson made it an embedded resource of StyleCop addin 17 years ago
Markus Palme 7a09eef396 VB.NET nullable value types 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. 17 years ago
Markus Palme e7df280557 anonymous types for VB.NET 17 years ago