382 Commits (f8d5fe6eb7a68c6a24ecf16538d3a7f0e7af15fa)

Author SHA1 Message Date
Eusebiu Marcu f8d5fe6eb7 Created tree nodes. 15 years ago
Eusebiu Marcu f51a45646d support IIS Express 15 years ago
Eusebiu Marcu 4d512d8fd7 Add WebServer group in Debug tab 15 years ago
mkonicek b47a93ab1e Code completion for generic types inserts only e.g. "List<" instead of "List<T>". 15 years ago
Daniel Grunwald 7b8e65a2d3 Simplify LanguageBindingDoozer (remove LanguageBindingDescriptor) and update DoozerList/ConditionList. 15 years ago
Eusebiu Marcu 70b33f5963 move tooltips to Debugger.AddIn 15 years ago
eusebiu 1c6b454f40 Pin control v0.4 15 years ago
eusebiu 03eca1fa91 Edit pin control v0.3 15 years ago
eusebiu 1d934de1b4 Edit pin control v0.2 15 years ago
eusebiu af9798ef45 Edit Pin control v0.1 15 years ago
eusebiu 3fa55395fe merge all bookmarks for next/prev operations in BookmarkPadToolbarCommands.cs 15 years ago
eusebiu b53f8635f2 Added WPF BreakPointsPad, Watchpad, LocalVarPad + controls 15 years ago
eusebiu 09a6012069 GacReferencePanel: add search function 15 years ago
Eusebiu a351d20664 WatchPad + Console control 15 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 15 years ago
Daniel Grunwald 4ef945f0f7 Implemented SD-1457 - Client profile. 15 years ago
Siegfried Pammer 1396da7fc6 added VersioningServices 15 years ago
mrward a528487a50 Add support for sending selected text to Python and Ruby consoles. 15 years ago
Daniel Grunwald 5091b49f8e DocumentUtilitites: add LoadDocumentFromBuffer and LoadReadOnlyDocumentFromBuffer 15 years ago
Siegfried Pammer 4d0aaba068 deleted unused CombineStartupPanel.xfrm 15 years ago
Siegfried Pammer a3b88d4262 IOException when trying to read a file from the parser thread that is exclusively locked (e. g. sdps); removed ParseableFileContentEntry 15 years ago
Martin Koníček 6f541bcaf4 Context actions UI almost final. 15 years ago
Martin Koníček c81c3f73c8 First implementation of context action hiding. Selection of hidden actions is not persisted to settings yet. 15 years ago
Martin Koníček 16e22783e9 Fixed build. 15 years ago
Martin Koníček e0be701baa Refactored EditorContext to allow sharing of data between Context actions. 15 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. 15 years ago
Martin Koníček e7f82a9a83 Context actions popup has pencil icon. 15 years ago
Martin Koníček a842a3b8f5 Split ContextActionsControl to 2 different classes: one for Popup in the margin, one for "Derived classes" popup. 15 years ago
Siegfried Pammer f1d761cde7 created IInsightWindowHandler (general API) 15 years ago
Siegfried Pammer a19f10d222 - fixed infinite loop in VBNetExpressionFinder 15 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 15 years ago
Martin Koníček 9cc04d536e Context actions: fixed logical bug when resolving class declarations on current line by name - more classes with same name and different type arguments can exist, of course. 15 years ago
Martin Koníček e7ab1474fc Progress with editor Context actions. 15 years ago
Martin Koníček b2c80c66bb Split ContextActionsControl into 2 user controls: the TreeView and the Header. 15 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 15 years ago
Martin Koníček 86fec631cd Moved 15 years ago
Martin Koníček ba590ca416 Shortcuts: 15 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Martin Koníček 56f4098df1 Implemented "Find overrides" popup in the context menu of methods and properties. 15 years ago
Martin Koníček 7064e3b170 Derived classes popup and Base classes popup show partial classes only once. 15 years ago
Martin Koníček bb28929b91 Added "Find derived classes command" to class context menu, which shows in-place popup with inheritance tree. 15 years ago
Martin Koníček eb81f74d7b Cleaned up RefactoringService.FindDerivedClasses a bit. 15 years ago
Martin Koníček f2a39ffa73 CC window shows the hint "Press Ctrl+Space to show items from all namespaces" only if Ctrl+Space was not already pressed, and only for NRefactoryCodeCompletionBinding (C# and VB languages). 15 years ago
Daniel Grunwald 671595277a Update to AvalonDock 1.3.3391 15 years ago
Daniel Grunwald fcff1190af Suppress MSB3644: The reference assemblies for framework ... were not found. 15 years ago
Daniel Grunwald 25b828694b Add "CopyLocalWorkaround" to build. (part of fix for SD2-1670 - Allow compiling .NET 4 projects without having the .NET 4 SDK installed) 15 years ago
Daniel Grunwald f3761e20da Removed unused code from ICSharpCode.SharpDevelop.Widgets. 16 years ago
Daniel Grunwald 0b8d32fb61 Allow SharpDevelop AddIn to filter the logger output. Removed mutable 'CurrentErrorOrWarning' in BuildEngine and use logger filters instead. 16 years ago
Daniel Grunwald 2b25a92886 Add option to print MSBuild diagnostic output to SharpDevelop output pad. 16 years ago