|
From: Alan E. <ala...@gm...> - 2008-05-22 23:34:45
|
On Sun, Mar 30, 2008 at 12:26 PM, joachim heintz <jh...@jo...> wrote: > Hello - > > I'm using jEdit for editing files in the audio programming language > Csound (on OS X). There are two items I'd like to do, but I don't > know how: > > 1. I'm running Csound with the Console plugin. Is it possible to set > the default directory to "~" instead of "/Applications/jEdit"? Edit the properties of the icon you clicked on , and change the starting directory there. Console also has an option to remember the last directory it was in. > 2. I'd like to see a short syntax information of a Csound opcode > whenever the cursor is in a line, and an opcode is detected in this > line. For example, if the line is: > fcross pvsfilter fBtrans, fFtrans, imix, .01 > I'd like to see the line > fsig pvsfilter fsigin, fsigfil, kdepth[, igain] > anywhere at the bottom of the window or in a splitted window (because > the opcode "pvsfilter" is detected). > Is this possible? I'm not sure I understand what you mean. Can a Sidekick Parser for Cscound files be what you are getting at? |