Plugin to change encoding easily
Submitted by
raspi on
Thursday, 27 July, 2006 - 11:35
Hi,
I'd like to see plugin that allows to change encoding quickly. Like ISO-8859-1 to UTF-8, ISO-8859-15 to UTF-8, ISO-8859-1 to HTML, etc.. I'm tired of doing search & replaces n+1 times.
Extract Matches (Extract_Matches.bsh v0.4 by Peter Adolphs)
Submitted by
futzilogik on
Thursday, 27 July, 2006 - 14:53
A jEdit BeanShell macro that extracts all tokens matched by a user-specified regular expression and puts them into a new buffer. Optionally returns a unique and/or sorted list of matches.
Update: version 0.4. now works with 4.3pre16
Can I specify text area's font for each text mode?
Submitted by
sy8111 on
Friday, 28 July, 2006 - 10:52
If so, how to achieve that? Thanks
Stata 9 and 10 edit mode v2.5.1 (stata.xml v2.5.1 by Original by Glenn Hoetker, updated by Jesse Hamner)
Submitted by
soapbox on
Friday, 28 July, 2006 - 15:44
The original was really written for Stata 7, it appears, and
Stata is up to version 10 now. I modified and added some keywords and broke the keywords into a few more categories. I've been working on cleaning it up and adding keywords (feedback encouraged, see xml file for contact info).
Version 2.5.1 brings more graphing keywords, and some improvements in the "programming" keywords of the mode. The dissertation is taking more of my time right now, so I apologize for the slow updates.
Thanks to those who contacted me about feature requests. Those requests are included or ongoing (adding all the programming keywords will take a while, and I'm already working on all the survival-model keywords).
As before, thanks to Glenn Hoetker for the first version.
NB: Stata 10 was released June 25 2007 and has a bunch of new features. I'm still working on all the commands and will continue to expand the edit mode functionality to include Stata 10's new functions.
CharacterMap not working
Submitted by
jla on
Friday, 28 July, 2006 - 19:22
I've recently installed jedit and the CharacterMap plugin on both Windows XP Home and Suse Linux. Both also have Java 1.5. In both cases the CharacterMap window shows only the Basic Latin block, greyed out, with no other options available. Encoding is set to UTF-8 in both jedit and CharacterMap. All fonts are set to Lucida Sans Unicode in Windows and Georgia in Linux.
Thanks
John
Plugin idea for inserting line number into code
Submitted by
Prometheus on
Friday, 28 July, 2006 - 19:33
Hi all,
First, I hope I'm posting this into the right forum, cause the forum drop down box only shows one character for me..
I have a feature request idea for a plugin --
Basically, it would allow you to mark a point in the source code (or multiple points) where it would, upon saving the .cpp or .php or whatever file, insert the line number at that point.
In the editor, it'd appear as a %%%LINE_NUMBER%%% (maybe in a different color, whatever), and the positions of these insertion points would be saved in a your_document.your_exension.inserts file, ala the .marks files for marking lines.
This feature would allow programmers to have custom debug logs which actually tell them which line number and which file to look in.... saving time and aggrevation.
Thanks!
CodeAid for PHP?
Submitted by
anode on
Saturday, 29 July, 2006 - 22:45
Hi,
is there a plugin similar to CodeAid (I suppose) for PHP? The only thing I'm missing in jEdit is some completions (better than these in base jEdit installation) as well as a brief integrated function documentation - when I'm uncertain of some function parameters, it'd be nice to press a shortcut to display that small box with function description known from other IDEs.
Thanks.
jedit is simply crap!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Submitted by
rowck001 on
Sunday, 30 July, 2006 - 15:20
download the latest version - and download plugins from within jedit - and the jcompiler and console plugins crash with beanshell errors.
what a load of cow manure!!!! whoever coded this piece of dung needs to get a university degree!!
If we released crap like jedit in my company - we would be sacked instantly!
jedit is simply crap!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Submitted by
rowck001 on
Sunday, 30 July, 2006 - 15:20
download the latest version - and download plugins from within jedit - and the jcompiler and console plugins crash with beanshell errors.
what a load of cow manure!!!! whoever coded this piece of dung needs to get a university degree!!
If we released crap like jedit in my company - we would be sacked instantly!
Developing Java
Submitted by
shaun510 on
Sunday, 30 July, 2006 - 19:13
Hey, Im new to jEdit and have a really elementary question. Ive read the documentation, but I am still a little confused about the plugin. I wrote my source code in jEdit and saved it as a .java file. jEdit then colour formatted the text appropriately even though I never installed any java plugins. Is that what its supposed to do? I thought i needed to install a plugin for jEdit to recognize my source code as java.
Thanks,
Shaun
Search/Replace broken in 4.3pre5 ?
Submitted by
Baldurien on
Monday, 31 July, 2006 - 18:09
Hi,
When I enter this regexp :
\b\$[a-z_][a-z0-9_]*\b
Which, in case of php, should search for every variable.
This fails. While \$[a-z_][a-z0-9_]* works.
In fact, it seems that the ^ and $ also fails (was trying to catch (^[ \t]*\S.*$)+ which failed).
Since you changed for java.util.Regexp, and since it allow us to use such expression, I wonder where is the problem?
Another sample :
^\s+$
fails.
Drag'nDrop not working on ubuntu
Submitted by
tig12 on
Tuesday, 1 August, 2006 - 10:47
Hello,
I use JEdit 4.2final with java.version=1.5.0_06 on Ubuntu Dapper ;
When I try to drag'n'drop a file, it doesn't work, and I see this in the activity log :
[debug] Java14$TextAreaTransferHandler: canImport() returning false
[debug] Java14$DropHandler: Drag enter
[debug] Java14$DropHandler: Drag exit
Anyone has an idea to fix that ?
Plugin List Is Down!
Submitted by
scaRFhogg on
Tuesday, 1 August, 2006 - 16:25
Seems like the plugin list for the plugin manager is down!
There is an error on this page
http://plugins.jedit.org/export/gzip_plugin_manager.php
Is this only temporarily?
Can't quit jEdit
Submitted by
suntrop on
Tuesday, 1 August, 2006 - 17:45
Hi,
I'm using jEdit 4.2 on Mac OS X (10.4.7). When I close the application
via the red dot (don't know if it has a name) in the upper left corner
and then want to quit jEdit, it doesn't work. I always have to go over
Cmd+alt+esc to kill it.
Is this a bug or is there something wrong with my installation/Java machine?
reload directory hotkey
Submitted by
metric152 on
Tuesday, 1 August, 2006 - 22:17
Does anyone know if there is a setting I can map a hotkey to for "Reload Directory"? I've tried looking through the configuration screen and I can't find one.
Show/Hide Columns in the File System Browser
Submitted by
mkuehn on
Wednesday, 2 August, 2006 - 15:33
Is there any way to select which columns are shown in the File System Browser? I'm open to installing a plug-in, editing a configuration file, whatever, to add this functionality.
I thought this existed in a previous version of jEdit. Or am I wrong?
Thanks,
Matthew
Outline sidekick plugin
Submitted by
turtlecove on
Thursday, 3 August, 2006 - 00:23
I installed the 'outline' plugin to quickly browse text outlines.
(jEdit 4.3pre5, sidekick 0.6.4, outline 1.2)
For most text outline shows nothing at all, just 'Not Parsed'. This is even though the folding indicators in the main text are working just fine.
For the one case where I can get it to show a tree, it messes up the folding levels. For every change in the tabbing it always makes a sub-level, ie: a new level further indented to the right no matter what is actually in the text. For example:
- Mainheadline
- indent1
- indent2
- indent3
- indent4
is shown in the outline sidekick as:
- Mainheadline
- +--indent1
- +--indent2
I can use the folding commands in the main text (ie: control-e c and control-e x) and they properly show the indenting.
Does 'outline' not do what I think it does?
Printing PAGE BREAKs
Submitted by
turtlecove on
Thursday, 3 August, 2006 - 00:33
Can I embed a PAGE BREAK in a text file for jEdit?
I am trying to use jEdit to maintain a large file to be printed on 4x6 index cards. I need to be able to mark the start or end of the next page for printing.
Edit Modes: Highlighting Attribute Keys In an HTML Tag
I would like to color html attribute keys a different color than the tag names themselves. I'm actually going to be hoping this comes across to my coldfusion coloring, and I think the right way to do that is change the html.xml and then delegate it into the coldfusion.xml.
I"ve been using jEdit for about a year, and have done small mods to the edit modes. I've also read through all the edit mode documentation in the help.
Which command will help me color the attribs differently?
For instance:
[form name="XYZform" action="index.cfm"]
(using brackets instead of gt and lt so I won't get weird display.
Right now, "form", "name", and "action" are the same color. I want "form" to remain as it is, and "name" and "action" to be caught by a rule in the colorer.
None of the current methods of matching look like they would work. Though I'm sure something will, I'm just not used to the way the edit modes think.
Can somone help point me in the right direction?
Excluding directories from search
Submitted by
Mischan on
Thursday, 3 August, 2006 - 23:25
I often use jedits hypersearch through big directory structures (eg. to find references to old datastructures or import-like language constructs, after fundamental rewrites, etc.). While I'm very fond of hypersearchs speed, there are directories i want to exclude from search, because they contain lots of irrelevant data (eg. caching directories) and therefore delay the search to no avail.
Now my favourite solution to the problem would be, to write a simple config file (like every newline a separate dir) "ExcludeDirs.cfg" or something, where search could look up directories that must not be visited recursively. After some browsing through the jEdits code I found the class VFS. There I would, for a quick personal hack, introduce an ArrayList that loads the "ExcludeDirs.cfg" and a boolean member that tells the class if the exclusion mechanism is necessary for its current use (because, VFS isn't used by search only). Inside the function listFiles I could add something like
if(!ExcludeDirs.contains(canonPath))
// recursive call to subdir
and hope that it works.
Now, before i start, i would like to hear some comments. I'm a complete jEdit starter so I don't know what the idiomatic way to solve this within jedits framework would be or if it could be solved with a simple extension mechnasim like a macro or plugin (or it is already there and i couldn't locate it). From my personal feeling VFS seems a bit too low-level for the task, on the other hand it's the only approach i can think of, that manipulates jEdits code directly without changing one interface. Furthermore i could think of other tasks where configurated exclusion of directories at this abstraction level could be relevant.
Thanks in advance
Mischan Gholizadeh Toosarani