Ken & Mike on the MATLAB Desktop
November 3rd, 2008
Meet the new Current Directory navigation bar
The new Address Bar in the Current Directory Browser provides many point and click ways to navigate around your MATLAB file folders. The MATLAB current folder location is displayed as a series of buttons (or breadcrumbs) representing each subfolder in the path. This enables single-click transitions between folders above your current location.
Instead of traditional slashes between folders in the path, there are drop-down menus displaying subfolders at each level. Select a subfolder to navigate to (notice the current location is in bold).
Use the Forward and Back buttons to jump to previously viewed directories.
Select an entry on the history drop-down for quick transition to a recent folder location.
Or, if you enjoy typing, click on white space in the address bar to convert the display into a regular old backslash-separated pathname for editing and viewing.
Whether you are veteran or a newbie we think the new Current Directory navigation will enhance your file navigation experience. It has the best of both worlds - it’s easy to visually navigate, and it’s easy to manually enter a path.
Let us know what you think.
By
Lori Tavis
Lori is a developer on the MATLAB Desktop team. She works primarily on the Current Directory Browser and Preferences. She enjoys writing Java and C++ code when not in a minivan driving her kids from one event to another.
07:53 UTC |
Posted in Current Directory |
Permalink |
You can follow any responses to this entry through the RSS 2.0 feed.
You can skip to the end and leave a response. Pinging is currently not allowed.
Leave a Reply
|
A feature I’d like to see for handling file names is the ability to customise TAB completion in the command window.
e.g. the built in save, print, etc. commands do TAB completion knowing that the argument is a filename.
Could we have the ability to add this filename completion for our own functions?
C.
Chris,
This is currently not possible. One “trick” is to put a bang “!” at the beginning of the line do the tab completion, press “home” and delete the “!”. The bang operator is a shorthand for sending the command to the system shell, and supports tab completion for file names.
Mike
That’s a really beautiful GUI!