Commit Graph

  • 6490c0c38b Small improvements. Daniel Grunwald 2005-07-16 19:28:57 +0000
  • ef076ee060 Improved C# <-> VB.Net conversion. Daniel Grunwald 2005-07-16 16:52:58 +0000
  • f426662c90 Refactoring function.cs David Srbecký 2005-07-16 15:51:28 +0000
  • d110f9161e A bit work on properties David Srbecký 2005-07-16 13:09:23 +0000
  • 5ca1f5bdc2 Parser now inserts documentation into the AST. Daniel Grunwald 2005-07-16 10:31:20 +0000
  • 607c95438f ported path from fidalgo revision 2003 Markus Palme 2005-07-15 21:07:19 +0000
  • 3c50fc4447 Fixed C# code completion when an expression had two meanings (eg. type and property: 'Size' in classes deriving from Form) Daniel Grunwald 2005-07-15 19:49:06 +0000
  • 69dd3ca12d Fixed some C# <-> VB conversion bugs. Daniel Grunwald 2005-07-15 17:41:54 +0000
  • e5a82b82bc Fixed ctrl-space code completion. Daniel Grunwald 2005-07-15 14:35:56 +0000
  • 45bead5f28 C# <-> VB.Net converters now convert comments. Daniel Grunwald 2005-07-15 13:00:06 +0000
  • 4c3d93223c TextEditorControl now auto-detects the file encoding. When saving, the file is saved with the old encoding. Daniel Grunwald 2005-07-15 09:55:36 +0000
  • 563d57b57d Added MyProxy, preparing NDebugger for MTA David Srbecký 2005-07-14 17:50:43 +0000
  • f2a679cf02 Playing with Remoting 2 David Srbecký 2005-07-13 22:37:17 +0000
  • 687dc23e38 Playing with Remoting David Srbecký 2005-07-12 19:34:44 +0000
  • 224b69817a Added custom Remoting sinks David Srbecký 2005-07-11 21:06:47 +0000
  • 809b9fd96c Debugger made less static 2 David Srbecký 2005-07-11 17:59:54 +0000
  • 78d62ad595 Debugger made less static David Srbecký 2005-07-11 17:02:29 +0000
  • a25838f546 Removed length limitation on unmanaged strings David Srbecký 2005-07-11 14:42:48 +0000
  • e6a9f2460f improved vb.net indentation (http://icsharpcode.net/OpenSource/SD/Forum/topic.asp?TOPIC_ID=9042) Markus Palme 2005-07-03 19:32:56 +0000
  • a7a4fe10c9 Fixed code completion problems when one referenced assembly has references to other assemblies. Daniel Grunwald 2005-06-25 20:51:58 +0000
  • 4d802c718c Worked on SubversionAddIn. Daniel Grunwald 2005-06-25 17:28:39 +0000
  • 4e8630a289 Move SubversionAddIn back (doesn't solve my problem with MSBuild) Daniel Grunwald 2005-06-25 14:15:55 +0000
  • 6c32136ba2 Moved SubversionAddin. Daniel Grunwald 2005-06-25 14:03:37 +0000
  • d08a8b9260 Added <Include> erbauer. Worked on SubversionAddIn. Daniel Grunwald 2005-06-25 14:00:26 +0000
  • d2e1d6a857 Worked on SubversionAddIn. Daniel Grunwald 2005-06-24 21:24:49 +0000
  • c3ace6e866 Fixed code completion bugs with inner classes. Modified SubversionAddIn to compile against Corsavy. Daniel Grunwald 2005-06-24 15:42:30 +0000
  • 01675c578c Fixed some issues with code completion and the class browser. Daniel Grunwald 2005-06-23 18:53:13 +0000
  • bb7f052797 Fixed some ClassBrowser bugs. Included splashscreen from Korona. Daniel Grunwald 2005-06-22 20:13:44 +0000
  • f757e0045c Fixed code completion in files containing character literals like '\xFF'. Daniel Grunwald 2005-06-22 18:19:43 +0000
  • 0506a87f56 QuickClassBrowser performance fix. Daniel Grunwald 2005-06-22 17:42:53 +0000
  • aa34af8ced Fixed some small bugs. Daniel Grunwald 2005-06-11 10:46:33 +0000
  • 4c05bc6cdd Fixed code completion for generic methods. Daniel Grunwald 2005-05-27 13:23:43 +0000
  • 973804ccb4 Fixed C# ExpressionFinder to support generics. Implemented field references on generic classes in c# parser ('SomeGenericClass<string>.StaticProperty = "Beispiel";') Fixed form designer code generic (use "this" instead of class name). Daniel Grunwald 2005-05-23 16:40:04 +0000
  • 79e5c60dcf Added invocation of generic methods to c# parser. Daniel Grunwald 2005-05-22 14:13:35 +0000
  • 059e7e904f Added anonymous methods to c# parser. Daniel Grunwald 2005-05-21 21:19:54 +0000
  • b78ab08cfb Fixed code completion bugs regarding generic methods. Daniel Grunwald 2005-05-21 19:18:22 +0000
  • c3c5d155d3 Fixed generic class and method declarations in C# parser. Daniel Grunwald 2005-05-21 17:12:10 +0000
  • 2265ec1b76 'FormDesigner.addin'patches to access the Customize dialog (I needed some of the new .NET 2.0 controls; these *Strip* things :o)) Mathias Simmack 2005-05-20 15:08:49 +0000
  • 67837d7f39 Renamed FileUtility.IsEqualFile to FileUtility.IsEqualFileName (this was a successful test of 'rename'). Daniel Grunwald 2005-05-19 16:06:11 +0000
  • 869779a47c Implemented "rename" refactoring. Daniel Grunwald 2005-05-19 15:51:52 +0000
  • 9271e6d1fb Implemented "Find references". Daniel Grunwald 2005-05-19 13:44:01 +0000
  • 7a475e2a67 Added "find overrides". Daniel Grunwald 2005-05-18 16:20:08 +0000
  • dc6c33595a Added constructor overload lookup. Daniel Grunwald 2005-05-17 20:18:35 +0000
  • 864ed8b726 IconMargin now shows icons for methods and properties that can be clicked to execute actions on the properties/methods. Currently, only "go to base class" is available for overridden methods, which jumps to the method that was overridden. Daniel Grunwald 2005-05-17 18:29:41 +0000
  • a1c667f5f1 Bookmarks (and breakpoints) are saved in the project preferences. Daniel Grunwald 2005-05-16 17:45:44 +0000
  • f7b73adbb0 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@144 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 Daniel Grunwald 2005-05-16 14:43:22 +0000
  • 96160bb80d Breakpoints are now a special kind of bookmarks. Daniel Grunwald 2005-05-16 14:42:43 +0000
  • 4ea21dbd69 Added xml documentation cache. Xml documentation files with more than 300 entries are now converted into a binary format that does not require to be hold in memory to look up the documentation. Daniel Grunwald 2005-05-11 19:21:45 +0000
  • 995de1838d Even more performance improvements for the LoadSolutionProjectsThread. Fixed SkipCurrentBlock() in C# lexer. Daniel Grunwald 2005-05-11 15:47:35 +0000
  • 8ec53afcbd Improved performance of parser run after opening a solution (really big improvement!!). Daniel Grunwald 2005-05-10 19:50:16 +0000
  • b468d12412 Fixed VB code completion. Fixed method overload lookup. Daniel Grunwald 2005-05-09 21:49:40 +0000
  • daee009454 Resolver is now using ExtractMethod to parse only the current method to get local variables. This removes the need to save the NRefactory-CompilationUnit in the Tag property of the AST-CompilationUnit. Daniel Grunwald 2005-05-09 20:13:20 +0000
  • da478ba25f Fixed assertion when parsing method declaration with an unnamed parameter (when the user is still typing): use name '?' instead. Double-Clicking on the definition view pad now jumps to the location clicked on in the main view. Daniel Grunwald 2005-05-09 18:49:11 +0000
  • 0b5f2e9148 Fixed bug in C# parser that could generate null reference as method invocation argument (+added unit tests). Fixed bug regarding FileSystemWatcher to prevent crash when file was changed externally. Daniel Grunwald 2005-05-09 16:36:41 +0000
  • 2e9bc7c8a2 Fixed string splitting. Daniel Grunwald 2005-05-08 20:02:38 +0000
  • e0697cfcdd Implemented ExtendedWebBrowser to get the NewWindow event. Daniel Grunwald 2005-05-08 15:24:15 +0000
  • e3883d8088 CurrentAmbience now uses the ambience of CurrentProject. Daniel Grunwald 2005-05-08 11:03:52 +0000
  • 5ee7ff51e4 Small bug fixes (StatusBar, ProjectContent). Also, GetCorLibProjectContent() is now called directly after startup (so the classes are loaded while the user chooses the project) Fixed output path of some addins in release build. Daniel Grunwald 2005-05-07 21:31:36 +0000
  • dd20fc51f7 Display parsing progress in status bar when opening project. Fixed cross thread calls on SWF controls. Daniel Grunwald 2005-05-07 16:23:28 +0000
  • d0400c2e1d Fixed code completion for VB.NET. Implemented LanguageProperties to control case sensivity for project content. Fixed solution loading to first create all project contents and then create the references to each other. Daniel Grunwald 2005-05-07 13:07:03 +0000
  • 62d43e407f Fixed SD-338: Selecting text with the mouse by clicking in the gutter Daniel Grunwald 2005-05-06 22:04:37 +0000
  • bed8c237cd More CC bugfixes. Daniel Grunwald 2005-05-06 21:55:19 +0000
  • d76c2f86e8 Worked on code completion. Daniel Grunwald 2005-05-06 20:15:34 +0000
  • 921a3d3acd Implemented code completion for generics. Fixed code completion for arrays. Daniel Grunwald 2005-05-06 19:00:31 +0000
  • 60661b7eab Worked on code completion for generics. Daniel Grunwald 2005-05-06 16:55:49 +0000
  • 3539fc4de3 Worked on SharpDevelop.Dom (just a step closer to being able to begin working on generics support :)). Daniel Grunwald 2005-05-06 13:49:01 +0000
  • f49f5b9f04 Ctrl-Space completion now shows generic type parameters after class name. Daniel Grunwald 2005-05-06 08:50:09 +0000
  • 42b4743835 Fixed some bugs in code completion and error drawing. Daniel Grunwald 2005-05-05 21:23:52 +0000
  • a17fed9eda Optimized StringParser. Included PieceTableTextBufferStrategy from David McCloskey, but it's currently commented out. Daniel Grunwald 2005-05-05 20:36:11 +0000
  • f22ad7df86 Merged Dom/Implementations/Abstact* and Dom/NRefactoryResolver/*. Daniel Grunwald 2005-05-05 19:13:20 +0000
  • 20997e6e9d Renamed some files Abstract* -> Default*. Daniel Grunwald 2005-05-05 18:18:56 +0000
  • a5d79f2499 Worked on SharpDevelop.Dom (merging Implementations/Abstact* and NRefactoryResolver/*) + some bug fixes when creating new projects. Daniel Grunwald 2005-05-05 17:44:57 +0000
  • ecb18d86d0 fixed SD-353: Wrong position of insight window when horizontal ruler is visible Markus Palme 2005-05-05 12:31:31 +0000
  • e5ed32e6e2 added shadows keyword to syntax highglightning definition Markus Palme 2005-05-02 10:58:11 +0000
  • 56ff59431f AddInBuildingGuide modified for Corsavy. Daniel Grunwald 2005-05-01 08:44:12 +0000
  • e051794455 Minor fixes David Srbecký 2005-04-30 15:37:19 +0000
  • 9c5e0db7aa Debugger stepping made more stable David Srbecký 2005-04-30 12:03:42 +0000
  • c9c309b7c4 Add SharpDevelopAddin project template. Daniel Grunwald 2005-04-26 18:37:09 +0000
  • f17c72e038 Replaced LoadWithPartialName through Assembly.Load, it seems to do the same job in .NET 2.0. Optimized the StringParser a bit. Daniel Grunwald 2005-04-24 18:38:55 +0000
  • e73b222ff3 ParserService does not lock parsed files anymore. Moved common options panel from C# and VB.NET to base. Fixed bug in property pad by introducing PropertyContainer (combined set of DesignerHost, SelectableObjects and SelectedObject). The PropertyPad now automatically shows the PropertyContainer of the active ViewContent. Daniel Grunwald 2005-04-24 09:47:18 +0000
  • a2fc15687f Fixed some properties in the project files. Daniel Grunwald 2005-04-23 20:24:29 +0000
  • 3291bbb15f Moved debugger pads into their own subcategory in the view menu. Daniel Grunwald 2005-04-23 20:00:07 +0000
  • 2bb8881add Fixed project template options. Daniel Grunwald 2005-04-23 16:37:23 +0000
  • bbe15432b7 Fixed docking of project options panel. Definition tooltip does not try to override text marker tooltips anymore. Daniel Grunwald 2005-04-23 15:18:38 +0000
  • 90c13fc553 Add definition view pad. Daniel Grunwald 2005-04-22 20:42:45 +0000
  • 08279d2016 Property evaluation in the debbuger disabled David Srbecký 2005-04-21 20:48:07 +0000
  • ce2c0b3e67 Fixed bug that prevented project scout treeview from redrawing when opening folder without contents. Daniel Grunwald 2005-04-20 17:08:15 +0000
  • 8b3d5f9b89 Made tooltip static so only one tooltip can be displayed at one time. Tooltip now shows current value of local variables/parameters when debugging. Daniel Grunwald 2005-04-19 18:49:10 +0000
  • a99c5185e4 * Caching of Variable.CorType * Base classes disabled in Local Variables Pad * Icons in subtrees of Local Variables Pad fixed David Srbecký 2005-04-19 18:48:00 +0000
  • 95b351a8a0 Icons in Local Variables Pad fixed David Srbecký 2005-04-19 16:50:40 +0000
  • a1aaf01a8a ExceptionBox is not used if #D is started under debugger David Srbecký 2005-04-19 16:07:29 +0000
  • b03ebfcab8 corDebug.Terminate() crashed the #D on exit David Srbecký 2005-04-18 20:55:16 +0000
  • 078cc2744e Release build fixed (but nunit.framework still must be in GAC) David Srbecký 2005-04-18 20:47:01 +0000
  • b97b502dba "workingDirectory" and "arguments" used in CreateProcess (Since 2.0.50215 this prevented the debugger to start) David Srbecký 2005-04-18 20:04:31 +0000
  • f6ddb57440 Debugger Interop updated to Beta 2 David Srbecký 2005-04-18 20:01:09 +0000
  • 8f0d6da9ad Fixed SD-318 and SD-347. Many small changes. Daniel Grunwald 2005-04-18 19:46:37 +0000
  • 20b09a9e74 Improved XmlDoc to text conversion. Daniel Grunwald 2005-04-13 17:19:35 +0000
  • 836369b586 Update DockPanelSuite, fixes bug that views were not properly closed. Daniel Grunwald 2005-04-13 16:27:28 +0000
  • b8367938c5 Included file icons from Wolfgang Bartelme. Fixed exception when loading project that has a .xml file declared as "compile". Daniel Grunwald 2005-04-13 14:57:25 +0000
  • 22f417e362 Language bindings can now determine on what characters and keywords code completion should be triggered. Daniel Grunwald 2005-03-28 14:58:14 +0000