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
2017-06-07[Ide] Don't bind Page+Up Page+Down keys by defaultVsevolod Kukol
(fixes bug #55143)
2017-03-21Dev/toddgrun/keybindings (#1991)Todd Grunke
* [Windows] Concise key shortcuts in menu items * [Ide] Update default format document key in VS key bindings (fix bug #52984)
2016-07-18[Ide] Add SwitchPad commandsVsevolod Kukol
The new SwitchNextPad, SwitchPreviousPad commands allow switching between Pads using the document switcher.
2016-07-12[Ide] Fix duplicate binding in VS schemesVsevolod Kukol
2016-06-23[Ide] Remove Delete key from bindingsVsevolod Kukol
The delete key is a special key, which should not be assigned to any command.
2016-06-15[Ide] Remove special editor keys from default bindingsVsevolod Kukol
(fixes bug #41796)
2016-06-14[Win] Fix duplicates in VS key binding schemeVsevolod Kukol
2016-05-26[Ide][Mac] Update Visual Studio binding schemeVsevolod Kukol
The new VS scheme for Mac replaces the Control key with Command
2016-05-26[Ide] Update Visual Studio binding schemeVsevolod Kukol
2016-05-24[Ide][Mac] Small Rider/VSCode scheme optimizationsVsevolod Kukol
2016-05-24[Ide][Mac] Add Rider key binding schemeVsevolod Kukol
2016-05-24[Ide][Mac] Add VS Code key binding schemeVsevolod Kukol
2016-05-23[Ide][Mac] Alternative keys for system overlaps in VS schemeVsevolod Kukol
The default VS 2015 key bindings use the Control modifier excessively, which overlaps with many default OSX system commands. Therefore we add alternative bindings with the Command modifier, allowing VS users to use the Command instead of the Control key with the same combinations.
2016-05-23[Ide][Mac] Fix duplicates in VisualStudio key schemeVsevolod Kukol
2016-05-18[Ide] Rename XCode key binding to XcodeVsevolod Kukol
2016-05-17[Ide][Mac] Add Xcode key binding schemeVsevolod Kukol
2016-05-17[Ide][Mac] Add VS2015 key binding schemeVsevolod Kukol
2014-03-24VisualStudio key shortcuts SelectExceptions windowDavid Karlaš
2014-03-23Update VisualStudio shortcutsDavid Karlaš
2013-05-10Fixed 'Bug 12151 - Toggle Line Comments Hotkeys'.Mike Krüger
2013-04-09[Ide] Remove redundant data fileMichael Hutchinson
2012-11-08Move tests pad to the right. Don't show class pad by default.Lluis Sanchez
2012-03-29[Ide] Fixed the SaveAll VisualStudio key bindingJeffrey Stedfast
Fixes bug #3685.
2011-09-26[Ide] Remove the FileScoutMichael Hutchinson
It's barely maintained and hasn't seen much love, there's not much point in having it in an IDE, and no-one uses it. Apparently it was only ever intended as a temporary workaround before SharpDevelop had project support, and MD inherited it.
2011-03-22Fix bug #628386 - Application Output keyboard Shortcut does not workLluis Sanchez Gual
in Visual Studio Key Binding Sheme
2011-01-24Added quick fix command to the vs.net keybinding sheme (Bug 664869 -Mike Krüger
Add a command to show a "Resolve" context menu with default key binding)
2010-05-20* src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml: FixMichael Hutchinson
keybindings. svn path=/trunk/monodevelop/; revision=157585
2009-07-21* options/KeyBindingSchemeVisualStudio.xml: Set correct shortcutsLluis Sanchez
for folding commands. Fixes bug #522255 - Key shortcuts for code folding have inconsistent behaviour under "Visual Studio" Key Bindings. svn path=/trunk/monodevelop/; revision=138282
2009-03-23* options/KeyBindingSchemeVisualStudio.xml: fixed "Bug 487424 - CtrlMike Krüger
+ L doesn't delete the current line in VS profile". svn path=/trunk/monodevelop/; revision=130031
2009-03-21* options/KeyBindingSchemeMonoDevelop2.xml: Set the help tree key toMike Krüger
alt+shift+f1. ctrl+f1 conflicts with the tooltip popup key. svn path=/trunk/monodevelop/; revision=129942
2008-12-04* MonoDevelop.Ide/MonoDevelop.Ide.Gui/DefaultWorkbench.cs:Lluis Sanchez
* MonoDevelop.Ide/MonoDevelop.Ide.Commands/ViewCommands.cs: Register a command for each pad which activates the pad. This allows defining shortcuts for switching between pads. * MonoDevelop.Ide/gtk-gui/gui.stetic: * MonoDevelop.Ide/gtk-gui/objects.xml: * MonoDevelop.Ide/MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: * MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: Improved conflict checking. Show the name of the current scheme if there aren't custom binding definitions. * MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml: * MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml: Fixed bindings. * MonoDevelop.Ide/Makefile.am: * MonoDevelop.Ide/MonoDevelop.Ide.mdp: * MonoDevelop.Ide/MonoDevelop.Ide.addin.xml: * MonoDevelop.Ide/options/KeyBindingSchemeMonoDevelop2.xml: Added key bindings for MD 2.0. * MonoDevelop.Ide/MonoDevelop.Ide.Gui/Ide.cs: * MonoDevelop.Ide/options/MonoDevelopProperties.xml: Added properties for checking if MD is running for the first time after install or after an upgrade. * MonoDevelop.Ide/MonoDevelop.Ide.Gui/Document.cs: * MonoDevelop.Ide/MonoDevelop.Ide.Gui/ProjectOperations.cs: Added methods for checking if a file can be executed. svn path=/trunk/monodevelop/; revision=120666
2008-11-15* MonoDevelop.Ide/gtk-gui/gui.stetic:Lluis Sanchez
* MonoDevelop.Ide/MonoDevelop.Ide.Gui.OptionPanels/KeyBindingsPanel.cs: * MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.Gui.OptionPanels.KeyBindingsPanel.cs: Sort the commands in the list. When entering a shortcut, show a warning if it is already bound to another command. * MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml: * MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml: * MonoDevelop.Ide/options/KeyBindingSchemeMonoDevelop1.xml: Cleaned up the schemes. Leave only the bindings which differ from the default. * MonoDevelop.Ide/Makefile.am: * MonoDevelop.Ide/MonoDevelop.Ide.mdp: * MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml: Removed default scheme. It is now automatically generated. * MonoDevelop.Ide/MonoDevelop.Ide.addin.xml: Remove duplicate shortcut. svn path=/trunk/monodevelop/; revision=118900
2008-11-13* MonoDevelop.Ide/options/MonoDevelop-templates.xml: renamed templatesMike Krüger
*again* svn path=/trunk/monodevelop/; revision=118648
2008-11-13* MonoDevelop.Ide/options/MonoDevelop-templates.xml: changed someMike Krüger
default templates. svn path=/trunk/monodevelop/; revision=118646
2008-03-12* MonoDevelop.Ide/options/TipsOfTheDay.xml: Add tips.Michael Hutchinson
svn path=/trunk/monodevelop/; revision=98003
2008-03-01* MonoDevelop.Ide.Commands/FileCommands.cs,Zach Lute
MonoDevelop.Ide.Commands/SearchCommands.cs, options/KeyBindingSchemeEmacs.xml, options/KeyBindingSchemeMonoDevelop1.xml, options/KeyBindingSchemeVisualStudio.xml, options/KeyBindingSchemeDefault.xml, MonoDevelop.Ide.addin.xml: Changed OpenFileInSolution command to GoToFile command and moved it into the search menu where it rightfully belongs. * MonoDevelop.Ide.Gui.Dialogs/GoToDialog.cs: "Go to File" and "Go to Type" can now jump to any file or type in the workspace, not just those in the currently open solution. * MonoDevelop.Ide.Gui.Dialogs/OpenFileInSolutionDialog.cs, MonoDevelop.Ide.mdp, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.GoToDialog.cs, gtk-gui/MonoDevelop.Ide.Gui.Dialogs.OpenFileInSolutionDialog.cs, gtk-gui/gui.stetic, Makefile.am: Renamed OpenFileInSolutionDialog to GoToDialog to better match its usage. svn path=/trunk/monodevelop/; revision=97021
2008-02-29Add more Emasc bindingsMiguel de Icaza
svn path=/trunk/monodevelop/; revision=97007
2008-02-19* options/KeyBindingSchemeEmacs.xml,Mike Krüger
options/KeyBindingSchemeMonoDevelop1.xml, options/KeyBindingSchemeVisualStudio.xml, options/KeyBindingSchemeDefault.xml, MonoDevelop.Ide.addin.xml: Removed delete key in all keybindings (fixing #363035). Added MonoDevelop 1.0 key binding. svn path=/trunk/monodevelop/; revision=96177
2008-02-05* options/KeyBindingSchemeEmacs.xml,Mike Krüger
options/KeyBindingSchemeVisualStudio.xml, options/KeyBindingSchemeDefault.xml: Fixed key binding sheme. svn path=/trunk/monodevelop/; revision=94790
2008-01-04oops, added MoveBlockUp/DownJeffrey Stedfast
svn path=/trunk/monodevelop/; revision=92209
2008-01-04Fixed the Emacs keybinding scheme, altho might not be 100% correct. somehow ↵Jeffrey Stedfast
the scheme got replaced by the default/visual-studio binding? svn path=/trunk/monodevelop/; revision=92206
2007-12-04Directory reorganizationLluis Sanchez
svn path=/branches/monodevelop/reorg/; revision=90640