|
From: Pete P. <pet...@cy...> - 2003-09-29 13:20:05
|
Macros under Mac OS X or Windows should be the same, meaning one macro per file. I noticed on the url you mention below that there is this error: In file: C:\Documents and Settings\thomas\.jedit\macros\abbrevs.bsh Encountered "[" at line 1, column 1. Is the first line in the file: [global] ? I think perhaps they gave you an 'abbrevs' file. This would have no extension, and would live in your jedit directory, which for you would be here: C:\Documents and Settings\thomas\.jedit\abbrevs The abbrevs file lets you expand abbreviations in jEdit. Try that and see what happens... (Or post some of the source from the file, so we can help a bit more.) Pete Thomas Deeny wrote: > The company I'm freelancing for is a Mac house that primarily uses jEdit > for site development; I've been using jEdit on WinXP for about two days > now. The programmers at the company have one file that contains several > macros. I was sent this file to use on my Windows machine. Without a > file extension, jEdit doesn't see the file. If I append .bsh to the > macro file, I get several errors (which can be seen at > http://community.jedit.org/index.php?name=PNphpBB2&file=viewtopic&p=231 ). > > Is there any way to get these macros that were created on a Mac to work > on my Windows-based machines? > > On the computers that run Windows, it appears that each macro is saved > as its own file. This file that was sent from the company I'll be > working for contains about three dozen different macros. > > -Thomas |