10.4.2final annoyting new window behind bug?
It's killing me! Every time a new dialog window is spawned, it appears BEHIND the main view window. Very annoying! lol I searched through forums and google and found nada.
Mac OS X 10.4.2
J2SE 1.5.0
G5
Create new mode
Submitted by
rognaj on
Friday, 9 December, 2005 - 09:47
I have a problem with creating new mode - no syntax highlighitng!
I create new mode and have a problem.
OK, I (probbably) made error when creating new one.
Then create new in next steps:
1. Copy existing mode (pascal.xml) to new (newmode.xml)
2. In catalog file added
Try to use this new mode but without syntax higlighting?
And yes, I select Buffer option/Edit mode: NEWMODE!
Why syntax highlighiting doesn't work?
Please help,
Misko
CP 852
Submitted by
rognaj on
Friday, 9 December, 2005 - 10:15
Currently, I have a lot of option in Character encoding:
ISO-8859-XX
UTF-XX
Windows-XXXX
...
But, old DOS CP 852 is missing.
How to create new one or where to get it?
Regards,
Misko
Detecting current edit mode in a macro
Submitted by
Lee Elms on
Monday, 12 December, 2005 - 11:50
How do you determine the current edit mode within a macro ?
BufferLocal 1.2.4 update (BufferLocalPlugin.jar v1.2.4 by Dale Anson)
Submitted by
daleanson on
Wednesday, 14 December, 2005 - 15:45
A minor update to the BufferLocal plugin that will restore the encoding of a file as well as other buffer local properties.
TigerBrowser, yet another Java code browser, supports Java 1.5 (JBrowse.jar v1.0 by Dale Anson)
Submitted by
daleanson on
Thursday, 15 December, 2005 - 17:28
TigerBrowser is yet another Java source code browser. It's named "TigerBrowser" after Sun's code name for Java 1.5. Java 1.5 introduced new language syntax that isn't supported (yet) by the existing Java code browser plugins. This is a "simple" browser, there are no options, it only parses Java files, and there aren't any nice icons to help tell what's what. On the other hand, the code parsing is excellent (it's based on the reference Java 1.5 grammar for javacc) and supports all Java 1.5 and earlier syntax.
- 18 Dec 2005: I've updated the link to the download, the new file is my first attempt to make TigerBrowser be a JBrowse replacement.
- 20 Dec 2005: I've updated the link again, this is the "final" version of JBrowse using the TigerParser. Assuming no one finds any glaring bugs, this is the version that will be in the next plugin release.
range selection with mouse broke
Submitted by
McSwell on
Friday, 16 December, 2005 - 21:39
After switching computers, range selection with my mouse has stopped working in jEdit. That is, I click and drag the mouse, but it no longer selects anything. Rather, the carat stays where it was.
Range selection still works in all the other apps I try. Double clicking in jEdit selects a word (and triple clicking selects the line), and shift-cursor keys still select. It's just range selection with the mouse that seems to have stopped working. (And it isn't a case of the mouse buttons somehow having gotten swapped, either.)
Has anyone else run into this sort of thing?
Version = 4.2 final.
perltidy.bsh v1.0 by Ygramul
Submitted by
Ygramul on
Saturday, 17 December, 2005 - 21:05
A quick way to `perltidy` the current buffer, results (and/or errors) being displayed in a new buffer.
XQuery syntax (XQuery.xml v0.5 by Andrey Siver)
Submitted by
Siver on
Thursday, 22 December, 2005 - 17:47
Simple syntax highlight for XQuery language.
Change from 2 monitors to 1 monitor will result in an hidden search window (still on mon 2)
Submitted by
Augur on
Monday, 26 December, 2005 - 11:49
Take a look here. http://community.jedit.org/?q=node/view/2504
In a multi monitor enviroment jEdit have some problems with the window management.
THX, Nils
any future releases of jEdit planned or in progress?
Submitted by
paulflory on
Tuesday, 27 December, 2005 - 03:49
Hi all,
I've been an avid jEdit user for a number of years now and always look forward to new versions and plugins. However, I haven't seen any new jEdit versions for some time now, and wondering if development is still ongoing?
Thanks,
Paul
Serious MSWin crash when using both Allchars and Jedit
Dear all,
I use a nice MSWin app called Allchars (http://allchars.zwolnet.com/) that allows me to type all kinds of accented and special characters using my qwerty keyboard and CTRL+keys sequences. In fact, I couldn't work without it.
Before that, I was using the "Accents" Jedit plugin to type those characters. It was great, but it was a bit painful to cut and paste text from jedit to other apps (mail client, web browser, etc.) all the time.
However, there is a serious drawback to the use of Allchars when using Jedit. In fact, having both Allchars and Jedit running can cause serious MSWin crashes. (I mean, complete crash and reboot of the system.)
I have no clue why Jedit conflicts with Allchars so badly. (NB: the "Accents" plugin is not enabled when crashes occur.) I guess that there might be something related to CTRL+keys sequences since both Allchars and Jedit are using them to issue commands.
Since Jedit is the only app I know that conflicts with Allchars (I am using Mozilla apps and OpenOffice without problem, and they have lots of CTRL+keys sequences) I was wondering if this conflict could be the symptom of a hidden bug or design problem in Jedit?
In any case, I thank you in advance for your help.
David.
Tabs in Rectangle Mode
Submitted by
liran vigdor on
Thursday, 29 December, 2005 - 12:23
When in Rectangle mode , if I try to use Vertical input ( typing the same text to a couple of line vertically)
I cant use TAB , it only puts one vertical TAb and then exits the Vertical mode?
Any suggestions?
JSwat Plugin: how to view a date?
Submitted by
stanberka on
Tuesday, 3 January, 2006 - 19:58
Right now, there seem not to be a way to view a value of a Date variable. Or have I missed it? Are there plans to add this feature?
Edit Mode Multiple Indent Bracket Properties
Submitted by
RProgrammer on
Wednesday, 4 January, 2006 - 06:45
If jEdit supported regular expression variable-length indentation 'brackets', then xml indenting could be supported natively, like so:
<PROPERTY NAME="lineOpeningBrackets" VALUE="<[[:alphanum:]]+>" />
<PROPERTY NAME="lineClosingBrackets" VALUE="<[[:alphanum:]]+>" />
Multiple brackets could be attained via the (bracket1|bracket2|...) clause in regular expressions.
Not only xml/html indenting, but all those edit modes with limited or no indentation support could finally support indentation correctly.
Colorize Columns
For making annoying ASCII-Formats (without enough whitespaces in it) easier to read I want to colorize different columns with different colors (i.e. columns 1-10 = yellow, columns 11-20 = red, and so on).
Does have anyone an idea to realize that?
Thanks
Robert
Python autocompletion?
Is it possible to have jedit do something like pycrust or SPE, where typing...
import os
os.
would pop up a dialogue with a list of methods and properties (preferably including doc strings) from the object/module preceding '.'?
If so, what would be required to set this up?
highlight search terms in hypersearch results window
Submitted by
sergivs on
Thursday, 5 January, 2006 - 04:21
File type settings. How to detect ant scripts not named build.xml
Submitted by
ffox on
Thursday, 5 January, 2006 - 19:15
I've combed through the forums and search and I am not certain if this is documented, or can even be done.
I work a lot with ant scripts and many are not named build.xml. I am looking for a way to reference xml files other then build.xml as ant file. Is this possible, and if so how?
Thanks!
Text insertion before a number on 10,000 text lines possible?
Text insertion before a number on 10,000 text lines possible?
I figure it could be possible to do it with a macro or action script of sorts however one would need to start from the last line forward as the text inserted will need to be 3 lines or more itself and that would make the line seeking not work properly if started from the beginning.. Below is example of what I am trying to achieve..
111111
222222
333333
444444
555555
turned into this 10,000 times automated in a batch file?
Please post a reply as what application I should be using if any you know of out there?
below is what the end 10,000 lines turned into 40,000 should look like...
SAME TEXT SAME TEXT 111111
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT 222222
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT 333333
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT 444444
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT
SAME TEXT SAME TEXT 555555
If you think I will have do this by hand please also post a reply.. Thanks for reading this.. 2 word comments are fine.. Cheers