Link break in comments
Submitted by
lwc on
Tuesday, 30 December, 2003 - 13:42
How do I do it? Now not possible :<
login not being remembered
Submitted by
pcause on
Tuesday, 30 December, 2003 - 13:48
I logged in yesterday and checked the box to be remembered. When I came back to the site today it didn't remember me. Is the cookie being correctly created / used?
I'm on IE6.
PS: When go to the site before being logged in the main page is screwy. The right column is not at the top of the page, etc.
Will there be a fix for filling of text
Submitted by
pcause on
Tuesday, 30 December, 2003 - 13:53
I love jEdit and want to use it for ost editting, but I can not use it for writing notes, becuase the filling of text does not handle the convention that a period should be followed by 2 spaces. When jEdit fills, it tosses one of the spaces.
Full Screen (Full_Screen.bsh v1.0 by Carmine Lucarelli)
Submitted by
carmine on
Tuesday, 30 December, 2003 - 14:38
Macro to close/reopen all docked windows, essentially a "Full Screen" toggle
Save a Copy As ...
Submitted by Anonymous on Tuesday, 30 December, 2003 - 20:37
I like to save my web pages locally, then upload them to my server. jEdit's File / Save a Copy As... function would be very good for this if it could just remember where my last copy was saved. It always brings up the file's local folder and I have to click on the Path dropdown and re-choose the ftp site. Is that something I could change as a preference? Thanks.
$ auto completion
Submitted by Anonymous on Tuesday, 30 December, 2003 - 20:43
Is there a plugin that will help auto-complete php user variables? Such that when you type a $, it will list out all of the variables you've used so far on that page.
Similarly, it knows when you've used a php key word because it will highlight it differently, is there an auto-completion for those?
Persistence fr Markers
Submitted by Anonymous on Wednesday, 31 December, 2003 - 18:23
I would be very intersted in Markers being persisted. The idea is that if I set markers here and there, I would like them to remain set for all time...
2004 is here
Submitted by
slava on
Wednesday, 31 December, 2003 - 23:02
Depending on your location, it might be 2004 already; others will have to wait a few hours. Its hard to believe its 2004 already, and that jEdit is five and a half years old
jEdit.openFile() stole my focus!
Submitted by Anonymous on Thursday, 1 January, 2004 - 03:37
After calling jEdit.openFile() the textArea takes the keyboard focus (but only if the file isn't open already). Is there a way to prevent this from happening?
Thanks,
Dave
SSA (SubStation Alpha) Edit Mode (ssa.xml v1.0 by Mark Rose)
Submitted by
theMug on
Thursday, 1 January, 2004 - 11:22
A jEdit edit mode for use with SSA subtitle files.
This mode covers the basic comma-separated layout of SSA files. Additional support for some of the finer points of SSA (special effects and commands) may be added at a later point.
colored icons
Submitted by Anonymous on Thursday, 1 January, 2004 - 15:42
I allways uncompress the jedit.jar files - replace the icons by the colored ones and compress it again --- It would de good to include the colored icons in future installations
Thanks to the great job of all jedit developers
The new community L&F
Submitted by
thebiMbo on
Saturday, 3 January, 2004 - 09:01
I cannot discuss on issues about how better is drupal insted of PostNuke, but the new L&F (specially the feel side) of the community site is not good as the old one.
There're a lot of points which people fire up again and again, i know this is a volontary effort and now is holiday time... but there're some plans on making this more attractive and comfortably either for actual users and/or future users... ?
No Print Service Found
Submitted by Anonymous on Sunday, 4 January, 2004 - 06:40
I know this isn't a jEdit question per se... but I've looked everywhere on the web and groups for an answer.
I get the message 'No Print Service Found' when trying to print on RedHat 9 with Blackdown's 1.4. JVM. Can anyone suggest how to configure this, or a place to look. I can print OK on a Windows install.
thanks
Synchronized Scrolling
Submitted by
ivery on
Sunday, 4 January, 2004 - 23:14
Not sure whether this is a feature request but, when using the JDiff plugin, the split windows scroll together.
Is it possible to force split windows to have synchronised scrolling without using the plugin?
Feature for the "Search in Directory" command
Submitted by
fixedsys on
Tuesday, 6 January, 2004 - 06:56
The change log of jEdit 4.2pre7 says:
> The "Search in Directory" command now always selects the most recently
> searched in directory. To search in the current directory with the
> filter based on the current buffer's file name, click the
> "Synchronize" button.
For me this is an unlucky solution because I have to search in the directory of the current buffer in 99% of all cases.
I would suggest something like a small combobox to switch between these options:
- Search in most recently searched directory
- Search in the directory of the current buffer
When opening the dialog or changing this option the directory depending on the setting is inserted.
Smart home behaviour change
Submitted by Anonymous on Tuesday, 6 January, 2004 - 15:47
When using smart home, I need to press home twice to get to the beginning of line even if I am already at the beginning of the first word. For example, in the line:
<space><space><cursor>someword
If I press home once the cursor does not move, I have to press home again to go to the begining of line. I would like an option so that when I am already at the smart home position, pressing the Home key takes me directly to the beginning of line.
Roger
Ch Edit Mode (ch.xml v1.0 by Stephen Nestinger)
Submitted by
sodokan on
Tuesday, 6 January, 2004 - 20:16
A jEdit Edit Mode for use with Ch files.
Some MacOSX (Panther) issues
Submitted by Anonymous on Wednesday, 7 January, 2004 - 16:38
Since 4.1 final the key command "Command-," which usually calls the incremental search opens up the preferences.
Also, as someone before stated, some accents like ~ or ^ do not appear with international keyboards.
Any ideas to solve these problems on Panther?
Thanks!
Trouble Installing on RH9
Submitted by Anonymous on Wednesday, 7 January, 2004 - 23:40
Can someone help me set my JAVA_HOME variable? I'm running RH9. I've been through the FAQs, a couple of web pages, and I'm not having much luck. Will I need to set the path in one of my command prompt files, or in /usr/bin/jedit?
Thanks In Advance,
Chris Leonard
Move Line Down (Move_Line_Down.bsh v1.0 by Lee Turner)
Submitted by
lturner on
Thursday, 8 January, 2004 - 11:45
Beanshell macro to move a line down by one line.