Commit Graph

  • e2abd3442e Add documentation for conditions, rename CombineOpen to SolutionOpen. Daniel Grunwald 2005-10-17 16:02:28 +0000
  • bf9be4201b Add list with documentation about the doozers. Daniel Grunwald 2005-10-17 14:38:41 +0000
  • e7bbee281b Fixed SD2-477: Solution import error. Daniel Grunwald 2005-10-17 11:14:01 +0000
  • 93c191ed25 Fixed SD2-492: VS.NET solution converter ignores HintPath attribute for references. Fixed SD2-491: Solution converter doesn't convert references correctly. Daniel Grunwald 2005-10-17 10:38:35 +0000
  • 8a3241306b Fixed SD2-488: Highlighting editor does not work for addin-defined syntax modes. Daniel Grunwald 2005-10-17 09:58:54 +0000
  • 4c6e2726c7 Add attribute completion to BooBinding. BOO-436, Smarter Boo integration (Macros, Attributes, Modules, and Imported Classes) Daniel Grunwald 2005-10-17 09:24:11 +0000
  • 738f985f03 Fixed BOO-347 (BooBinding does not detect methods generated by AST Attributes) Fixed bug when switching layout configurations. Daniel Grunwald 2005-10-16 20:51:04 +0000
  • 53453edab6 Fixed BOO-380 (Namespace aliases handled incorrectly during code completion). Fixed BOO-515 (Expression resolver thinks " is String.Empty). Fixed BOO-346 (Addin does not reference Boo.Lang.Useful by default) Daniel Grunwald 2005-10-16 19:58:42 +0000
  • 2848336602 Add boo file templates and icons. Daniel Grunwald 2005-10-16 17:41:43 +0000
  • fd562a9339 Added form designer to BooBinding (BOO-513). Fixed BOO-511 (#develop should not display boo's "generated" module classes). Daniel Grunwald 2005-10-16 16:56:28 +0000
  • e2ff20d0bc SD2-490. Fixed problem where the pad contents were not displayed when the default layout was used. Matt Ward 2005-10-16 13:10:44 +0000
  • 13237161a5 Fixed SD2-483: TreeNode declarations are missing Daniel Grunwald 2005-10-16 10:25:16 +0000
  • 3ad811d6da Add missing file headers. Daniel Grunwald 2005-10-16 09:21:07 +0000
  • 0b29102431 BooBinding: Implemented inferring the return type from the "return" statement. Daniel Grunwald 2005-10-15 20:42:25 +0000
  • a067ef2b3a Use Boo.Microsoft.Build.Tasks.dll from repository instead of recompiling it every time in the PostBuildEvent. Daniel Grunwald 2005-10-15 19:28:25 +0000
  • 5ab533f75d Added compilation support to BooBinding. Daniel Grunwald 2005-10-15 19:16:45 +0000
  • 6b28ad4d4d Added a missing NAnt addin resource string. Matt Ward 2005-10-15 17:44:13 +0000
  • 07bba4fd75 Added missing resource strings, removed resource strings from AssemblyAnalyzer. Daniel Grunwald 2005-10-15 17:13:21 +0000
  • 916110e75e Added NAnt addin from SharpDevelop 1.1/Fidalgo. Matt Ward 2005-10-15 17:06:24 +0000
  • 7e7413ce36 Update component library, tried to fix exception when switching back from the form designer when deleting controls from the form so that the caret position is after the end of the document. Daniel Grunwald 2005-10-15 14:52:35 +0000
  • 7acfbfc9b4 Delete old ProjectImporterExporter addin. Daniel Grunwald 2005-10-15 14:08:25 +0000
  • 9aece9eefb The xml folding parser was not setting the filename in the compilation unit causing the Class Browser to throw an unhandled null reference exception. Matt Ward 2005-10-15 12:17:30 +0000
  • e535d87830 Minor changes to info document Christoph Wille 2005-10-14 09:10:38 +0000
  • a6dfc69c0c Added support for Mono 1.1.9.2 Matt Ward 2005-10-12 21:56:07 +0000
  • 5320f5c623 Added extra MSBuild file extensions to be supported by the XmlFoldingParser. Matt Ward 2005-10-12 21:38:07 +0000
  • cf7db885d6 Added more MSBuild file extensions so they are syntax highlighted. Matt Ward 2005-10-12 21:34:36 +0000
  • 78e0a68a63 SD2-417 Icon for defintionview pad Markus Palme 2005-10-12 18:38:12 +0000
  • ce8434156e Fixed return type of generic parameters like "ref T[]" and generic references in base types (e.g. IList<T> derives from ICollection<T>). Daniel Grunwald 2005-10-12 16:46:44 +0000
  • 986a361923 Fixed SD2-479. Daniel Grunwald 2005-10-12 15:39:31 +0000
  • 47d7a3db83 The start command line arguments and the working directory are parsed by the StringParser before the program is run. This enables the use of custom string tags such as TargetPath, TargetDir, etc. Matt Ward 2005-10-12 14:20:27 +0000
  • fd56108c8c Included fix for OverrideMethodsCodeGenerator by Yannick Kiekens (purplebox). Daniel Grunwald 2005-10-12 14:06:41 +0000
  • 278feb767e SD2-453: ported CustomLineManager from Fidalgo Markus Palme 2005-10-12 13:49:38 +0000
  • 6205a7f110 fixed SD2-445 C# parser fails on default value expression in variable initializer Markus Palme 2005-10-11 21:20:13 +0000
  • 6bd45d019d Fixed interface code generator for user defined interfaces. Daniel Grunwald 2005-10-11 15:42:09 +0000
  • 99392b6765 ported patch from fidalgo rev 2097 Markus Palme 2005-10-11 14:12:22 +0000
  • fd56973207 Don't ignore errors in ReflectionLoader, show real exception instead of failing later with a ArgumentNullException. Daniel Grunwald 2005-10-11 13:21:34 +0000
  • fe3e18a8f2 Patch from Shinsaku Nakagawa. Fixes two IME problems: Markus Palme 2005-10-10 21:24:30 +0000
  • f359104838 Added extra filename extensions to be supported by the XmlFoldingParser. Folds were only being updated for files with an .xml extension. Matt Ward 2005-10-10 15:12:38 +0000
  • 4b0ac9160e Add "Convert buffer to Boo" command to BooBinding. Daniel Grunwald 2005-10-09 19:52:34 +0000
  • a738c4ae12 Deleted some of the unused translation strings. Daniel Grunwald 2005-10-09 10:57:26 +0000
  • abd9f2604d Fixed SD2-458: Tab is always replaced with 4 spaces Daniel Grunwald 2005-10-09 09:05:18 +0000
  • d8bcf5d980 Added support for commenting/uncommenting a selection of xml. Matt Ward 2005-10-08 17:44:04 +0000
  • 2c1fdd4b8f Fixed SD2-474: Allow targeting other .NET Framework versions. Daniel Grunwald 2005-10-08 16:15:02 +0000
  • b63c53a432 Fixed SD2-476. Goto definition now works for unit tests in a test fixture containing a SetUp method. Matt Ward 2005-10-08 14:06:15 +0000
  • a81823f683 GotoDefinition executed when double clicking an MbUnitPad test tree node. Matt Ward 2005-10-08 11:05:57 +0000
  • 0ac8a0bd47 Fixed SD2-472 (Cursor disappears off screen whilst pressing right arrow key) and a newly introduce performance problems with large files (>5000 lines). Added constructor insight support to BooBinding. Daniel Grunwald 2005-10-07 21:47:36 +0000
  • 6b4df3a30e Added support for local variables and simple type inference to BooBinding. Daniel Grunwald 2005-10-07 19:23:14 +0000
  • db88488928 Fixed assertion when typing a "RaiseEvent" statement (http://community.sharpdevelop.net/forums/1156/ShowPost.aspx) Daniel Grunwald 2005-10-07 18:06:42 +0000
  • 4aa100ffdf Boo implicitly references System.dll and Boo.Lang.dll. Daniel Grunwald 2005-10-07 17:35:47 +0000
  • f5dabdb4d8 Fixed paths in BooBinding project files. Daniel Grunwald 2005-10-07 16:30:05 +0000
  • 82819e5ed1 Add BooBinding. Daniel Grunwald 2005-10-07 16:06:13 +0000
  • 538974e08e Fixed SD2-473. A KeyNotFound exception is no longer thrown if the highlighting strategy does not contain a LineComment property. Matt Ward 2005-10-07 10:49:19 +0000
  • ff3ac00775 Improved handling of proportional fonts. Daniel Grunwald 2005-10-05 15:34:54 +0000
  • 22a4842e9e Run MsBuild in a separate thread => you can continue coding while your code is compiling. Daniel Grunwald 2005-10-04 19:35:26 +0000
  • 8f8218c216 Caret is now displayed at the correct position when using non-monospaced fonts. (but selecting with the mouse still doesn't work) Daniel Grunwald 2005-10-04 19:19:36 +0000
  • 009883c525 Use use static readonly collection instance for empty attribute, type parameter and parameter collections. Daniel Grunwald 2005-10-03 11:13:12 +0000
  • 2ea9e7bfd5 Fixed SD2-470: When there is a using statement for the current namespace, classes are shown twice in Ctrl+Space Daniel Grunwald 2005-10-03 08:04:53 +0000
  • 23a9e07147 Help 2.0: fixed a bug when selecting the previous or next topic button (browser) with a hidden TOC control; there was an exception because, of course, there was no selection in the TOC control. Now I use the Get*FromUrl method with the current browser URL. btw: some other things changed Mathias Simmack 2005-10-03 07:21:54 +0000
  • b473396c67 Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM. Daniel Grunwald 2005-10-02 17:33:20 +0000
  • 51ee84424e Fixed SD2-460: Parse error (inner classes in generic types) Daniel Grunwald 2005-10-02 14:39:29 +0000
  • fab76749c4 Fixed code completion bug regarding events. Fixed "run unit test in debugger". Daniel Grunwald 2005-10-01 17:29:47 +0000
  • 5deb782052 Pad layout: included some references for the dynamic help pad to solve issue #2 (http://community.sharpdevelop.net/forums/820/ShowPost.aspx) Mathias Simmack 2005-10-01 15:11:32 +0000
  • 8afa7cc805 Allow references to unbound types in typeof/GetType expressions. Daniel Grunwald 2005-10-01 10:42:06 +0000
  • c9b90e95f3 Improved performance of "Replace all". Daniel Grunwald 2005-10-01 09:23:30 +0000
  • 46038417a5 Fixed NRefactory bugs: VB partial class declarations and attributes with "Global." or "global::" caused parser errors. Daniel Grunwald 2005-09-30 20:24:56 +0000
  • 866399c558 Fixed loading of project files created by Visual Studio 2005. Daniel Grunwald 2005-09-30 17:11:55 +0000
  • 820f9a21b7 Fixed SD2-440: Icon for local variables and parameters Daniel Grunwald 2005-09-30 16:48:38 +0000
  • 26313ee208 Introduced DomCache (a kind of code completion database that is generated on-the-fly for each assembly). Advantages: - faster than reflection - referenced libraries do not need to be looked up during code completion (only when generating the cache) -> fixes SD2-444 ReflectionOnlyAssemblyResolve is not used when an assembly is only needed inside inner classes --> Code completion for VB's My-namespace works again - Assemblies do not need to be hold in RAM (they are now loaded in a separate AppDomain) -> no more locking problems -> less memory consumption Disadvantages: - higher memory-consumption because currently the file is loaded at once (previously the data was lazy-loaded using Reflection) -> but there are some optimizations possible (reusing string and DefaultParameter instances) and lazy-loading could be reimplemented similar to what Fidalgo does with its CCDB. Daniel Grunwald 2005-09-30 15:39:31 +0000
  • 516bf184bf dynamic help: needed to fix the Win32 resource... Hm... Mathias Simmack 2005-09-29 11:24:15 +0000
  • f29a415f04 dynamic help: HTML and PNG images included as Win32 resource Mathias Simmack 2005-09-29 10:50:06 +0000
  • 69caec0a2b Fixed problem in setup script: wrong install directory was suggested when SharpDevelop 1.x was installed. Daniel Grunwald 2005-09-28 14:43:38 +0000
  • 56f0ee8610 Handle exceptions in ICSharpCode.Svn.HistoryViewPanel.GetLogMessages Daniel Grunwald 2005-09-28 14:23:30 +0000
  • f40fe7fb52 Fixed reading project files that start with whitespace. Daniel Grunwald 2005-09-27 17:12:16 +0000
  • 6c6d72de24 Fixed SD2-457: C# lexer crash on "0x" Daniel Grunwald 2005-09-27 16:16:49 +0000
  • f4fa1ef613 Switched to NUnit for the NRefactory tests because Mike failed to tell me why he switched to MbUnit and broke ~20 Tests. Daniel Grunwald 2005-09-27 16:01:20 +0000
  • 3df4fb54ce Fixed SD2-461: Cannot build projects with umlauts Daniel Grunwald 2005-09-27 15:49:39 +0000
  • 04c0bebd07 The "Load solution" and "New solution" buttons on the start page now work even when JavaScript is disabled in Internet Explorer. Daniel Grunwald 2005-09-27 14:23:48 +0000
  • ec3966a4ea Fixed exception when importing VS.NET project without ".user" file. Daniel Grunwald 2005-09-27 13:41:48 +0000
  • 47adfb89f7 Fixed bug that prevented recompiling due to files locked by the debugger David Srbecký 2005-09-26 18:05:28 +0000
  • e928f20176 MbUnit Pad additions - Goto definition implemented, error list displayed after a test run with errors, and after a build the test tree auto-refreshes. Matt Ward 2005-09-26 16:08:56 +0000
  • b805da617f Help 2.0: solution structure changed (you can enable the Dynamic Help by copying the new Addin file) Mathias Simmack 2005-09-25 19:50:30 +0000
  • 7c59ad1435 dynamic help: some improvements, works with expressions now (ignores documents with more than 1 DevLang attribute) Mathias Simmack 2005-09-25 14:42:17 +0000
  • e228fd2bc1 Help 2.0: context.html updated Mathias Simmack 2005-09-25 14:37:34 +0000
  • 283a39e280 Fixed SD2-425: Improve project options Daniel Grunwald 2005-09-24 22:16:09 +0000
  • 85855fb8fd Put ProjectImports into the translation database. Enabled AutoComplete for the ProjectImports combo box. Daniel Grunwald 2005-09-24 20:32:08 +0000
  • 830e2bf7c5 Worked on SD2-425 (Improve project options): you can now choose in which section the OutputPath property is stored. Daniel Grunwald 2005-09-24 20:07:13 +0000
  • 42948ac62a added list of project namespaces Markus Palme 2005-09-24 18:45:57 +0000
  • 64c1f4f6a8 added vb.net projectlevel-imports option panel Markus Palme 2005-09-24 17:55:53 +0000
  • 76d0e4da6c Allow user to choose configuration and platform in the project options. (part of SD2-425) Daniel Grunwald 2005-09-24 15:28:51 +0000
  • 9b5819d2fb Help 2.0: some little fixes Mathias Simmack 2005-09-24 13:31:34 +0000
  • 68f7c01970 Fixed some P/Invoke declarations where FxCop complained they weren't portable to 64bit and some other complaints from FxCop. Daniel Grunwald 2005-09-24 10:53:36 +0000
  • 2f79395791 Applied Fidalgo rev. 2075 Daniel Grunwald 2005-09-23 14:44:01 +0000
  • befee650b3 Added 'Stop tests' toolbar button and context menus to the MbUnit pad. Go to definition context menu command is not currently working. Matt Ward 2005-09-21 19:32:30 +0000
  • cb26b53fa0 Fixed crash when using the "DefaultDebugger" instead of the debugger addin. Daniel Grunwald 2005-09-21 17:28:07 +0000
  • 2818a84d16 Fixed SD-371: Adding empty combine to a combine causes exception and worked on SD2-425. Daniel Grunwald 2005-09-21 16:09:41 +0000
  • 52d9113431 dynamic help: fixed a little problem with the 'helpResults' bool Mathias Simmack 2005-09-18 09:09:14 +0000
  • 1df303a5a0 Fixed SD2-451: Exception thrown when adding new event handler. Daniel Grunwald 2005-09-17 18:35:19 +0000
  • 9169d53913 Improved project options (more strings translatable, reference paths tab works now) Daniel Grunwald 2005-09-17 18:19:35 +0000
  • db77b810b2 dynamic help: fixed a problem with the Project language Mathias Simmack 2005-09-17 09:13:46 +0000
  • 6af13353d5 Use InvariantCulture for string comparisons - fixes problems with Turkish locale settings. Daniel Grunwald 2005-09-16 18:33:34 +0000