2215 Commits (68b5f28abeac758920e0ab7a279e1160a3176b39)

Author SHA1 Message Date
Daniel Grunwald 271d06aeed Disable last 3 entries in workbench window context menu (Copy file path, Navigate to file, Open containing folder) when the workbench window does not represent any file. 15 years ago
Daniel Grunwald 78c9644b88 Fix forum-12634: ArgumentNullException on Right click on Project Upgrade tab and call "Navigate to file" 15 years ago
Eusebiu Marcu 7acf7a7e42 Revert "Lock view contents when debugger starts and refresh icon since we don't support EnC (yet)." 15 years ago
Eusebiu Marcu a491d12952 Lock view contents when debugger starts and refresh icon since we don't support EnC (yet). 15 years ago
Daniel Grunwald 1230d8a392 WpfWorkbench: Fixed window bound restore code 15 years ago
Eusebiu Marcu 50e8e7d16a add check on ReadMetadata 15 years ago
Eusebiu Marcu b648951f54 Using CodeDom to generate metadata files. 15 years ago
Eusebiu Marcu a09e984bec First working versions: one can view all references public metadata 15 years ago
Eusebiu Marcu f8d5fe6eb7 Created tree nodes. 15 years ago
Eusebiu Marcu e500e6c11a Polish the edit of vars WatchList Pad - more like VS 15 years ago
Eusebiu Marcu 5ecfc6dfa4 Rename IISExpressProcessLocation 15 years ago
Eusebiu Marcu 15869bb156 Set default port when the saved value is null 15 years ago
Eusebiu Marcu de9fcd67de Use the Environment to get the ProgramFiles location; 15 years ago
Daniel Grunwald 6497f4a12f Fix SD-769: Missing file still shown as missing in project browser after opening 15 years ago
Eusebiu Marcu f51a45646d support IIS Express 15 years ago
Eusebiu Marcu e8e1ca322c Add ProcessMonitor to monitor the creation of worker process 15 years ago
Eusebiu Marcu 449521311b Minor UI changes; minor WindowsDebugger changes. 15 years ago
Daniel Grunwald 9d9c3dcfc0 CustomTool.GetOutputFileName: don't use file names that already exist in the project but don't depend on the base item. 15 years ago
Eusebiu Marcu 529abc2e3d support starting urls and attach to the default process (browser or other) 15 years ago
Eusebiu Marcu 4d512d8fd7 Add WebServer group in Debug tab 15 years ago
Daniel Grunwald 01c619cdf0 Fixed incorrect AddIn.xsd, and make BuildAddinDocumentation validate the schema before saving it (http://community.sharpdevelop.net/forums/t/12508.aspx) 15 years ago
Eusebiu Marcu 40321dfa11 fix StepInto command 15 years ago
Daniel Grunwald 80c4354dc9 Fix SD-1806 - VB source exception - "public" at the end of source 15 years ago
mkonicek 1f93d4cd8e Code completion for generic types - "List" is inserted, not "List<". 15 years ago
mkonicek b47a93ab1e Code completion for generic types inserts only e.g. "List<" instead of "List<T>". 15 years ago
mrward 57400acf44 Fix build. 15 years ago
Eusebiu Marcu c1d5d98e0e Break at first line of execution 15 years ago
Eusebiu Marcu 9d12a7c782 Fix delete breakpoint command with no breakpoints 15 years ago
Eusebiu Marcu a72baabcd2 v0.2 15 years ago
Eusebiu Marcu 2dc3ec2efc Hidden definitions v0.1 15 years ago
Siegfried Pammer c402ab82ed move IChangeWatcher, ChangeType and LineChangeInfo to AvalonEdit.AddIn 15 years ago
Daniel Grunwald 5c996dfbee After testing for IDisposable; cast to IDisposable, not to ExtTreeNode. 15 years ago
Daniel Grunwald 6a8c1130b5 Minor optimization for ReadOnlyDocument. 15 years ago
mkonicek d8083e0ce5 Fixed comment. 15 years ago
mkonicek df5acd812d Added comments to CaretReferencesRenderer. 15 years ago
Siegfried Pammer e3e72b80e6 ChangeMarkerMargin: optimized refresh performance on load and save 15 years ago
mkonicek 62cad95369 Fixed build. 15 years ago
mkonicek 62a6e2cd99 Context actions optimization - removed one unnecessary call to EditorContext ctor. 15 years ago
Siegfried Pammer b5902c7e27 implemented GitVersionProvider, simplified initial setup of DefaultChangeWatcher 15 years ago
Siegfried Pammer c3b06c0517 CaretHighlightAdorner animation is no longer played when stepping 15 years ago
Daniel Grunwald 710b0e8f30 Adding "shortcut" option to ToolBarButton (based on patch by Boris Kozorovitzky) 15 years ago
Daniel Grunwald c59338ab22 Avoid NullReferenceException in LazyCodeCompletionBinding when binding can not be created. 15 years ago
Siegfried Pammer eece1ecd85 fixed SD-1583 - Finalize() is visible in C# override completion 15 years ago
Siegfried Pammer 66cfa9957e fixed background color of ColorPicker popup 15 years ago
Daniel Grunwald 7b8e65a2d3 Simplify LanguageBindingDoozer (remove LanguageBindingDescriptor) and update DoozerList/ConditionList. 15 years ago
Eusebiu Marcu 301352be07 add collapse all to unit tests pad 15 years ago
Eusebiu Marcu 0a986b486a Collapse all in project browser pad and class browser pad 15 years ago
Daniel Grunwald 43a01803db Optimize initializing TextDocument. 15 years ago
Matt Ward 3c808b1b04 Fix SD-1793 - ObjectDisposedException in System.Windows.Forms.Integration.WinFormsAdapter 15 years ago
mkonicek 85341978e6 Basic implementation of Move statement up / down. 15 years ago