jEdit Community - Resources for users of the jEdit Text Editor
jEdit java source files
Submitted by vikki_pu on Monday, 12 November, 2007 - 05:32
Hello ,I want to know that where I get the Java source files of jEdit editor or like as DrJava,J,eclipse etc...
Anyone know the Url or link so please tell me.
Thanks in Advance..
JCompiler problem
Submitted by Freddie The Fish on Sunday, 21 October, 2007 - 16:35
I have just downloaded JEdit and the JCompiler plugin. When I try to use JCompiler I get a BeanShell error followed by the message - Java Core Plugin. The "Default" service is not available. Possibly the plugin providing it has been unloaded or removed. Switching to default.
I would guess that I'm missing something that is basic but I am obviously quite thick and any help would be most appreciated.
Color code key-words?
Submitted by sigfreund on Monday, 17 September, 2007 - 22:09
I have a list of key-words I want colored and another list of API names I want a different color, would this warrant writing a plug-in, or is there a simpler way of doing this?
IRC plugin - Nickname list doesn't repopulate
Submitted by AlexCory on Friday, 14 September, 2007 - 13:42
Windows Vista
jEdit 4.3 pre 10
Java 1.6.0

Hi, whenever jEdit starts everything seems to load up fine except for the IRC plugin. When I login to NickServ, it refreshes the chat window and nickname list. During the process of this refresh, the nickname list is lost completely. This may be a versioning bug, such as the fact that I use windows vista now.

Anyway, as a temp fix, I found out I can /part and /join to refresh the list successfully. Perhaps this could be noted in the future when optimizing this plugin further.

Reproduce:
1. Login to NickServ using the command: "/msg NickServ identify password" also note that you have to have a NickServ login first before issuing this command. I'm on freenode regularly, the default server of the IRC plugin and have since registered with NickServ.
2. Upon issuing the identify command to NickServ, the nickname list looks as if it disappears.

Temp Fix:
1. type "/part" and then "/join #channel" to refresh the list correctly, I believe the refresh portion of the /join command may be more up to date then when it refreshes on the /msg command. Not entirely sure about this though.



Just thought I'd let everyone know.

--AlexCory
JavaStyle plugin and Generics
Submitted by pprodano on Sunday, 9 September, 2007 - 19:25
Hello everyone, I have been using the JavaStyle plugin for a couple of years, and I love it. However, ever since I learned how to use Java's Generics framework (I believe introduced in version 1.5 of Java), the JavaStyle plugin stoped working for me. It complains that it doesn't recognize the angle brackets syntax, like: // an ArrayList used to store the data points ArrayList data = new ArrayList(0); Does anyone have a workaround for this? Are there other plugins that could do the same thing, and yet still be able to handle Generics? Thanks, P
XML: insert closing tag doesn't
Submitted by McSwell on Saturday, 23 June, 2007 - 21:59
The XML plugin has two options for inserting a closing tag: when a '
SideKick Documentation
Submitted by kensuguro on Tuesday, 29 May, 2007 - 23:08
Hey, I'm looking to use jEdit as an actionscript 3 editor, and am interested to see how the SideKick plugin can be extended to provide basic code completion.

I installed SideKick and also CTagsSideKick, and saw that CTagsSideKick was more of a navigation / code viewing plugin rather than a context aware dynamic code completion. (functions got added to the tree as you imported, and created them) I'm wondering if there is a community based around SideKick, or if there is more documentation I can read up on?
SideKick Documentation
Submitted by kensuguro on Tuesday, 29 May, 2007 - 23:07
Hey, I'm looking to use jEdit as an actionscript 3 editor, and am interested to see how the SideKick plugin can be extended to provide basic code completion.

I installed SideKick and also CTagsSideKick, and saw that CTagsSideKick was more of a navigation / code viewing plugin rather than a context aware dynamic code completion. (functions got added to the tree as you imported, and created them) I'm wondering if there is a community based around SideKick, or if there is more documentation I can read up on?
ProjectViewer crash
Submitted by red63 on Thursday, 17 May, 2007 - 16:02
Hello,

i seem to have a problem with ProjectViewer (it worked fine till yesterday): when clicking on it's tab it crashes with:

