3776 Commits (99b8d8529fb1bdfb323057f856b194d4e6f3b435)
 

Author SHA1 Message Date
Daniel Grunwald 6b13b051c1 Fixed exception when a file was modified externally so that the old start position of a class is on an invalid line. 18 years ago
Matt Ward 4d5873eec9 Python parser now gives classes the namespace of the file. Added code completion support for local variables. 18 years ago
Daniel Grunwald 985ca71e1b Add SimpleWorkbenchLayout (a very simple layout which is not using the docking library, all pads are fixed on the left side) 18 years ago
Daniel Grunwald 5f1c768d62 Moved IHighlightingStrategy.GetRuleSet and IHighlightingStrategy.GetColor into a separate interface. 18 years ago
Siegfried Pammer b241da0577 Fixed the NullReference bug, when no document is opened in TaskListPad. 18 years ago
Matt Ward 7db58ef39d Code completion in the Python binding was not working due to a change in the AbstractCompletionDataProvider's GetExpression method where the expression offset is now after the end of the text. 18 years ago
Matt Ward de2d66bc22 Added System reference to Python console project template. 18 years ago
Matt Ward 1b1e268cac The unit tests window was not colouring the tree nodes when running a test when a test fixture had a base class with test methods but no TestFixture attribute (e.g. CecilLayerTests class). 18 years ago
Matt Ward f0c34f388d Updated WiX to version 3.0.3907.0 18 years ago
Matt Ward 8b84f4ce72 Removed NUnit's log4net.dll from the installer since it is no longer used. 18 years ago
Siegfried Pammer 6228c14e07 Removed message box from TaskListPad and cleaned the code. 18 years ago
Siegfried Pammer f4567803e8 task pad now refreshes when ActiveViewContent is changed 18 years ago
Siegfried Pammer 952430f6fa Fixed some bugs in the hex editor 18 years ago
Siegfried Pammer 6fa46444c7 updated ICSharpCode.SharpDevelop.addin for SD2-1404 18 years ago
Siegfried Pammer 9e02985b62 Implemented SD2-1404. 18 years ago
Daniel Grunwald 46ff714cc1 Fixed SD2-511: Code completion in inserted line 18 years ago
Daniel Grunwald ef561b891c Fixed forum-6924: conversion of string constants from C# to VB should use vbCr, vbNullChar etc. 18 years ago
Daniel Grunwald 5cd232c045 Fixed forum-7496: Crash when starting the debugger after deleting a line containing a breakpoint. 18 years ago
Daniel Grunwald bc1cff71af Fixed forum-7627: FindWordStart function bug 18 years ago
David Alpert de1ed7c4f4 Added basic support for Extract Interface refactoring in C#; not yet tested in VB.NET: 18 years ago
Siegfried Pammer f1f08d88e7 upload of missing file Change.cs 18 years ago
Daniel Grunwald 94b6797bc1 Fixed bugs regarding lambda type inference. 18 years ago
Daniel Grunwald 2a663282e9 Provide code-completion for System.Web when editing single files outside of a project. 18 years ago
Siegfried Pammer 0002600457 - Implementation of options dialog 18 years ago
Daniel Grunwald 7236ca06c0 Fixed lambda type inference when the lambda was used for an expression tree. 18 years ago
Daniel Grunwald 3b59a03923 Fixed SD2-1393: Implicitly typed variable declaration without new keyword throws exception 18 years ago
Daniel Grunwald fa9d4b17a3 Improved handling of incomplete lambda expressions. 18 years ago
Daniel Grunwald a36875a615 Fixed anonymous types with explicit property names. 18 years ago
Daniel Grunwald f5913a8d1d Worked on lambda expression support. 18 years ago
Daniel Grunwald 420b068acd Rewrote type inference and overload resolution. The new version has support for implicitly typed lambda expressions. 18 years ago
Matt Ward 1014987ccd Fixed problem where a form's resx file would be opened the next time a solution was loaded if the solution was closed with the form open in the designer. 18 years ago
Daniel Grunwald 755c666347 Fixed forum-7601: 'Remove unused import statements' command removes extension method's namespace 18 years ago
Daniel Grunwald 48694b5ee1 Fixed list of Boo primitives. 18 years ago
Daniel Grunwald f204d767bf Fixed forum-7594: prevent exception in DynamicHelpPad if HtmlHelp2Environment.GetMatchingTopicsForDynamicHelp returns null. 18 years ago
Daniel Grunwald 7f07348741 Add option to context menu to automatically add a missing using statement. 18 years ago
Matt Ward 3204788971 Refactored previous change to avoid other null references that could occur when typing in spaces around element names. 18 years ago
Matt Ward 4339fffef0 Fixed null reference exception that occurs when attempting to go to the schema definition inside an empty start tag followed by a newline and then spaces. 18 years ago
Matt Ward 6722800a0e Fixed null reference exception that occurs when a Python method is missing its last parameter. 18 years ago
Daniel Grunwald f6fb352ed1 FileChangeWatcher: prevent exception when OpenedFile.FileName is null. 18 years ago
Daniel Grunwald bff7f206c0 FileChangeWatcher: use HashSet instead of Set, we don't want to sort 18 years ago
Daniel Grunwald cb20c5214c QuickClassBrowser: fixed display of classes (namespace was missing). 18 years ago
Daniel Grunwald 392ef70922 Fixed SD2-1297: Implement "safe saving" 18 years ago
Daniel Grunwald 7e345cff99 Implemented SD2-1296: Watch files for external changes 18 years ago
Siegfried Pammer f8c1795d4d - Renamed HexEditControl to Editor 18 years ago
Matt Ward 66139d6231 SD2-1364 - End operator statement not added after user presses enter key. Patch by Siegfried Pammer. 18 years ago
Daniel Grunwald 3a1d4e2879 Limit length of entry names in clipboard ring. 18 years ago
Daniel Grunwald 02238ea49c Fix forum-7502: copy documentation when cloning members, fixes missing documentation in tooltips for generic methods/methods in generic classes 18 years ago
Daniel Grunwald 111e507419 Fixed forum-7497: Wrong generic overload resolution in tooltip (when a generic method was called from another generic method) 18 years ago
Daniel Grunwald 98b7690971 Fixed usage of AmbienceService.CurrentAmbience: sometimes the ConversionFlags were not used because the ambience object was recreated. 18 years ago
Matt Ward fadb5ffd20 Changed the order that highlighting definitions are loaded by the text editor so that those in the user profile are loaded last and therefore override any defined in the data\modes folder or in any .addin files. 18 years ago