change priority of docked windows
Submitted by
planckscnst on
Monday, 29 January, 2007 - 03:00
I have a couple of docked windows that I like to leave opened most of the time. One is docked to the right, the other to the bottom. Currently, the one on the right takes up the whole right side, and the on on the bottom takes up all the bottom except that which the right has already taken. I would like this to be the other way. I want to give that overlapping corner to the bottom-docked window, not the side one. Is there a way to do this.
I expected it to matter which order I docked them at (or the order which I toggled the fly-out), but it doesn't matter. The right-docked item always takes up that lower-right corner.
Wanted: macro to set buffer to explict folding
Submitted by
jhaefner on
Wednesday, 31 January, 2007 - 15:47
Hi, I'm new to jedit macros; I usually rely on "record macro" to get me started, but this time it doesn't work. I'd like a macro that I can shortcut to that sets a specific (or all) open buffers to explicit folding mode (w/o all the mouse clicks). A search of community macros did not reveal anything of recognizable help. Can anyone point me in the right direction to get started? Thanks.
-jim
A Macro to set folding mode on all open buffers. (Set_Foldhandler.bsh v0.0 by elberry)
Submitted by
elberry on
Wednesday, 31 January, 2007 - 17:50
This Macro prompts you for the folding mode you want "explicit, indent, none, java, etc..."
It then sets the folding mode on all open buffers.
utilities>global options>text area>selection single imac g5 10.4
Submitted by
dander on
Wednesday, 31 January, 2007 - 19:56
01-31-06
I'm having problem with selecting data in a document with
the cursor. The selected data is comming up with a dark
blue back ground and the text can not be read.
When I do
utilities>global options>text area>selection single
the swatch shows a dark blue color and
when I try to change the color to a lighter
see through color like white or pastel blue then OK
the text area panel comes back with white
in the swatch. I press apply then OK.
The selection in the document is still dark blue
if I then do
utilities>global options>text area>selection single
the swatch has reverted to dard blue.
This problem started two days ago after the Apple store
tech remove a jammed cd and reinstalled imac g5 osx 10.4,
and I installed all Apple updates, which included a new version
JAVA. I downloaded jedit4.3pre9install.dmg and the probem started
occuring. I need advice on where to find a solution as I've
spent two days trying and have had no luck.
thanks
dander@bestweb.net
php beautifier plugin?
Submitted by
mpacker99 on
Wednesday, 31 January, 2007 - 20:37
Anyone seen a php beautifier? there is one for java but not PHP....
PHP mode syntax highlighting broken by escaped quotes in 4.3pre9
Submitted by
gribelu on
Wednesday, 31 January, 2007 - 20:51
create a file in PHP mode and use this code:
The escaped quotes seem to break the syntax highlighting

