octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #9762] Don't select the '.m' extension whe


From: Roland Baudin
Subject: [Octave-patch-tracker] [patch #9762] Don't select the '.m' extension when double clicking on a file name in terminal window
Date: Thu, 7 Mar 2019 03:57:34 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0

Follow-up Comment #2, patch #9762 (project octave):

Yes, assuming you want to execute the script 'myscript.m" the use case is the
following (in Unix systems):

1. Type 'ls' or 'dir' in the terminal window (within the GUI), in the folder
where the file is located

2. Double click on the name 'myscript.m', this selects the name 'myscript'
(without the '.m' extension)

3. Click on the middle button of the mouse on the command line, this pastes
the name 'myscript' to the command line

4. Press enter, this executes the script

In fact, I particularized the '.m' case because it was simpler for me, but
when double clicking in MATLAB on a file name, any extension is removed from
the selection, so this probably should be a better way than that what I've
done.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?9762>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]