Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-30Fix Debugger commands not showing in new editor right-click context menuDavid Karlaš
2019-04-04Migrate from vs-editor-core back to vs-editor-apiSandy Armstrong
2019-03-04Debugger: add exception-caught-template-16 stock iconsAaron Bockover
2019-02-13[Ide] Support mapping ImageId to multiple iconsMikayla Hutchinson
Also remove the code for getting ImageId from a stock icon id. We don't need this, and it doesn't match the one-to-many relationship.
2019-02-07Changes suggested in PR comment also found bugDavid Karlaš
2019-02-07Fix 786940: [New Editor] [Debugger] Add right-click commandsDavid Karlaš
2019-01-24Addressed PR commentsDavid Karlaš
2019-01-22Initial Debugger support in new editorDavid Karlaš
2017-11-21[Debugger] Fix "Debug Source Files" panel in Solution options not appearing ↵David Karlaš
over full window
2017-11-21[Debugger] Add "Debug Source Files" support to enable automatic sources ↵David Karlaš
lookup between session This commit adds new section to Solution options to manage "Debug Source Files", when frame is stopped at(or navigated to) if source file is not found it will try to find source code in subfolders specified in "Debug Source Files". Also added SolutionHadDebugSourceFilesCondition to show options inside Solution options only if solution already has some folders set(idea is to not make Solution options to bloated). "Debug Source Files" are stored in .userprefs. When user finds source file via "No Source Found" dialog, path is automatically added to "Debug Source Files".
2016-10-28[Debugger] Add a label for the debug toolbariain holmes
2016-10-05[Debugger] Reorganize and Update Breakpoint commandsVsevolod Kukol
2016-06-27Merge remote-tracking branch 'origin/master' into run-configurationsLluis Sanchez
2016-05-31Execution system changesLluis Sanchez
Introduced SolutionItemRunConfiguration. RunConfiguraiton is now the base class for all run configuration types. Added IRunTarget, which is an executable entity. Added stock execution modes, and added support for registering handlers on them. Created IConfigurableExecutionHandler, which can be used to configure a project or handler before execution.
2016-05-26[Ide][Mac] Update default key bindingsVsevolod Kukol
* Add some bindings from Visual Studio * Fix all remaining duplicates
2016-04-21Optimize more command namesVsevolod Kukol
2016-04-12[Debugger] Rename Debug Windows menuVsevolod Kukol
2016-04-11[Ide] Add grouping support to Pad view list menusVsevolod Kukol
Groups pads inside pad view category lists (View menu) by specified "group" identifiers, devidided by a separator. The groups are ordered in alphabetical order, the group names are not visible.
2016-04-05[Debugger] Move Show Disassembly command to Run menuVsevolod Kukol
2016-01-07[Icons] [Debugger] New pad-breakpoints iconVaclav Vancura
2016-01-06[Icons] [Ide] New Catchpoint icon:Vaclav Vancura
catchpoint-new
2016-01-06[Debugger] Sorting menu itemsVaclav Vancura
2015-12-14[Ide] Adding new Windows menu icons:Vaclav Vancura
* Find Next * Start Debugging * Debug Current Project * Go To Line * Run Unit Tests * VCS: Update * VCS: Push * Solution Options * Project Options * New File * New Workspace * Revert File * 1 Column * 2 Columns * Open Log Directory * Check for Updates * Find Previous * Find Next * Jump to File * Navigate To * Go To Matching Brace
2015-01-24Merge branch 'debuggerVisualizers' into 'master'David Karlaš
Conflicts: main/external/debugger-libs main/src/core/MonoDevelop.Ide/ExtensionModel/StockIcons.addin.xml main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj version-checks
2015-01-05[Icons] Simplifying icon namesVaclav Vancura
2014-09-30[DebuggerVisualizers] Moved Converters and Previews from MD to md-addinsDavid Karlaš
2014-08-26Merge branch 'master' into debuggerVisualizersDavid Karlaš
Conflicts: main/external/debugger-libs main/src/addins/MonoDevelop.HexEditor/MonoDevelop.HexEditor/HexEditorVisualizer.cs
2014-08-06[Debugger] Run->View Breakpoints menu item addedDavid Karlaš
2014-07-27[Debugger] New commands NewFunctionBreakpoint/Catchpoint & Run->BreakpointsDavid Karlaš
2014-07-21Merge branch 'master' into debuggerVisualizersDavid Karlaš
Conflicts: main/external/debugger-libs main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj
2014-07-14[Debugger] BezierPathPreview and UI/NSBezierPath convertersDavid Karlaš
2014-07-10[Debugger] Location Preview and Android location converterDavid Karlaš
2014-06-30[Debugger] Converters for UIColor and CGColorDavid Karlaš
2014-06-27[Debugger] ImageConverter and ImagePreviewVisualizerDavid Karlaš
2014-06-22[Debugger] new class DebugValueConverter<T> and ↵David Karlaš
/MonoDevelop/Debugging/DebugValueConverters for all conversions
2014-06-22[Debugger] Initial commit for PreviewVisualizers(partial Size and Color)David Karlaš
2014-06-22[Debugger] InlineVisualizer, ColorPreview icon & ColorInlineVisualizerDavid Karlaš
2014-06-12Fixed breakpoints runningUngureanu Marius
2014-06-12[Debugger] Removed Catch/Tracepoints dialogs.Therzok
Integrated catchpoints into breakpoints pad. Removed tracepoints dialog.
2014-06-12[Debugger] New Dialog.Therzok
2014-04-29[Icons] [MonoDevelop.Debugger] New preferences icons:Vaclav Vancura
* md-prefs-debugger (previously bug)
2014-04-19[Debugger] Implemented support for setting the instruction pointerJeffrey Stedfast
2014-04-18[Debugger] Moved Run To Cursor to the context menu and made it build & run ↵Jeffrey Stedfast
if needed
2014-04-18[Debugger] Implemented Run To CursorJeffrey Stedfast
2014-04-10[Icons] [MonoDevelop.Debugger] Stack pointer iconVaclav Vancura
See https://github.com/xamarin/icons/issues/19 Signed-off-by: Vaclav Vancura <vaclav@vancura.org>
2014-04-07[API] Remove IValueVisualizer.Ungureanu Marius
2014-03-17[Icons] breakpoint-clear-all changed to generic clearVaclav Vancura
2014-03-12[Icons] Output icons & immediate revisitedVaclav Vancura
2014-03-12[Icons] Cleanup ahead of more iconsVaclav Vancura
2014-02-07Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger.addin.xml main/src/addins/NUnit/MonoDevelop.NUnit.csproj main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/VersionControlNodeExtension.cs version-checks