...
I tries using the modes (the modes/*.xml files) from pre8 but that didn't fix it. Had to go back to pre8
Help needed for regular expression replace
Submitted by
bagazsi on
Thursday, 1 February, 2007 - 12:35
I should like to manipulate text files containing several TITLE lines. The format of title is:
TITLE "
"
I have to add a few number of new text rows after all title lines. I've tried it with Regular expression replace. The search for line is
TITLE "
the Replace with is
TITLE "$1
addition of new text
I've got the following error message:
Sourced file: inline evaluation of: ``__internal_replace(ns) { this.callstack.set(0,ns); return ( TITLE "$1 add . . . '' Token Parsing Error: Lexical error at line 3, column 22. Encountered: "\n" (10), after : "\"$1":
Could anybody help me with the right syntax, or have a good idea to solve my problem?
Thanks in advance,
Gaspar
Java Heap Error
Submitted by
WizardWilson on
Thursday, 1 February, 2007 - 18:05
How do I adjust jEdit to allow the opening of larger files? I have reviewed the users guide as indicated but can't locate the spot or steps to correct my error.
Show number of selected lines and characters (Show_Number_Of_Selected_Lines_And_Characters.bsh v1.0 by Stickman)
Submitted by
Stickman on
Friday, 2 February, 2007 - 11:02
A very simple script that shows a status bar notification of how many lines and characters are currently selected, and how many selections there are (if more than one).
Please note: this macro doesn't appear to work unless it's assigned to a shortcut key (i.e. triggering it via the Macros menu does nothing).
Programmatically change editor settings?
Submitted by
brainbug on
Friday, 2 February, 2007 - 17:36
I find it tedious to set up my syntax highligting options and key bindings. Is there a way to do this programmatically?
/Johannes
lost windows
Submitted by
godfailed on
Friday, 2 February, 2007 - 20:15
I use jedit from my thumb drive, which works just fine. But on one system my display is in portrait mode the other system is a regular 1280x1024 resolution. My problem is that when I open a dialog box (say for opening a file or search) the window placements are saved from my old system and are way off my screen and I Can't access the windows. is there any way to change what location the windows open at?
auto pairs - how to auto close ()
Submitted by
nephish on
Saturday, 3 February, 2007 - 17:19
is there a plugin or macro that i can use that will auto close a bracket or quote ?
this is a feature in scribes that i really miss in Jedit.
i have tried the abbreviations trick but it doesn't really work because sometimes i do want a space inside the quotes. and if i open a bracket or brace ( or { or [ and hit space twice, it closes.
anyway, if this is a feature already, please let me know how to turn it on, or if a plugin or macro, please let me know.
great editor / IDE you guys have here, i use it for everything
use abbreviation for selection
Submitted by
sl_ime on
Sunday, 4 February, 2007 - 03:57
i have an abbreviation:
key: tag
abbreviation: <$1>$2$1>$end
how would i create a tag that would expand before and after a selection?
DB Terminal fails to connect to database
Submitted by
polypus on
Sunday, 4 February, 2007 - 15:57
i am running jedit 4.2final, and DB Terminal 0.1.1 on linux (ubuntu dapper).
i finally figured out how to install the java driver, i think?. i downloaded version
mm.mysql-2.0.14-bin.jar and put in in .jedit/jars. i was getting array out of bounds
errors with version 3.
in the DB Terminal connection window i have:
host: 127.0.0.1
database: depot_development
user: root
password:
DB Type: MySQL
but on connect i get the following error:
"Cannot connect to MySQL server on 127.0.0.1:3306.
Is there a MySQL server running on the machine/port you are trying to connect to?
(java.lang.NumberFormatException)"
i can log on just fine with:
mysql -u root --protocol=TCP --port=3306
and
mysql -u root --protocol=SOCKET
any ideas anyone? thanks many.
Hide Columns in File System Browser?
Submitted by
mkuehn on
Monday, 5 February, 2007 - 16:46
Is there any way to hide columns in the File System Browser? I don't care to see anything but the file/directory name. I'll edit config files, install a plug-in, whatever it takes.
I've been looking for this feature for a long time. Does it already exist somehow, somewhere? If not, how hard is it to add the feature? From my non-application developer perspective, it would be as simple as not showing the columns that are unchecked in a preferences pane somewhere.
Please let me know.
Thanks,
Matthew
Need someone to maintain the JTA plugin
Submitted by
poleta33 on
Friday, 9 February, 2007 - 13:15
Hi
The JTA plugin is the ONLY features that really miss to jedit : it consists in having multiple connections onto differents servers to execute commands (much more powerfull than the console plugin which is limited to the current station you use)...
so this plugin is not maintained anymore... if someone can try this challenge !
more information here : http://sourceforge.net/tracker/index.php?func=detail&aid=1627596&group_id=588&atid=350588
Need someone to maintain the JTA plugin
Submitted by
poleta33 on
Friday, 9 February, 2007 - 13:17
Hi
The JTA plugin is the ONLY features that really miss to jedit : it consists in having multiple connections onto differents servers to execute commands (much more powerfull than the console plugin which is limited to the current station you use)...
so this plugin is not maintained anymore... if someone can try this challenge !
more information here : http://sourceforge.net/tracker/index.php?func=detail&aid=1627596&group_id=588&atid=350588
Toggle comment instead of insert comment
Could you please change the Line Comment (Edit > Source > Line Comment) and Block Comment (Edit > Source > Block Comment) actions to toggle comments instead of simply adding them. i.e. If the selected text is already marked as a comment then remove the comment marking.
Problem with drop down boxes on website
Submitted by
ZortTheMighty on
Saturday, 10 February, 2007 - 00:05
I'm using firefox 2.0 and all the drop down boxes have a width of only one character. I can't see what options there are to select! Is this the same for you other firefox users? If so please can one of the site admins fix this.
On a related note, there doesn't seem to be any way of contacting the site admins from this website, only the forums are available.
A site map would be nice too, if you can add that to the todo list that will be choice.
PKGBUILD edit mode (pkgbuild.xml v0.1 by Dmitry Stropaloff)
Submitted by
h8 on
Sunday, 11 February, 2007 - 17:04
Edit mode for PKGBUILD files (Arch Linux).
Add the following line to your modes/catalog file
<MODE NAME="PKGBUILD" FILE="pkgbuild.xml" FILE_NAME_GLOB="PKGBUILD" />