2471 Commits (a3b88d4262d57c926791846fc6e1ef789f88e83d)

Author SHA1 Message Date
Siegfried Pammer a3b88d4262 IOException when trying to read a file from the parser thread that is exclusively locked (e. g. sdps); removed ParseableFileContentEntry 16 years ago
Daniel Grunwald b6f4ade7b4 Allow overriding the BranchName (necessary on build server) 16 years ago
Daniel Grunwald b45a7d56d1 Show AssemblyInformationalVersion in crash reports. 16 years ago
Daniel Grunwald 7f67d54541 Automatically detect branch name (instead of storing it in source code) and include both branch name and commit hash in assembly info. 16 years ago
Siegfried Pammer 7242359a5a added ICompilationUnit to RefactoringMenuContext to avoid using rr.CallingClass.CompilationUnit 16 years ago
Daniel Grunwald 7f13529a4d Add comment that ParseInformation.CompilationUnit never returns null. 16 years ago
Daniel Grunwald dd9e0233ee Add CurrentParseInformation to EditorContext. This allows retrieving the ProjectContent without requiring CallingClass!=null (fixes http://community.sharpdevelop.net/forums/t/11756.aspx) 16 years ago
Siegfried Pammer 7dc9284d39 changed usage of RefactoringMenuContext 16 years ago
Siegfried Pammer 666dfcac6c set fields of RefactoringMenuContext readonly and created ctor;added field for project content. 16 years ago
Daniel Grunwald 4bf7bee15f GitAddIn: handle errors in git invocation (e.g. if git is not installed) 16 years ago
Daniel Grunwald 557495ce2d Fixed misleading XML comment. 16 years ago
Daniel Grunwald 20cce69fa9 Fix build. 16 years ago
Daniel Grunwald 53f51a2cf3 Add interface to allow replacing WinFormsMessageService with a custom implementation when hosting SharpDevelop. 16 years ago
Daniel Grunwald 6e8012ed22 Fixed sorting of AddInTreeNodes when multiple <Path> elements in a single addin file contribute to the same path. (Patch by Boris Kozorovitzky) 16 years ago
Martin Koníček 62bcd0e7f0 Moved "Resolve attribute" to context actions. 16 years ago
Daniel Grunwald b27c4aa924 Compile UpdateAssemblyInfo.exe as part of the build. 16 years ago
Martin Koníček dcf8bd5df4 Commented out previous commit. Will have to do it differently due to RenamedClass - probably get rid of RenamedClass. 16 years ago
Martin Koníček 4a7dc4bf4e Very simple implementation of inserting e.g. "List<" when user selects "List<T>" in CC. Works for C#. 16 years ago
Martin Koníček 99a3286f72 Debugger visualizers are loaded from AddInTree. 16 years ago
Matt Ward c3aa874d24 SharpDevelop can now find the location of Sandcastle Help File Builder version 1.9.1.0 16 years ago
Martin Koníček c2428e204d Context actions UI: made checkboxes more lightweight. 16 years ago
Martin Koníček 914b742a6d Split ImplementInterface and ImplementInterfaceExplicit to 2 Context action providers so they can be disabled separately. 16 years ago
Martin Koníček 36f79924cb Visible / hidden actions are saved to SharpDevelop properties. 16 years ago
Martin Koníček 6f541bcaf4 Context actions UI almost final. 16 years ago
Martin Koníček 3696b9d6ae Updated Context actions UI. 16 years ago
Martin Koníček c81c3f73c8 First implementation of context action hiding. Selection of hidden actions is not persisted to settings yet. 16 years ago
Siegfried Pammer a20f8e7bac fixed similar bug as in rev. 6405, but with Using statements, added unit tests 16 years ago
Siegfried Pammer 930702e9af fixed some bugs in VBNetExpressionFinder: 16 years ago
Martin Koníček b169fe6311 - Implemented "Collapse all" context menu item in project browser. 16 years ago
Siegfried Pammer 017af12002 fixed deadlock in ContextActionsService; added thread safety remarks to BeginParse* methods of ParserService 16 years ago
Martin Koníček 58aa53cd4f Moved "Move class to matching file name" and "Rename file to match class name" from context menu to context actions. 16 years ago
Martin Koníček 16e22783e9 Fixed build. 16 years ago
Martin Koníček e0be701baa Refactored EditorContext to allow sharing of data between Context actions. 16 years ago
Martin Koníček f762d24d46 Implement interface (explicit) context action. 16 years ago
Siegfried Pammer d6a70db9e8 implemented proper support for method calls without a parameter list in VB 16 years ago
Matt Ward 8fda917b08 Fixed null reference when insight window opens in IronPython and Boo projects. 16 years ago
Martin Koníček 745d903188 Implemented Extend selection (Ctrl+W, will be in menu). Does not work perfectly for constructor and indexer declarations yet. 16 years ago
Siegfried Pammer 6bbac6dd41 fixed missing method bodies on ImplementAbstractClass/ImplementInterface 16 years ago
Martin Koníček cbc1b162e6 Added 2 context actions - Check null, Check not null. They are offered after assignments to local variables. In case they annoy you: soon it will be possible to turn off any action easily right from the actions popup. 16 years ago
Martin Koníček d724328441 Rewrote EditorContext so that it will be more usable for implementing Context actions. It now provides AST Node at caret and its parents. 16 years ago
Daniel Grunwald 5877eaf5d6 Automatically update copyright end year 16 years ago
Daniel Grunwald cc0747bd45 Read copyright information from GlobalAssemblyInfo 16 years ago
Daniel Grunwald c190de5a0b Merge UpdateSetupInfo into UpdateAssemblyInfo. 16 years ago
Matt Ward f249e3f083 Fixed null reference exception when typing a comma to add a new parameter to an existing class method. 16 years ago
Martin Koníček cd578c1fa7 Fixed minor CC bug. 16 years ago
Martin Koníček 47eb1adee8 Derived classes etc. popup opens at cursor position again. 16 years ago
Martin Koníček 33d3af13c7 Ctrl+T in the editor opens and focuses Context actions popup. Added tooltip so that the shortcut is discoverable. 16 years ago
Martin Koníček 9485a07bdb VBNetLanguageBinding returns LanguageProperties.VBNet, so that Context actions now work also for VB. 16 years ago
Martin Koníček d107ee6ecd Removed reparse from ContextActionsService, it hangs WPF designer. 16 years ago
Martin Koníček e7f82a9a83 Context actions popup has pencil icon. 16 years ago