java.lang.NullPointerException at projectviewer.ProjectManager.loadConfig(ProjectManager.java:188) at projectviewer.ProjectManager.(ProjectManager.java:131) at projectviewer.ProjectManager.getInstance(ProjectManager.java:101) at projectviewer.config.ProjectViewerConfig.getLastNode(ProjectViewerConfig.java:563) at projectviewer.ProjectViewer.getActiveNode(ProjectViewer.java:775) at projectviewer.gui.GroupMenu.populate(GroupMenu.java:105) at projectviewer.gui.ProjectComboBox.updateMenu(ProjectComboBox.java:104) at projectviewer.gui.ProjectComboBox.(ProjectComboBox.java:93) at projectviewer.ProjectViewer.buildGUI(ProjectViewer.java:981) at projectviewer.ProjectViewer.(ProjectViewer.java:911) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:274) at bsh.Reflect.constructObject(Reflect.java:668) at bsh.BSHAllocationExpression.constructObject(BSHAllocationExpression.java:123) at bsh.BSHAllocationExpression.objectAllocation(BSHAllocationExpression.java:114) at bsh.BSHAllocationExpression.eval(BSHAllocationExpression.java:62) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at bsh.Interpreter.eval(Interpreter.java:641) at bsh.Interpreter.eval(Interpreter.java:731) at bsh.Interpreter.eval(Interpreter.java:720) at org.gjt.sp.jedit.BeanShell._eval(BeanShell.java:446) at org.gjt.sp.jedit.BeanShell.eval(BeanShell.java:410) at org.gjt.sp.jedit.gui.DockableWindowManager$Factory.createDockableWindow(DockableWindowManager.java:533) at org.gjt.sp.jedit.gui.DockableWindowManager.showDockableWindow(DockableWindowManager.java:742) at org.gjt.sp.jedit.gui.PanelWindowContainer$ActionHandler.actionPerformed(PanelWindowContainer.java:399) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1819) at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1872) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420) at javax.swing.JToggleButton$ToggleButtonModel.setPressed(JToggleButton.java:273) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:247) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231) at java.awt.Component.processMouseEvent(Component.java:5166) at java.awt.Component.processEvent(Component.java:4963) at java.awt.Container.processEvent(Container.java:1613) at java.awt.Component.dispatchEventImpl(Component.java:3681) at java.awt.Container.dispatchEventImpl(Container.java:1671) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3527) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3242) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3172) at java.awt.Container.dispatchEventImpl(Container.java:1657) at java.awt.Window.dispatchEventImpl(Window.java:1606) at java.awt.Component.dispatchEvent(Component.java:3543) at java.awt.EventQueue.dispatchEvent(EventQueue.java:480) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)

can anybody help me ?

Here's my config:

  • MacOSX 10.3.9
  • Java 1.4.2_12
  • Jedit 4.2final
  • projectviewer 2.1.3.7
Cheers, Reiner
Superabbrevs Problem: Continually need to redeclare an abbrev
Submitted by aimjiel on Tuesday, 15 May, 2007 - 19:32
Hi All

I did some poking around and searching and couldn't seem to find anyone else with this issue, which leads me to believe I made some kind of an error.

I have installed jEdit with superabbrevs several times, on Linux (slackware/ubuntu), Windows XP, and Windows Vista, and haven't had this problem until a while back. I got Vista, installed it, everything seemed to go okay, until I tried to use superabbrevs, now it keeps popping up the dialog to create an abbrev. Even if it has been defined, it still pops up, and has the abbrev defined, yet no matter what I do, I can't get it to stop popping the dialog box everytime I try to use an abbrev. It's rather frusterating.

Let me elucidate:

Everything freshly installed, stock, nothing else done except installing 4.2final and superabbrevs.

I open a new document, save it as say .php or anything, does the same thing.

I type : for then ctrl+enter : dialog pops up, okay...

I define what I want it to do: for ($i = 0; $i < count(${1:var});$i++) {${2:code}}

Then I add mode specific.

I type for ctrl+enter : dialog pops up, with my definition

Okay, maybe I need to add global, fine, I repeat the above, and add it as a global.

I type for ctrl + enter : dialog pops up

I scream, yell and curse, I try the above in every possible permutation.

No matter what I do, everytime I use ctrl + enter, (I even tried changin that, alt+r, removing the dlg popup shortcut, redefining the dialog popup shortcut etc every permutation.) That damn, hateful, evil dialog pops up, what am I doing wrong? I am at my wits end, it didn't use to behave like this...what did I mess up? I don't think it's a problem with superabbrevs itself, or there would have been others, somehow, I have screwed it up, one way or another...

Anyway, I am at my wits end, so if anyone has some advice, it would be much appreciated...
/Aimji
Pluging BufferTabs
Submitted by claudecnx on Wednesday, 9 May, 2007 - 16:27
Is it possible to add in the Buffertabs tab contextmenu a "new" and a "save as" entry?
How should I do that ?
what compiler can i use?
Background Plugin problem with 4.3pre9/Java 1.6.0
Submitted by Magno X on Tuesday, 8 May, 2007 - 17:22
Hello all

I upgraded to 4.3pre9, and now the background plugin is acting up. The image doesn't stay fixed when I scroll up and down, instead the image tears and segments repeat. Has anyone encountered this? Is there a solution?

