INstalling jEdit With MAYA2008... arrrgh
Submitted by
timou on
Tuesday, 1 January, 2008 - 21:23
Hi... since I doesnt find any MEL scripter, I try jEdit who seems really cool.
BUT so haaard to setting up... why you don't share config file for maya with all plugins already installed, it's just a pain....
So.... my problemS are :
1.The doc in infoviewer doesnt work and say :
Error
The URL file:/D:/_Applis/3d/Alias/Maya2008/docs/Maya2008/en_US/Commands/null.html could not be found.
2.I cant see what maya say in jEdit when I source a file...
Where is the return flag?
anyway, if some ppl can help me... thanks....
There is no place in the web to share config file?
Thansk a lot
setup jEdit with Mayta... arrrgh, help!!!
Submitted by
timou on
Tuesday, 1 January, 2008 - 21:26
Hi... since I doesnt find any MEL scripter, I try jEdit who seems really cool.
BUT so haaard to setting up... why you don't share config file for maya with all plugins already installed, it's just a pain....
So.... my problemS are :
1.The doc in infoviewer doesnt work and say :
Error
The URL file:/D:/_Applis/3d/Alias/Maya2008/docs/Maya2008/en_US/Commands/null.html could not be found.
2.I cant see what maya say in jEdit when I source a file...
Where is the return flag?
anyway, if some ppl can help me... thanks....
There is no place in the web to share config file?
Thansk a lot
jEdit reinstall won't successfull launch
Submitted by
tomcloyd on
Tuesday, 1 January, 2008 - 23:34
I'm a huge fan of jEdit, and quite dependent on it for getting work done every day. I can't get my install to work any longer, and after hours and hours of work on it yesterday it still doesn't work. I'm desperate (there really is no substitute for jEdit - that I can find, anyway).
I'm working on Kubuntu Linux (ver. 7.10) - it's about my 4th day on Linux, coming from WnXP, so there are many things I don't yet know.
My install failed yesterday after an edit of the fonts in the text and interface areas, in Global Options. The launch would start, then crash. With help from someone in a Kubutu forum, I uninstalled my jEdit, and reinstalled. I did this multiple times. It still doesn't work. It crashes shortly after the splash screen appears. How far it gets into the launch seems to vary each time. Each time it crashes, it leaves a java instance behind, visible my localhost running processes list.
HOW can I get a successful install at this point? The install module I've been using is jedit_4.3pre12_all.deb
I would be so grateful for some assistant with this problem.
compare two files
Submitted by
srikrishnan on
Wednesday, 2 January, 2008 - 04:39
Hi All,
I am new to this forum.
I came to knew about JEdit through the Book "XSLT 2.0 Programmer's Reference, Third Edition by Michael Kay" which I bought last year.
From the date onwards I am using JEdit instead of Ultra edit on both of my "Windows XP" and "Ubuntu" Operating Systems.
It is incomparable even with any proprietary softwares.
First of all I thanks all of those who developing this Editor.
I have one doubt, very often I need to compare two documents. But I am not able to found any option for that purpose in JEdit.
Is there any option for that?
Regards,
Srikrishnan
count number of findings
Submitted by
srikrishnan on
Wednesday, 2 January, 2008 - 07:52
Hi All,
Is there any option to count and display the number of find/find & Replace done in the selected buffer/file?
Regards,
Srikrishnan
Modifying TextAutocomplete's "Is word to remember" option
Submitted by
kircheis on
Wednesday, 2 January, 2008 - 12:26
I haven't been able to make TextAutocomplete plugin recognize Cobol procedure names in a format like:
000000-MAIN-ROUTINE
Since there are numbers and a dash this is ignored. According to the documentation I should modify the "Is word to remember" option but I couldn't make it work like it should.
TextAutocomplete VK_TAB
Submitted by
kircheis on
Wednesday, 2 January, 2008 - 17:56
I was wondering if other people have any problem with VK_TAB as accept key on TextAutocomplete.
It simply doesn't work for me. I can only complete with VK_ENTER. Is there something I'm doing wrong? Not sure if it is a bug. I simply put VK_TAB but nothing happens when I try to complete. It doesn't work on default either.
New Plugins: Snout and SnoutKick
Submitted by
KalothIV on
Thursday, 3 January, 2008 - 09:56
Hi all, this is my first contribution to the JEdit community and comes in the form of 2 plugins that I created to make my everyday coding experience and work much easier.
The first plugin is called Snout and provides a GUI for ctags that can index your source files and creates a hashtable of the results for quick and efficient searching (usually less than a second for a 16mb ctags index file).
The second plugin is called SnoutKick and is a sidebar GUI for ctags that provides a sorted symbol list for the current buffer. The symbol nearest to the caret is highlighted so that you can easily work out which function you are editing etc..
Both these plugins style their colours based on the global JEdit style and blend in nicely with the environment. You can find them on my website at http://www.finalfury.co.uk/jedit.html
I hope that they prove useful to someone. Remember that you'll need to install ctags for these plugins to work.
Chris.
Submitted by Anonymous on Thursday, 1 January, 1970 - 00:00
n/a
Submitted by Anonymous on Thursday, 1 January, 1970 - 00:00
n/a
Submitted by Anonymous on Thursday, 1 January, 1970 - 00:00
n/a
Run Macro on Shutdown?
Submitted by
MasterT on
Tuesday, 8 January, 2008 - 15:12
Is it possible to run a macro when I shut down jEdit? I know we can throw them in the startup directory to be run on startup, but what about when we shut down?
SVNPlugin diff question
Submitted by
edrubins on
Wednesday, 9 January, 2008 - 03:26
When I use SVNPlugin->diff on a buffer against the head revision I get a pop up saying there is no difference between the local copy and the repository even though SVNPlugin->status shows the file is modified. If I do the diff against the latest revision in the repository the diff works as expected. Can someone tell how to get the diff against the head to work?
Who can delete chinese message ?
Submitted by
ecor6633 on
Thursday, 10 January, 2008 - 09:21
I admit that i don't understand chinese but there are a lot of message in the forum that look like spam messages ?
Is there anybody who can delete them ?
Consolue plugin and path back/forward slash confusion
Submitted by
ky8080 on
Friday, 11 January, 2008 - 21:07
Folks,
Apologies if this is the wrong place for this topic, I am new to the forums. I've been using jEdit for years and I finally ran into an issue with the latest RC and correlated Console plugin that led me to sign up here.
I typicaly use jEdit for C/C++ development, and the Console like a shell; so I run my make files from within the Console so that I can trap the errors. My current Console plugin version is 4.2.6.5. I recently tried upgrading to the latest jEdit RC and along with it came a new Console.
However, now whenever I use a forward slash in the Console in any of my commands (jEdit on Windows), they get automatically converted to backward slashes on my Windows platform. As I am running commands which run inside Cygwin the slashes need to be preserved.
Is there any way to go back to the way things were with slashes? I am now permanently stuck in RC10 since any move forward upgrades my Console which makes it unusable for me on Windows.
Regards,
K.
jedit and maya : see maya return statement in jedit??
Submitted by
timou on
Sunday, 13 January, 2008 - 13:37
Hi..
I installed all jedit plugs to run with Maya...
BUT I dont know if it's possible to see in jEdit the maya return with the Maya plugin(error log, return variable, etc...)
Thanks
email address shown to public
Submitted by
aabbaabb on
Tuesday, 15 January, 2008 - 07:54
I tried to search my email address with google and it gave me one hit:
http://community.jedit.org/cgi-bin/TWiki/view/Main/MyUserName
In that page I can see my email address, everybody can see it.
I have now changed my email address here in jedit.org but how can I change it in wiki? Wiki seems to be broken anyway.
I want my email address off from that public page.
Thanks
shortcuts printout
Submitted by
srikrishnan on
Tuesday, 15 January, 2008 - 16:52
Hi All,
Is it possible to take printout of Default as well as User defined shortcuts list, for our easy reference?
Regards,
Srikrishnan
Mako edit mode (mako.xml v1.0 by k3rni)
Submitted by
k3rni on
Monday, 21 January, 2008 - 09:31
An edit mode for Mako templates (http://www.makotemplates.org). Based mostly off HTML, adds specialized Mako tags
and Python syntax highlighting wherever appropriate.
4.3pre12 mac os increase heap
Submitted by
upton9265 on
Tuesday, 22 January, 2008 - 17:04
Hi All,
I just downloaded and installed jedit4.3pre12 on my Mac OS X(10.4.11) using the .dmg file. Once installsed, I tried loading a large file (~27MB) and I got a "OutOfMemory" error. I've seen this posted before, but I can't seem to find the Info.plist file folks mention to modify. How do you modify the java VM parameters? (this is probably more a Mac question, I suspect. I'm new to the Mac, having used the windows version of jedit).
thanx
steve upton