2220 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
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
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
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 8ac9a36f86 Fixed build. 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 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
Siegfried Pammer 8267668528 fixed SD2-1442 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
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 56e617f219 fixed SD2-1441 Regular expression search doesn't work as expected 17 years ago
Markus Palme acaab0ff01 fixed compiler warning 17 years ago
Daniel Grunwald 61f9ddce50 Remove duplicated InputBox. 17 years ago
Daniel Grunwald f60b4cbb8f Fixed NullReferenceExceptions when Clipboard.GetData returns null. 17 years ago
Daniel Grunwald cd5d5eebb5 r7308@daniel-notebook (orig r3339): daniel | 2008-08-14 09:31:18 +0200 17 years ago
Ivan Shumilin fd4351bf20 Snaplines 17 years ago
Ivan Shumilin ed94ec5b92 Allow move panels using its border 17 years ago
Ivan Shumilin e5f10aa958 - If element selected it can be resized (independent from IPlacementBehavior) 17 years ago
Christian Hornung ce2ac2fd6e Windows.Forms designer: Fixed saving of the resources of localizable forms (previously, saving in a non-default language resulted in the default resources being deleted). It seems that the designer always expects to read back the old values of the resources even if it has already written to a new ResourceWriter. So the content of the ResourceWriter stream is now only transferred to the internal storage buffer after serialization is complete. 17 years ago
Siegfried Pammer dcfd505a9e Updated ExtractMethod refactoring 17 years ago
Siegfried Pammer f5e2708407 Improved "ExtractMethod" refactoring 17 years ago
Ivan Shumilin d2b9992a47 - MarkupExtension know loading as XamlObject: no difference between <Binding/> and {Binding} syntax. 17 years ago
Justin Dearing 77791f1f58 Removed unused import statements. 17 years ago
Christian Hornung 98775c0016 Windows.Forms designer: Removed code duplication from DefaultServiceContainer as the framework already provides all functionality in ServiceContainer. 17 years ago
Matt Ward a4b1ed0fae Removed server tools addin. 17 years ago
Justin Dearing 25eeeffd20 Reflector no longer crashes if there is no configuration file present. 17 years ago
Daniel Grunwald ca962af8e9 Move ParameterCheckRefactoringMenuBuilder to SharpRefactoring. 17 years ago
Daniel Grunwald 927fde6d60 Add SharpRefactoring 17 years ago
Ivan Shumilin d4f10413c2 Ignore failing tests. 17 years ago
Daniel Grunwald 179994014e Catch unhandled WPF exceptions earlier to prevent exceptions in WPF code from crashing the SharpDevelop process. 17 years ago
Matt Ward 06cd155507 Fixed invalid cast exception when creating tool strip items due to the ToolbarItemDoozer now returning a ToolbarItemDescriptor. 17 years ago
Ivan Shumilin 17b3167cf8 Add some failing tests. Remove tiny bugs from MarkupExtensionTokenizer. 17 years ago
Christian Hornung 69b69f77bb ResourceToolkit: Support resolving calls to ComponentResourceManager.ApplyResources which are generated by the forms designer PropertyReflection localization model. Added new ResourcePrefixResolveResult for this purpose, to indicate that a call refers to all resources starting with a specified prefix. Resources used by ApplyResources are no longer listed as unused. 17 years ago
Matt Ward 87696d60c2 Fixed unit tests. 17 years ago
Justin Dearing ccc0e49a90 Got the tests to compile. They all don't run on my machine. 17 years ago
Daniel Grunwald eaec99882a Fixed build. 17 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 17 years ago
Matt Ward 3cb8ad9b26 Added Style Cop addin by Matt Everson. 17 years ago
Ivan Shumilin e0c53f5890 Remove old code. Automatic brace layout for WpfDesign files. 17 years ago
Christian Hornung 7895c2ad96 ResourceToolkit: When resolving on a string literal, directly go back to its beginning instead of retrying every position. Added unit test for a bug fixed by this change. Added some VB.NET resource resolver unit tests. 17 years ago
Ivan Shumilin c56d7b14dd Outline for XamlDesigner + Remove old code. 17 years ago