|
| From: | Felipe G. Nievinski |
| Subject: | [Octave-bug-tracker] [bug #41509] editor's context-menu edit command can't find existing m files |
| Date: | Sat, 08 Feb 2014 03:36:06 +0000 |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36 |
URL:
<http://savannah.gnu.org/bugs/?41509>
Summary: editor's context-menu edit command can't find
existing m files
Project: GNU Octave
Submitted by: fgnievinski
Submitted on: Sat 08 Feb 2014 03:36:05 AM GMT
Category: GUI
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Other
Status: None
Assigned to: None
Originator Name:
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: Any
_______________________________________________________
Details:
* case 1: class constructors; to replicate:
- unzip case1.zip
- cd case1
- edit ascript.m
- right-click on the call to aclass(); it'll produce a dialog box saying "file
case1/aclass does not exist"
+ solution: call the "which" function; indeed, entering the command:
which aclass
find the file correctly in:
'aclass' is a function from the file
C:address@hidden
* case 2: neighbor private functions; to replicate:
- unzip case2.zip
- cd case2
- edit private/afnc.m
- right-click on the call to bfnc(); it'll produce a dialog box saying "file
case2/bfnc does not exist"
+ solution: look in the same directory as the function where the edit call was
fired.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Sat 08 Feb 2014 03:36:05 AM GMT Name: case1.zip Size: 505B By:
fgnievinski
<http://savannah.gnu.org/bugs/download.php?file_id=30487>
-------------------------------------------------------
Date: Sat 08 Feb 2014 03:36:05 AM GMT Name: case2.zip Size: 498B By:
fgnievinski
<http://savannah.gnu.org/bugs/download.php?file_id=30488>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?41509>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |