Commit Graph

  • de36e77696 FileTypeRegisterer now uses HKCU\Software\Classes when there is no write access to HKEY_CLASSES. SearchAndReplace panel now uses translation database. Removed many unused resource strings. Daniel Grunwald 2005-11-06 16:19:09 +0000
  • d9df3a65dd Fixed SD2-504: Explicit implementations of generic interfaces cause parser error Daniel Grunwald 2005-11-05 22:08:18 +0000
  • 726e726308 Fixed possible StackOverflowException in BooBinding. Daniel Grunwald 2005-11-05 20:56:59 +0000
  • ba9529033a Form designer creates and uses .resx files for new forms and user controls. Forms that have already been created and are using a .resources file will continue to do so. Resx files are added to the MSBuild project with the DependentUpon element set to point to its form. Deleting the form will also delete its Resx file. Matt Ward 2005-11-05 20:45:31 +0000
  • 0cfa16791c Add support for partial classes to the form designer. Daniel Grunwald 2005-11-05 18:59:46 +0000
  • fa98de1bd8 Use shadows, improved colors for debugger tooltip. Daniel Grunwald 2005-11-05 14:56:58 +0000
  • 91406cf910 Debugger grid child windows now use a custom border instead of SizableToolWindow. Daniel Grunwald 2005-11-04 22:16:02 +0000
  • e8c8159477 Add AllowLabelEdit to DynamicListItem. Improve drawing of '+' sign. Daniel Grunwald 2005-11-04 21:34:41 +0000
  • e71835b49f Fixed debugger tooltip grid. Daniel Grunwald 2005-11-04 20:07:31 +0000
  • 36c8a94de5 Exceptions handled properly in .NET 1.1 David Srbecký 2005-11-04 19:36:12 +0000
  • 3445fea87c Improve Clean task. Daniel Grunwald 2005-11-04 17:50:29 +0000
  • bf408d7f26 Fixed SD2-509: Form Designer duplicates first line of code Daniel Grunwald 2005-11-04 16:09:38 +0000
  • dec20c958b Fixed SD2-520: Changes to Treat Warnings as Errors option ignored Daniel Grunwald 2005-11-04 14:29:07 +0000
  • b9c23bedf7 Fix BooBinding solution file, minor C#->Boo conversion fix. Daniel Grunwald 2005-11-03 21:22:30 +0000
  • 66a115d6ce Improved measuring of TreeGrid item width. Daniel Grunwald 2005-11-03 16:44:53 +0000
  • a01df87211 removed that little String hack from SearchPad.cs Mathias Simmack 2005-11-03 08:51:48 +0000
  • 016c973473 Fixed SD2-471: Sorting of arrays in locals window is wrong David Srbecký 2005-11-02 22:23:42 +0000
  • 5475eeea0d Function.GetSegmentForOffet is a bit more forgiving David Srbecký 2005-11-02 21:45:37 +0000
  • c116e87013 Removed LoggingService.Debug calls from CompilerMessageView. Matt Ward 2005-11-02 20:24:05 +0000
  • 645c22b31a Fixed SD2-482: First command line argument not passed to debuggee; Debugee version reported in log David Srbecký 2005-11-02 20:15:43 +0000
  • 9396ae6c8c Fixed Thread.Callstack yielding null. David Srbecký 2005-11-02 19:34:10 +0000
  • fce237bd28 Fixed duplicate items in output pad due to race condition in CompilerMessageView. Addins that use the output pad changed to bring pad to front before adding messages to it. Added NAnt build file filter when opening files. Matt Ward 2005-11-02 19:17:46 +0000
  • 352a57c1b0 Debugger tooltips are filled with real content. David Srbecký 2005-11-02 19:16:10 +0000
  • c7500d9f59 Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions Daniel Grunwald 2005-11-02 16:19:03 +0000
  • d94907f1da Fixed SD2-505: Debugger freezes on StackOverflowException David Srbecký 2005-11-02 15:07:49 +0000
  • e5b0912f94 Fixed obsolete warnings in debugger David Srbecký 2005-11-02 14:18:37 +0000
  • a2187b2420 .NET 1.1 applications can be debugged David Srbecký 2005-11-02 14:05:03 +0000
  • 67ddfc9230 Add code completion support for extension methods in Boo. Daniel Grunwald 2005-11-01 16:21:10 +0000
  • efb229d1ef StateControl refactored. Added WaitForPause() David Srbecký 2005-10-31 22:27:49 +0000
  • 2ca271aaa4 Help 2.0: added a new checkbox to limit the search results for the current project language if a project is loaded; if not, the checkbox disappears. I was too lazy to build a new version of the translation database, but the strings are entered. Mathias Simmack 2005-10-31 21:18:01 +0000
  • c6a905105d Fixed UTF8 auto-detection. (Thanks to Christian Hornung) Daniel Grunwald 2005-10-31 18:40:34 +0000
  • c0cd40529b Fixed SD2-510: Deleting a file with local modifications Daniel Grunwald 2005-10-30 19:06:08 +0000
  • 755e0747f8 Thanks to Daniel. I forgot my other *Strip* thing, the ContextMenuStrip in TocPad.cs. The RendererChanged event works for it now. Mathias Simmack 2005-10-30 18:45:52 +0000
  • ed4d112be0 Dynamic Help toolstrip now reacts to the RendererChanged event Mathias Simmack 2005-10-30 16:17:38 +0000
  • 8c4f7acf08 Dynamic Help Toolstrip: ProfessionalColorTable used to color the toolstrip Mathias Simmack 2005-10-30 15:24:54 +0000
  • a04475c926 changed the Avalon templates to its real name: WPF (Windows Presentation Foundation) Mathias Simmack 2005-10-30 14:14:45 +0000
  • 516507117d RegExSearchStrategy now supports replacing "$1" with the group value. Fixed exception when using invalid RegEx. Daniel Grunwald 2005-10-30 12:30:59 +0000
  • 741ebfee07 Reference libraries from Booc.rsp automatically. Daniel Grunwald 2005-10-29 13:27:29 +0000
  • 834d5bf387 Fixed ObjectDisposedException generated when running XSL transform after splitting the XSLT Output window. The TextAreaControl/TextArea classes were not removing document event handlers when disposed. Matt Ward 2005-10-29 13:24:56 +0000
  • d67a715fe6 Move some strings into the resource database. Boo projects import Boo.Lang by default. Daniel Grunwald 2005-10-28 21:39:28 +0000
  • f4706a496d ResolvedType on contructor calls now includes type arguments. Daniel Grunwald 2005-10-28 20:48:04 +0000
  • e402835d8b Reference Boo.Lang.Useful by default. Automatically copy Boo.Lang.dll to the output directory. Daniel Grunwald 2005-10-28 20:29:16 +0000
  • 3b5070c22f Improved code completion for Boo. Daniel Grunwald 2005-10-28 19:33:25 +0000
  • 660ee84361 Modify setup to check for .NET 2.0.50727.42 instead of Beta 2. Daniel Grunwald 2005-10-28 15:48:14 +0000
  • 30f7efb8ea Fixed a minor bugs in C# to VB and Boo conversion, fixed possible endless loop in VB lexer and a NullReferenceException when using "Go to" in XML files. Daniel Grunwald 2005-10-28 15:40:28 +0000
  • 9d8304c624 Remove the dependency check in release builds for faster starting. Daniel Grunwald 2005-10-28 12:26:58 +0000
  • 9d3e4e8eab Some changes to resources / font loading. Daniel Grunwald 2005-10-28 12:14:50 +0000
  • eb93ff4149 SharpDevelop now passes properties so that MSBuild accepts them for both the scanning and building steps -> compiling Boo and ILAsm applications and specifying the target Framework version in C# works again. Daniel Grunwald 2005-10-28 11:11:38 +0000
  • 07297e1268 Replace PostBuildEvent with MsBuild targets. Daniel Grunwald 2005-10-28 10:21:26 +0000
  • 205b2efb02 SharpDevelop should now work on .NET 2.0 final. Implemented a workaround for SD2-485 (Compile solution not working with .NET 2.0 RC1). Daniel Grunwald 2005-10-27 22:53:20 +0000
  • 04b763d047 Display TreeGrid in debug mode (currently without content). Daniel Grunwald 2005-10-27 14:05:14 +0000
  • 4c9c120fef Add TreeGrid control. Daniel Grunwald 2005-10-27 12:13:08 +0000
  • 565490bd49 changed DefaultFileNodeCommands.cs to accept XAML files; added some XAML file templates (Window, Page, FlowDocument, PageFunction, ResourceDictionary, UserControl) Mathias Simmack 2005-10-27 12:04:52 +0000
  • 8bd159545c support for DependentUpon and SubType attributes in XPT project templates added (see the Avalon* templates for a working demo) Mathias Simmack 2005-10-27 09:55:17 +0000
  • 3a45a3bdd4 Avalon Navigation App template renamed Mathias Simmack 2005-10-27 09:17:06 +0000
  • a52392516a Avalon page template updated Mathias Simmack 2005-10-26 20:42:47 +0000
  • 08725ec0c6 simple Avalon application template uploaded (for testing only!) Mathias Simmack 2005-10-26 18:32:23 +0000
  • a8b033af9b new ApplicationDefinition/Page compiler option; support for external Import commands in XPT project files Mathias Simmack 2005-10-26 17:08:18 +0000
  • ac5d144c8d updated XML editor for XAML style and schema (does NOT include the Avalon/XAML schema itself) Mathias Simmack 2005-10-26 16:44:35 +0000
  • 417f61d4d1 Schema errors in task list now use the schema filename. Fixed problem where each XmlView was creating its own output window category. Matt Ward 2005-10-25 21:17:59 +0000
  • 7255bad91f Fixed schema errors caught by .NET 2.0 and removed old NAnt 0.84 schema. Matt Ward 2005-10-25 21:15:43 +0000
  • 3dc5023f79 Removing SharpAssembly. The AssemblyScout should be using code completion data from the ProjectContentRegistry and not SharpAssembly. Matt Ward 2005-10-25 19:35:13 +0000
  • 34e2d508a1 Most of assembly scout working. Needs resources from Fidalgo, info view browsing via hyperlinks is disabled, and speed improvements required. Matt Ward 2005-10-25 19:04:18 +0000
  • 5b241f39a1 Ported SharpAssembly from Fidalgo. Matt Ward 2005-10-25 18:51:51 +0000
  • 5444360515 Can now assign an XSLT stylesheet to an XML file and run transforms. New XML menu to make it easier to locate xml editor menu items. Matt Ward 2005-10-25 18:49:11 +0000
  • 154dfeee9a Fixed bug in NRefactoryToBooConverter: NullReferenceException when first section in switch-statement was the default section. Daniel Grunwald 2005-10-25 18:15:29 +0000
  • a89751b639 fixed problem with disposed window Markus Palme 2005-10-25 18:06:14 +0000
  • dc487c7331 Texteditor now uses DeclarationViewWindow instead of ToolTip (part of SD2-498) Markus Palme 2005-10-25 17:57:31 +0000
  • 4a3b169576 Use a copy of the text/color in the SearchResultPad instead of accessing the real document in the OnPaint method. This fixes some bugs when switching to the SearchResultPad after modifying the document. Daniel Grunwald 2005-10-25 16:10:37 +0000
  • e714aa4009 Update default layouts. Daniel Grunwald 2005-10-25 13:11:08 +0000
  • 68b5793ac4 Fixed SD2-465: Linked files are not imported Daniel Grunwald 2005-10-25 12:25:26 +0000
  • db62adff59 Fixed SD2-497: Allow adding existing files as links. Boo.Microsoft.Build.Tasks now can embed .resource files. Daniel Grunwald 2005-10-25 12:03:34 +0000
  • 953c951b3f Fixed SD2-503: WindowActive condition fails Daniel Grunwald 2005-10-24 20:44:35 +0000
  • 4d14446434 Add InterpreterWrapper.boo. Daniel Grunwald 2005-10-24 19:27:11 +0000
  • c7edd9265d Fixed BOO-542: CodeCompletion on interfaces doesn't list inherited Object members. Fixed crash when cursor was at end of document and the DefinitionViewPad was opened. Daniel Grunwald 2005-10-24 18:35:31 +0000
  • b55748e687 Add Boo.InterpreterAddIn. Daniel Grunwald 2005-10-24 17:28:00 +0000
  • 10fce36f1f Fixed possible StackOverflowException in BooBinding. CodeGenerator can now created "Changed"-events and OnEvent-methods. Daniel Grunwald 2005-10-24 15:12:35 +0000
  • 85a45ca2ab Allow generating interface implementations using the new CodeGenerator. Daniel Grunwald 2005-10-23 21:49:18 +0000
  • 1fa584b4f4 Fixed BOO-539: Forms designer does not hook up events to event handlers. and BOO-538: Syntax colorization of doc-strings with slashes goes awry Daniel Grunwald 2005-10-23 12:24:54 +0000
  • d8a048e87a Fixed possible endless loop in Boo ExpressionFinder. Daniel Grunwald 2005-10-22 20:19:42 +0000
  • 8a0c189a50 Added FormattingStrategy for Boo and fixed BOO-535: Code completion for generator syntax. Daniel Grunwald 2005-10-22 20:07:21 +0000
  • e2d20525d9 Improved BooBinding: Allow for code completion on ArrayReturnType and ConstructedReturnType even if they are encapsulated by an InferredReturnType. Fixed code completion on arrays created through array literals or the "array" builtin. Recognize variables created by "for" statements if their type is inferred from the element type of the enumerable object. Daniel Grunwald 2005-10-22 19:04:29 +0000
  • a67e3f5220 Fixed BOO-300: #region folding Daniel Grunwald 2005-10-22 15:12:49 +0000
  • ba19122c8d Fixed BOO-516: Tooltips don't work in last line of the document Daniel Grunwald 2005-10-22 13:59:54 +0000
  • a0a696f897 The commands "Create getter" and "Create property" now generate code using NRefactory. (part of SD2-436) Daniel Grunwald 2005-10-22 13:48:56 +0000
  • 1b7912d37f Fixed bugs in boo code completion. Daniel Grunwald 2005-10-21 21:41:46 +0000
  • e5964dbf6a Fixed problems with RegexpTk. Daniel Grunwald 2005-10-21 20:17:35 +0000
  • ff9cadabb9 Fixed SD2-502: Find/Replace dialog toolbar doesn't respect visual style option Daniel Grunwald 2005-10-21 15:09:22 +0000
  • 908db27ca2 - allow code completion bindings to handle ReturnEditAction by handling '\n'. - add dummy token "?" to VB lexer. - use IntegerLiteralResolveResult that doesn't do code completion instead of returning no ResolveResult at all when resolving an integer literal. - Implemented SD2-501: type inference when typing for both C# and VB.NET. You can now type "? name = expr;" or "Dim name as ? = expr" and SharpDevelop will fill in the type for you. Daniel Grunwald 2005-10-21 14:56:30 +0000
  • cb19451039 Fixed SD2-496: TODO task entries removed after building solution. Daniel Grunwald 2005-10-21 13:35:14 +0000
  • e78818566c Changes in the highlighting are shown when closing the options box, no need to restart SharpDevelop anymore. Daniel Grunwald 2005-10-21 13:12:39 +0000
  • fa58de2275 Fixed BOO-524 (Autocompletion on import doesn't list only namespaces) in Boo and VB: now only classes that contain public static members are shown in the "import" completion. Daniel Grunwald 2005-10-21 12:28:56 +0000
  • 09f1580e2a Add quotation marks around the post-build event batch file to fix compiling in paths containing a space. Daniel Grunwald 2005-10-20 09:06:20 +0000
  • cb9d56b35a Update conditions in the AddIn schema. Daniel Grunwald 2005-10-19 11:53:11 +0000
  • 9f60eac3d0 Improved lazy-loading: fixed loading of BackendBindings when text editor was opened. Daniel Grunwald 2005-10-19 11:40:28 +0000
  • 58ad8b5436 BuildAddinDocumentation now updates the AddIn schema. Daniel Grunwald 2005-10-19 10:04:50 +0000
  • 3b3121c9a0 NAnt addin now included in main SharpDevelop solution. Matt Ward 2005-10-18 15:01:23 +0000
  • 153c6eb444 NAnt addin now using SolutionOpen condition. Matt Ward 2005-10-18 14:54:19 +0000
  • a20acba51c The Mono build task attempts to locate the Mono install path by reading the registry before falling back to its original method of assuming that the Mcs/Gmcs compilers have been added to the Path. Matt Ward 2005-10-17 21:18:29 +0000
  • bd0a39dd05 Fixed C# ExpressionFinder bug when typing "\." inside a string literal. Daniel Grunwald 2005-10-17 20:47:34 +0000