jEdit Community - Resources for users of the jEdit Text Editor
Archives
jEdit Help file...
Submitted by Anonymous on Sunday, 9 January, 2005 - 08:54
I use xp.
I will translate Help Files into Korean.
But I don't find Help Files of Plugins.
Where are those?
BlitzMax Edit Mode (blitzmax.xml v0.2 by Noel Cower)
Submitted by Noel Cower on Sunday, 9 January, 2005 - 22:41
This is an edit mode for the BlitzMax language (found at www.blitzmax.com). It doesn't support multi-line comments as they're a bit problematic in jEdit (I'll work it out eventually). Auto-indentation is not supported. All normal BlitzMax keywords are in there.
DotComplete for C?
Submitted by Anonymous on Sunday, 9 January, 2005 - 23:40
Is there a solution similar to DotComplete for C- or C++ -programming?

Thanks,

Thomas
Problem with covering taskbar??
Submitted by himerus77 on Monday, 10 January, 2005 - 03:33
Hey all... been using Jedit for a good while now, and it's the BEST editor I've come across for my HTML/XHTML/PHP/CSS/JavaScript needs.

I'm using 4.2, and when I use the metal look & feel, when the window is maximized, it takes up the entire screen... I've looked over the properties file, and I dont see anything obvious, but the other look & feels dont do that... I like the metal one mainly because I can edit the font sizes/types for the menu items, and buffer tabs, etc...

Any thoughts?

TIA!!!
BlitzMax Compiler Commando (bmk.xml v0.2 by Noel R. Cower)
Submitted by Noel Cower on Monday, 10 January, 2005 - 05:46
Allows you to compile BMX files and optionally execute the output when finished. Checking to see if an error has occurred and cancelling execution isn't included.
no browser preview
Submitted by Anonymous on Monday, 10 January, 2005 - 22:22
I've been trying to find a way to load my current buffer within an external browser window.
I cannot get this feature to function properly from the InfoViewer and Project viewer plugins.
InfoViewer gives me the following message:
"java.io.IOException: Mosilla: not found"
Project Viewer gives me no response at all.
I was able to find one macro online that works only half of the time

I'm using jEdit 4.2 full on Mac 10.2X
Is anyone aware of another plugin that might be of use to me.
I think jEdit is a wonderful project for coding HTML/CSS and other files.
without a decent preview though... i'm better off using other tools

any response is appreciated.
BMK MakeMods Commando (makeMods.xml v0.2 by Noel R. Cower)
Submitted by Noel Cower on Tuesday, 11 January, 2005 - 00:49
This commando is used to call makemods for BMK without the hassle of going to a command prompt to do it.
BMK SyncMods Commando (syncMods.xml v0.2 by Noel R. Cower)
Submitted by Noel Cower on Tuesday, 11 January, 2005 - 00:50
This commando is used to call syncmods for BMK without the hassle of going to a command prompt to do it.
Code following
Submitted by Anonymous on Tuesday, 11 January, 2005 - 05:55
Is there a way to "goto" a selected method. For instance in foo.java

Bar bar = new Bar();

bar.findThisOne();

is there a way while in foo.java to highlight "bar.findThisOne() and have that file opened and positioned on that method
SwitchBuffer 2.0pre2 (SwitchBuffer.jar v2.0pre2 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 10:10
This pre2 version of SwitchBuffer has taken a little bit of a turn in direction from the pre1 release. A number of the features that were added to SwitchBuffer 2.pre1 have been removed and the core of SwitchBuffer has now gone back to its roots and only implements an open buffer switch and a file suffix switch. This keeps the SwitchBuffer core nice and compact without the markers and recent file switch.

The major change in the pre2 release is that SwitchBuffer now implements the jEdit Service API which means that other plugins can provide the data to be viewed in the SwitchBuffer dialog. This opens up a whole load of possibilities for what SwitchBuffer can used for.
Recent Files for SwitchBuffer (RecentFilesForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 10:36
This plugin provides the SwitchBuffer core with the ability to view recent files. This functionality was previously in the pre1 release of SwitchBuffer 2.0 but has now been taken out.

This plugin requires SwitchBuffer 2..0pre2
Markers for SwitchBuffer (MarkersForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 10:40
This plugin provides the SwitchBuffer core with the ability to markers across all open buffers. This functionality was previously in the pre1 release of SwitchBuffer 2.0 but has now been taken out. This plugin has a few options available in the plugin options dialog.

This plugin requires SwitchBuffer 2.0pre2
ProjectViewer for SwitchBuffer (ProjectViewerForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 10:44
This plugin provides the SwitchBuffer core with the ability to view all files in the currently selected project within the ProjectViewer plugin.

This plugin requires ProjectViewer 2.0.4 and SwitchBuffer 2.0pre2
SideKick for SwitchBuffer (SideKickForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 10:59
This plugin provides a the SwitchBuffer core with the ability to view all items in the SideKick tree. I am currently updating this plugin to allow the user to filter the information that comes from the SideKick tree based on the edit mode. This will be in the next release.

This plugin requires SideKick 0.3.1
jEdit Actions for SwitchBuffer (JEditActionsForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 11:05
This plugin provides the ability to execute any jEdit action pretty much like the jEdit action bar.
jEdit EditPanes for SwitchBuffer (JEditEditPanesForSwitchBuffer.jar v0.1 by Lee Turner)
Submitted by lturner on Tuesday, 11 January, 2005 - 11:13
This is a bit of a silly example that provides SwitchBuffer with a list of files in different jEdit EditPanes (ie when the user has their view split). If all splits are displaying the same file then nothing will be displayed in the SwitchBuffer dialog, otherwise selecting a file from the list will give focus to that editpane.
this has gotta be pilot error, but... help?
Submitted by raz on Tuesday, 11 January, 2005 - 16:46
I have jedit 4.2 final running on XP and all is well.. except that the console plugin doesn't seem to allow me to specify a compiler for a C file. I cannot find where in the global options to map a compiler to mode, and under the plugin-options the only compilers that I can select for the C mode is ant, diff, hugs, java, javac, jikes, jmk, latex, openjade HTML, openjade PDF, and yap...

what am I missing? (beside the obvious).

all help appreciated.

-rz.
For all how are wondering, why it is so quiet here...
Submitted by Anonymous on Tuesday, 11 January, 2005 - 22:04
I just realized that most communication is done via the mailing-lists.

Regards,
Thomas
Bracket matching in syntax highlighting
Submitted by assaph on Wednesday, 12 January, 2005 - 01:31
Hi,

To support Ruby features of code-within-strings, will it be possible to have bracket matching in the syntax highlighting?

e.g.

there's no problem with:
"some text #{ embedded code evaled to string}"
but this will confuse the parser:
"some text #{ "#{code in string within code}" if condition }"
the parser will terminate the first opening bracket with the first closing one, regardless of the nested scope.

Cheers and thanks for a great editor,
Assaph
Folding Lines ?
Submitted by Anonymous on Wednesday, 12 January, 2005 - 18:05
How do i enable the lines in the text area between { and } in this screenshot: http://jedit.org/index.php?page=screenshot&image=29

Thanks in advance
User login
Browse archives
« January 2005 »
MoTuWeThFrSaSu
 
2
15
16
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   108249
Context Free Art (*.cfdg)   0.31   46071
BBEdit scheme   1.0   18607
JBuilder scheme   .001   18508
ColdFusion scheme   1.0   18041
R Edit Mode - extensive version   0.1   17488
Advanced HTML edit mode   1.0   16222
Matlab Edit Mode   1.0   16086
jEdit XP icons   1.0   15245
XP icons for jEdit   1.1   14309