jEdit Community - Resources for users of the jEdit Text Editor
Blue line guide in pre8
Submitted by Anonymous on Monday, 29 December, 2003 - 21:33
In pre7 and pre8 I have a blue line going down the center of my editing window. It looks like a line guide but when I remove all line guides and make sure that line guides are off, it is still there. Any idea of how to turn this off? I have gotten used to it and have learned to ignore it, but it's strange that I can't get rid of it.
PRINTING USING CUPS ON REDHAT 7.3
Submitted by Anonymous on Monday, 22 December, 2003 - 10:09
I'm having a problem printing. I'm using CUPS printing sytem and have three network printers installed. These printers work fine through other applications but not through jEdit 4.1 final.

When I click on the print command from the file menu the message
"No Print Service found" is displayed.

Does anyone have any ideas to why it is finding the printers in CUPS?

Is this a java problem with the CUPS printing system?
I've looked on the web but cant find much info


Matt.
Search: How to set "default filter"
Submitted by Anonymous on Thursday, 18 December, 2003 - 12:07
Hello there,

I am using jedit to write C source code. To find functions I often use directory search.

When opening directory search the filter is sometimes reset to "*.c" although I always enter "*.[hc]" in this field.

How can I change this behaviour and for example have "*.[hc]" as default filter?

Cheers
Daniel
Germany
wrap margin in 4.2pre7
Submitted by mcmilwj on Wednesday, 17 December, 2003 - 15:02
I recently upgraded from 4.1 final to 4.2pre7 and I can't figure out how to configure things as they were in 4.1f for wrapping. In 4.1f, I set word wrap on soft and unfortunately I can't recall what the wrap margin was set at. Nevertheless, I though that the wrap margin in 4.1f somehow adjusted with the edit pane's width as I never had to scroll vertically to see my code. I don't seem to be able to achieve this in 4.2p7.
Updating plugins to work with soft wrap
Submitted by slava on Saturday, 12 January, 2002 - 09:08
Converting offsets to screen locations
The following methods have been deprecated: yToLine(), lineToY(), xToOffset(), offsetToX(). These methods do not support the concept of one "physical" line being split over several "screen" lines.

Instead, you should now use the xyToOffset() and offsetToXY() methods.
A bonus of using these methods is that in most cases, there is no need to perform physical to virtual translation; these methods operate on offsets from the beginning of the buffer.
Introducing the Docker plugin
Submitted by jgellene on Thursday, 25 October, 2001 - 14:44
A new beta plugin from Calvin Yu awaits you in the Downloads section. The Docker plugin will automatically expand and collapse a view's tabbed panes based on mouse and focus movements.
jEdit Community back online
Submitted by jgellene on Wednesday, 24 October, 2001 - 16:20
We have restored all content and services to jEdit Community following a security breach at around 1430 UTC on October 24. We also took the opportunity to upgrade portions of the web portal software. Our apologies for the interruption in service.
Javadocs for jEdit available online
Submitted by jgellene on Wednesday, 24 October, 2001 - 11:50
The documentation outlines each of the more than 200 classes and interfaces created by jEdit and provides a breakdown of its data fields, methods and relationships with other classes.

A version of the documentation suitable for local browsing remains available in our Downloads section.

The online documentation was generated using version 1.3 of Sun's javadoc tool and a doclet customized for jEdit Community.
plugin updates: AntFarm, FTP, IRC, JCompiler, Sessions, SQL
Submitted by jgellene on Monday, 22 October, 2001 - 20:01
* AntFarm 1.0.1: includes Ant 1.4.1, a bug fix release of Ant; fixed NPE caused by build files that did not have a name specified for the project; the Console is not brought to the front when selecting build files or targets from the tree view; removed remaining JDK 1.2 dependencies; requires jEdit 3.2final, Console 3.0, EditBus 1.1, XML 0.3, and JDK 1.1

* FTP 0.3.1: renaming and saving files didn't work with the Microsoft FTP server; made file listing parsing code more compatible with servers that use non-English month names; Connecting to a different port didn't work properly; requires jEdit 2.7pre2 and JDK 1.1
Running multiple versions of jEdit
Submitted by jgellene on Monday, 22 October, 2001 - 14:33
Multiple installations on Windows

