FTP: display owner and last modified date/time
Submitted by
jedal on
Wednesday, 24 November, 2004 - 14:46
I am using jEdit on Windows to check and edit files and scripts on an HP-UX server. This all works almost perfect, but if I want to look who's the owner or what is the modification time of a file, I have to switch to Reflection.
It would help me a lot if owner and timestamp would be displayed in the FTP file list.
implicit folds tree
Submitted by Anonymous on Wednesday, 24 November, 2004 - 16:49
I use implicit folding a lot and I find it quite frustrating not to be able to navigate in the files using them. This could provide code browsing for any file type and I don't think it is very complicated to do.
Focus problem with 4.2final ?
Submitted by
ylikone on
Thursday, 25 November, 2004 - 16:12
I am a long time jEdit user and I recently upgraded to Sun Java JDK1.5 and jEdit 4.2final and find jEdit to be unusable now because it keeps switching window focus to the previous applications window. It does this whenever I open a new file, finish a search or click OK on any jEdit popup window. So, say I open a new file, then once it loads, it automatically flips to Firefox, which I have running in the background. I should also mention I am running this on Linux.
Am I doing something wrong or is this a bug I should submit?
Focus problem with 4.2final ?
Submitted by
ylikone on
Thursday, 25 November, 2004 - 16:15
I am a long time jEdit user and I recently upgraded to Sun Java JDK1.5 and jEdit 4.2final and find jEdit to be unusable now because it keeps switching window focus to the previous applications window. It does this whenever I open a new file, finish a search or click OK on any jEdit popup window. So, say I open a new file, then once it loads, it automatically flips to Firefox, which I have running in the background. I should also mention I am running this on Linux.
Am I doing something wrong or is this a bug I should submit?
Strumpfhosenland
Submitted by Anonymous on Thursday, 25 November, 2004 - 22:45
Loading directory listings from a samba mount
Submitted by
Langman on
Friday, 26 November, 2004 - 20:15
I have a Unix file system that I exposed to my Windows machine using Samba. The problem is that "File System Browser" in JEdit seems to take a very long time (~30 sec) to load the directory listing from this mounted drive. Using windows explorer I can load the same directory listing in about 3 sec (10 times faster). The directory has about 130 files.
I assume that JEdit is doing some type of query on a pre file basis to gather more info about the file before showing the list in the "File System Browser"??
Any idea what might be causing this and is there is a way to speed this up?
Look and Feel trouble?
Submitted by
eposse on
Friday, 26 November, 2004 - 20:31
Hi. I'm having trouble with the look and feel options. jEdit comes with 3 default L&Fs: Metal, Motif and Windows, but whenever I change it, it is completely ignored, and I can only get the Metal look. I've tried installing the LookAndFeel plugin, but only two worked: Kunststoff and Metouia. The others, Skin and Oyoaha say there are some missing (nameless) files.
Is there a way to make these work? How about the Windows look?
I have the problem both under Windows (XP) and Linux (SuSE 9).
(x)html table generator
Submitted by Anonymous on Sunday, 28 November, 2004 - 16:45
I miss some feature of HomeSite - "html table generator". It is button,.. when used, I can "draw" table, set aligning, spacing etc. Then it generates XHTML code to current buffer. Really helpfull feature
backslash in macro with gnu.regexp not possible
Submitted by Anonymous on Sunday, 28 November, 2004 - 17:36
Trying to write a macro for removing empty lines I found that the beanshell interpreter breaks on the regular expression definition
String blankLine = new String("^\s$");
This is very annoying because working with regular expressions without backslash is simply impossible.
Error reads:
Sourced file: /home/kister/.jedit/macros/Shrink_Blank_Lines.bsh Token Parsing Error: Lexical error at line 18, column 41. Encountered: "\\" (92), after : "\'^":
Versions are: jedit 4.2 final on Linux and Blackdown JDK 1.4.1
Any help would be highly recommended.
Ulf Kister
code browser for CSS
Submitted by Anonymous on Sunday, 28 November, 2004 - 20:34
I would really appreciate plug-in, that would show all classes etc in CSS files (something like CodeBrowser in PHP)
Thanx
Honzik
Debug plugins
Submitted by
annauzi on
Monday, 29 November, 2004 - 06:22
Hi
I was wondering if there is any way to debug plugins inside jEdit.
/U
Linux / WIndows - Files
Submitted by Anonymous on Monday, 29 November, 2004 - 07:51
Hello,
often i have to share text files between linux & Windows.
How can i change the 0x03 Byte at the end of Windows Text
to something ?
Thanks horst.
PHP syntax highlight colors
Submitted by Anonymous on Monday, 29 November, 2004 - 22:37
I was just playing around with the "Editor Scheme Selector" pluging and accidently change my scheme color. Now i can't get the colors that i had set up for syntax highlighting. I mainly use jEdit for PHP and CSS. Does anyone have a screenshot of their PHP syntax highlight colors that i can use to reference?
Tag completion with XML plugin
Submitted by
rickindy on
Tuesday, 30 November, 2004 - 08:09
Is it necessary to have a DTD in order to get the tag completion feature in the XML plugin to work? In version 3.x of jEdit, this wasn't necessary, but it apparently is is the current version.
I've done a clean install of 4.2 and all the required plugins.
Thanks.
error during using "Macro Manager" plugin
Submitted by Anonymous on Wednesday, 1 December, 2004 - 13:35
Hi, (sorry for my English, i am Czech)
When i use Macro Manager, during downloading macros list, this plugin ends with error.
Screenshot is on www.volny.cz/tomikb/chyba.jpg
Please, help me. Thank you, very match. Tom.
∫ instead of int followed by a space?
I am using jEdit to try to write in java and when I try to enter int then as soon as I type the space the 'int' disappears and is replaced by this character ∫
It's really not much of a problem but does anybody know why?
Thanks,
Rob
Newbie: java mode quirk
Submitted by Anonymous on Wednesday, 1 December, 2004 - 23:04
Hello.
I'm new to JEdit (and Java) and I've found an annoyance in the way JEdit treats my programming style. It seams that everybody except I writes "obj.method/params)". I write "obj.method (params)" (note the space between "method" and "(". Well, because of that, JEdit doesn't mark my method calls like so.
I took a look on the Java mode file and discovered that the way JEdit highlights methods won't work for me because it uses (I think):
(
But the space I put before "(" breaks this, because it separates the tokens.
Is there a way to avoid this problem besides changing my style? Am I the only sole with this style????
Thanks.
Filipe Martins
filipe.martins at free-spy.net
YAML mode (yaml.xml v1.1 by Alexander Klimetschek)
Submitted by
klizza on
Thursday, 2 December, 2004 - 00:42
An update to the 1.0 file from Carsten Eckelmann. It adds indent for yaml blocks (> |) and highlighting of quotes (" and ') and strings (!).
jEdit website pages fail to display
Submitted by Anonymous on Thursday, 2 December, 2004 - 03:20
From the Forums page, I clicked on the "Installing jEdit" link. Instead of the desired page, I was presented with the following message:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 191 bytes) in /home/groups/j/je/jedit-community/htdocs/includes/module.inc on line 57
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 64 bytes) in Unknown on line 0
Refreshing reloaded the page correctly.
I have encountered this problem previously on this website.
Edit Server
Submitted by Anonymous on Friday, 3 December, 2004 - 02:24
I was hoping someone could clarify exactly what the Edit Server in jEdit does? I really don't fancy reading through all of the source code to find out (and the documentation doesn't say what its functionality is actually for).
I am toying with the idea of making it possible to have the same files open for editing on multiple computers simultaneously so that multiple people can edit e.g. a java project at the same time (and with further plugins/ third party software can actually easily communicate and actually work together on file(s) without the bottle neck of only one keyboard and cursor!). I'm just wondering if the Edit Server may have much (or atleast some) of the work already done for me.
Any insight would be appreciated...