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
Block fill with text or numbers (Block_fill.bsh v1.1 by Robert Schwenn)
Differences to the block-fill feature of TextTools Plugin:
1. No choice to overwrite or not the selection. Instead, the selected text is deleted and the new text is inserted with it's full length.
2. Improved performance on large selections because of:
- Removed support for multiple selections
- Removed support for tab handling
Alternative block-fill macro
Hi,
the block-fill feature of TextTools Plugin doesn't insert more characters per line than fit into the selection's width (the text is cut).
A macro with a different behavior can be
downloaded here.
These are the differences to the original function of TextTools Plugin:
1. No choice to overwrite or not the selection. Instead, the selected text is deleted and the new text or number is inserted with it's full length. When numbering, the longest inserted number defines the length of inserted text.
2. Improved performance on large selections because of:
- Removed support for multiple selections (what's the expected result else?)
- Removed support for tab handling (there should be no tabs ...)
Robert
jEdit needs time to respond under Windows XP
Submitted by
weberjn on
Monday, 28 January, 2008 - 10:15
Hi,
occasionally (about once or twice during a workday) when I Alt-Tab to jEdit, it takes several (10-15) seconds until I see jEdit's Gui and it accepts input.
But most of the time it is immediately visible and accepts input.
Has anybody else seen this behavour?
It looks like Windows XP has swapped out jEdit and needs time to load in again, or if the Java VM is waiting for something to become available.
I start jEdit with jEdit launcher using
D:\jdk1.6.0_04\bin\javaw.exe -mx64m -jar jedit.jar
Thanks,
Juergen
LineFilter (LineFilter.bsh v1.3 by Robert Schwenn)
The macro filters lines of a buffer due to a provided regular expression.
The filter actions are: remove in current buffer or write to a new buffer.
The filter is applied on: matching or not matching lines
The filter works on: the whole buffer or the selection (if it spans over mor than one line)
Based on the following macros: Retain_Or_Remove_Lines. by Jia Zhiming, Grep_Buffer.bsh and Reverse_Grep_Buffer.bsh by Robert Fletcher
right to left
Submitted by
al-yamani on
Thursday, 31 January, 2008 - 18:38
i tried
componentorientation.right_to_left
but it is not working with jedit text area
please help
Adding shortcut keys to run buffer in Jython Interpreter
Submitted by
ras on
Thursday, 31 January, 2008 - 20:10
I'd like to switch to using jEdit, but I've run into a major stumbling block. I do all my coding using voice recognition software, and I'm writing a lot of code in Python. I want to run Python scripts through the Jython Interpreter, but I can't figure out how to set up a shortcut key that's the equivalent of putting the "run current buffer" button (if I can set up a shortcut key, I can run the sucker by voice). In Global Options -->Shortcuts, it lists the Jython interpreter plug-in, but all the commands seem to do the same thing -- just open up the interpreter. Any idea how I can work around this?
Thanks,
Anders Schneiderman
Open Search & Replace Dialog
Submitted by
andyc on
Monday, 4 February, 2008 - 21:56
Hi,
I have what I hope is a simple problem...
I am writing a basic macro to find the next occurrence of the currently selected text. Something along these lines already exists and can be downloaded using the Macro Manager plugin. What's new in my version is that I would like to have the Search & Replace dialog be displayed if no text is currently selected. (That way, I can map it to Ctrl+F and still access the dialog via this shortcut.)
I couldn't find much info on this and what I did find seemed to refer to the "SearchDialog.showSerachDialog" method that doesn't seem to exist any more. I would be most grateful if someone could point me in the right direction.
Many thanks,
Andy
Quick question regarding autoindenting
Submitted by
Jamalarm on
Tuesday, 5 February, 2008 - 16:21
Hi,
Very quick question. What do i have to modify in order to change the autoindent from a TAB to three spaces when working with .java files. I had a look around, and i found the file i needed to change, but i couldn't work out what it was that needed changing, as it were.
Thanks enormously,
Tom
Toggle Line Comment (Toggle_Line_Comment.bsh v1.5 by John Gellene)
Submitted by
goebbe on
Wednesday, 6 February, 2008 - 13:40
The title says it all.
This highly useful macro has once been part of the default install of Jedit.
Since the macro is missing in recent development versions of Jedit and I couldn't find
it in the internet I decided to upload the file here, for the purpose of conservation.
All credit to John Gellene. In recent versions of Jedit (4.3pre13 and later) the GnuRegexp-plugin
is required for this macro. Similar functionality is provided by the TextTools-plugin.
compile jEdit with JDK only?
Submitted by
khcon on
Thursday, 7 February, 2008 - 23:28
is there a way to compile jEdit using just the JDK 1.4.1 and no additional software like Ant? I can't install anything new onto that machine and the JDK is the only thing available. I also HAVE to compile it from source code ...
Thanks,
KH
Any SQL parser available for jEdit?
Submitted by
net-res on
Friday, 8 February, 2008 - 10:21
The title says it all: are there any SQL parsers available for jEdit?
XSL Plugin install failed
Hi everyone, I have a problem with the installation of the XSLT Plugin in jedit 4.3pre12.
I tried downloading it from every mirror, but it keeps reporting this error at the end of the download:
"Error while downloading the plugin, please try another mirror".
Also, if I try to download the plugin manually, the zip file is corrupt and I cannot open it.