If you are running jEdit under Windows, follow these steps using jEditLauncher:

First, download the installer for the new version, save it to your desktop or some other temporary location, and run it by double-clicking its file icon (if you have associated .jar archive files with a Java application loader) or by running the loader - either java.exe or javaw.exe - from a command line with the -jar parameter and the full path of the installer file as the target.

Next, select an installation directory for the new version that differs from your existing installation directoy. The default value offered by the installer specifies the version in the directory's name, so that will work fine.
One more theme: could this be the one?
Submitted by jgellene on Saturday, 20 October, 2001 - 14:12
A new theme, "Binary", is available for your inspection and use if you are a registered member of jEdit Community. It is adapted from the theme of the same name created by Dezina and released for public use. This has potential as our signature "default" theme. What do you think?
Using a dedicated browser window in InfoViewer
Submitted by jgellene on Saturday, 20 October, 2001 - 10:29
To do this, you will need the Windows Script Host, which is installed on most versions of Windows. The latest version, Windows Script Host 5.6, is available by download from Microsoft's MSDN web site. The most recent version compatible with Windows 95 is Windows Script Host 5.5. You will also need the script launch_same_ie.js, available in the Downloads section.
jEdit 4.0 progress report
Submitted by slava on Saturday, 20 October, 2001 - 02:38
jEdit 4.0 development is moving along well. I have recently started writing a new document model, which will bring performance and memory usage improvements. There are also a lot of UI changes that improve the general jEdit experience. I plan on releasing a '4.0pre0 snapshot' in maybe a week's time; this will not be an official release, but rather something that plugin developers and daring users can try out. Me and John Gellene will then start updating the documentation, and when that is done, I will release 4.0pre1.
New beta plugin version: Sessions 0.7.3
Submitted by jgellene on Friday, 19 October, 2001 - 23:54
Originally written by Dirk Moebius and revised by Sergey Udaltsov, the Sessions plugin maintains lists of open files as workspaces called "sessions". It provides functions for creating, naming, maintaining and loading sessions.
New BeanShell macros
Submitted by jgellene on Friday, 19 October, 2001 - 18:29
  • Dump_Project_File_Names.bsh writes a list of files in current view of the Project Viewer plugin to a new buffer.

  • Edit_jEdit_Property.bsh displays a dialog for viewing and editing individual jEdit properties, including properties set by plugins and custom properties set by users.

  • Make_Extra_Console.bsh creates a separate instance of the Console plugin interface in its own frame window. This allows you to run and view output from separate external processes from within jEdit.
community.jedit.org now used for news
Submitted by jgellene on Friday, 19 October, 2001 - 10:17
jEdit news will no longer be posted on the SourceForge project page. Now, everything will be posted on the community site, and an HTML news feed will be incorporated into the jEdit home page.
What should we be asking you?
Submitted by jgellene on Thursday, 18 October, 2001 - 21:31
What should be our next survey? We can even have more than one at the same time. Nominate a question by adding a comment to this article.
New beta plugins: Tags and JMonkey
Submitted by jgellene on Wednesday, 17 October, 2001 - 12:37
The Tags plugin, created by Kenrick Drew, allows you to jump to the definition of a specific language object or "tag" using tag index files. The index files are created by the ctags program available for both Windows and UNIX-based systems. You can obtain a robust version of ctags from the Exuberant C Tags project site.

The author of JMonkey, Ashley Williams, describes this new plugin as follows:
The JMonkey plugin is a collection of file system helpers, known as JMonkeys. There are currently two JMonkeys available:
Online User's Guide now available
Submitted by jgellene on Wednesday, 17 October, 2001 - 03:56
An online version of the User's Guide for the current "stable" version of jEdit, version 3.2.2, is now available on the jEdit Community web site. This is the same version of the User's Guide distributed with the current release of JEdit. Each page of the guide is separately displayed and can be presented in a printer-friendly format by clicking on the printer icon in the upper-right corner of the page's center column. We hope you find this facility useful.
Help for the artistically challenged
Submitted by jgellene on Tuesday, 16 October, 2001 - 12:55
Thanks to Lionel Fiol for the "Made with jEdit" button logo that now appears at the bottom of our pages. Other contributions of graphics, or suggestions about themes for the jEdit Community site as a whole, are very welcome.
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