
If an editor or Matlab is closed and opened later. Matlab has this nice feature to delete bookmarks after closing the editor. Bookmarks – CTRL + SHIFT + F2 will show a GUI that allows you to name, search and delete bookmarks.Recently Closed – CTRL + SHIFT + T will show a GUI that allows you to reopen closed editors this or last session.If you have a 5-Button Mouse, you can navigate through previous location (backward and forward). Navigation History – Every editor file that is opened is stored in the navigation history.File Structure – I personally use this one the most: CTRL + F12 will show a GUI that let you search methods and properties including inherited ones.Use the new icons in the Desktop’s Current Folder panel: to toggle detail viewer and to toggle following the current editor file. This behavior can be directly changed in the detail viewer bar.
#Matlab comment shortcut windows update#

This predefined text may include variables depending on what you want to achieve. When you type a command into the editor the string will get replaced by the predefined text. Here’s an example for the command %this% (delivered within the package). Live (auto-replace) templates – Live Templates are editor commands you can design to insert predefined code.Move lines up or down – CTRL + ALT + UP or DOWN allows you to move selected lines up or down.Delete / duplicate lines – CTRL + SHIFT + Y or D allows you to delete or duplicate current line.For a detailed explanation of these and other features (which are not listed below), please review the Features section of the utility’s wiki (you guessed it: on GitHub…). If you discover any problem or have any suggestion for improvement, please visit the utility’s Issues section on GitHub, where all open/closed issues can be tracked and discussed.Ī brief overview of some of the features is presented below. A detailed setup guide is provided on the utility’s wiki section in GitHub. It is available on GitHub and also mirrored on the Matlab File Exchange. The Editor-Plugin utility is open-source. These search fields allow you to enter regular expressions to limit results shown in list or tree. Within this search field you can move the list or the tree up and down using arrow keys, or hit to return to editor. Most variables can be customized as well (I will point out which variables are not customizable). The default Keyboard shortcuts listed below for the features can be customized. To make Matlab more user friendly, I’ve written a Java app that adds important features to the editor – Features such as navigating inside Class-code and in Inherited members Searching through methods and instantly jumping to desired location Reopening an editor that was closed by accident Storing bookmarks between Matlab sessions and Live Templates using commands directly written in the editor, replaced by pre-defined text.
#Matlab comment shortcut windows code#
Especially writing Object-Oriented code in Matlab is kind of a hassle. If you would like me to visit your location for onsite consulting or training, then please let me know.Įditor-plugin's cool logoCompared to other IDE like IntellIJ, Eclipse and many more, Matlab’s editor seems somewhat outdated.


Note: I will be traveling to the USA in June, and to Spain in August. Many of his feature implementations are not Editor-specific and can be reused in other Matlab-Desktop applications, for example dockable panels, and integration with Matlab’s main Preferences window. I’d like to introduce guest blogger Andreas Justin, who will discuss some way-cool features in his Editor Plugin utility.