Thanks
SVN Plugin?
Submitted by trimble on Friday, 13 April, 2007 - 19:31
Would anyone know if an SVN plugin is available for jedit? That would be very cool.
Spanish Translation
Submitted by crono0000 on Tuesday, 10 April, 2007 - 18:48
I like to known, if exists some version or plugin for jEdit in spanish, for the GUI and documentation.
Verilog / HDL plugin for jEdit
Submitted by thamiral on Monday, 9 April, 2007 - 11:00
Hello All,

Until now, I have been using jEdit mostly with C/C++, perl, java and on occasion, shell scripts.

I have used jEdit for Hardware description languages, but mostly for the syntax highlighting.

I think it would be great to start-up a plugin, specifically for HDLs that does the following:
Code formatting/beautifier
Auto-completions based on files that have been registered as part of a project (E.g. Includes etc)
Hierarchical views of module instantiations, local resources, etc
Linters (for online/dynamic syntax checking)

I have seen a plugin for eclipse that aims to accomplish all these, however, I strongly prefer jEdit and I think jEdit has a good chance of being as good for the purpose of simple editing.

I'm curious to know what others think and how many people would be interested in such a plugin.

Sincerely,

Taha
NetRexxJe plugin wont install.
Submitted by leke on Sunday, 1 April, 2007 - 17:56
I have some problems with the NetRexxJe plug-in. I tried to install NetRexxJe through JEdit, but it kept erroring saying that it needed other plugins. I installed all of the needed plugins and then it gave me a confusing error about why it couldn't install NexRexx.

The error was...
The following plugin could not be loaded.
This plugin does not support dynamic loading. You must restart JEdit after removing or installing this plugin.

I've tried the above on the latest and stable versions of JEdit.

Any Advice?
Thanks, Leo.
ctags and xml: 'follow tag' doesn't work
Submitted by McSwell on Sunday, 25 March, 2007 - 03:32
I'm using the 'Tags' plugin on an XML schema file, and I can't get it to work. Instead of jumping to the correct XML element, it jumps to the first element in the file where the correct element is located. This appears to be a result of its truncating the search string to the first 19 or so characters.

Specifically, I'm running ctags to build a tags file. This seems to be working correctly; for example, one of the elements is:

<xsd:complexType name="EnvironmentType">

The corresponding tag in the 'tags' file is:

EnvironmentType Phonology.xsd /^<xsd:complexType name="EnvironmentType">$/;" r

If in the Plugins | Options dlg box, under 'Tags-->General' I leave the checkbox unchecked for "If tag match is found continue searching subsequent tag index files", putting my cursor on the string "EnvironmentType" somewhere causes jEdit to jump to the first 'complexElement' tag in the file, which is not the correct one.

Now it happened at one point that I had two tags files, which both had entries for this XML schema file. With the check box checked, trying to follow a tag from that string gives me a dlg box that asks which of two (identical) tags I want to jump to. Each one looked something like this:

1. EnvironmentType <long filename>

r

<xsd:complexType na

You'll notice that the third line ("<xsd:complexType na") is truncated to about 20 characters. I think this explains why it's jumping to the first element in the file: it does a search for "<xsd:complexType na", and that leads it to the first 'complexElement' tag .

So why is the search string getting truncated? Does it have to do with the fact that the filename (which contains an sftp address) is so long, and it's overflowing the buffer? McSwell

ftp plugin and password mistake
Submitted by McSwell on Monday, 12 March, 2007 - 12:30
The ftp plugin has an sftp mode, in which you either enter a password at startup or use a key (but the key entry seems to be broken, see the thread 'sftp plugin : The key format is not a supported'). Occasionally I mistype my password. Rather than give me an error msg, it causes jEdit to hang, and I have to bring up the Windows Task Manager to kill it. (I don't know what happens on other platforms.)

I'm not a Java programmer, so I have no idea how to fix this. Any chance of getting it fixed?

Mike Maxwell
Writing A Plugin?
Submitted by salmanoglu on Monday, 12 March, 2007 - 12:28
I am newbie here and I have no idea about writing a plugin I read the documents but I dont Understand Can anyone send me a simple plugin example? Or tell me there is another document about Writing a plugin.I really need this HELP ME PLEASE!
Including other files in a plugin?
Submitted by dmnapolitano on Sunday, 4 March, 2007 - 05:11
Hi, I'm new to plugin development, and I've got a question that I haven't been able to find an answer to. The plugin I'm working on requires several (non-Java) files, and I'm not sure how to include them with my plugin. I'm fairly certain that I need to add something to build.xml...I just don't know what Sad

Can someone point me in the right direction?

Thanks,
Diane
User login
Browse archives
« April 2024  
MoTuWeThFrSaSu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
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   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293