Spell-checking C++ comment fields
Submitted by Anonymous on Thursday, 17 February, 2005 - 15:27
Does anyone know of a plug-in spell-checker that checks for language errors in C++ comment fields?
I am grateful for any help.
olav.eig@kongsberg.com
xml plugin with php
Submitted by Anonymous on Thursday, 17 February, 2005 - 12:35
Hi!
I have a problem. I like to use jEdit XML plugin with .php source file in the html part, but it is not working. How can I solve the problem?
PLease send the answer for mz e-mail address too: sajtango at gmail dot com
Thanks
Tamas
Question about updating jedit plugin
Submitted by Anonymous on Wednesday, 16 February, 2005 - 10:44
I have installed the Docker plugin v0.2, and after that I found that in the update tab of the plugin manager have a new version of docker v0.3, but after choosing to update it and restart jedit, in the manage tab docker is still 0.2. How to update it? On the otherhand why with new verion of docker aviable in the install tab we cannot directly choose the new version?
thanks
Question in Archive plugin
Submitted by Anonymous on Wednesday, 16 February, 2005 - 10:39
how to open the content in zip file, it seems that it just open the zip file.
which plugin(s) should I use?
Submitted by Anonymous on Wednesday, 16 February, 2005 - 10:37
I am a new comer to jedit, I found that there are a lots of plugin avaiable. I have tried few of them and found that execient. But found that the description of the plugin are not quite clear for some of them. And it seems that there are some plugins with same function. Since are really lots of plugin, it is very time comsuming to test every one. Can any one share the experience of choosing plugin?
I mainly use jedit for writing program (usually in php, c, c++, c#, java). Can anyone suggest which plugin will help in this area?
plugin I have currently installed:
console
error list
shortcut saver
docker
ftp
buffertab
whitespace
In the recent usage of jedit, I found it very well writen, so I guest those plugin are also very good. Can anyone suggest some plugin for me so that jedit can become a IDE for every language (at least for those I mementioned above)? I want more IDE like function especailly debuging, since writing program always need debug, if no debuging function, it will be inconvenient.
thanks
settings directory
Submitted by Anonymous on Wednesday, 16 February, 2005 - 07:56
Hi,
how can I permanently change the settings directory (i.e. without having to specify it at the command line every time)? I'm using Windows 98SE.
Thanks,
Ivan
Fonts look...weird in Windows
Submitted by
imgod2u on
Friday, 11 February, 2005 - 14:53
In x11, the fonts in jEdit look ok (not as good as they do in say, gedit under KDE or Gnome) but in Windows, they exhibit this weird behavior where the colors are not uniform. I'm not sure if it'll show up in this screenshot but:
http://www.engineering.ucsb.edu/~jkang/JeditScreen.jpg
As you can see, the capitalized text with color (specifically, "INTEGER"), seem to have white "stripes". I turned antialiasing off and the characters looked even weirder, like they had pixels missing where they should be. I'm not sure what's causing this as other fonts in Windows look just fine.
Any help would be greatly appreciated. I've also noticed that fonts (like monospaced and Lucinda Console) don't look the same in jEdit as they do in other programs (even on the same computer)
escaped Chars like \n or \$ in PHP-Edit-Mode
Submitted by Anonymous on Thursday, 10 February, 2005 - 16:13
Hi !
Is it possible to highlight the escaped Characters in PHP-Strings (RULES SET="LITERAL1")?
I tried just to add:
<MARK_FOLLOWING TYPE="LABEL">\</MARK_FOLLOWING>
to the RULES SET , also the "\" Entity and \ and \\ but nothing works .
With an other Escape Char like # (for testing) it works.
Someboy an Idea ?
mfg Tobias Werner
Insert Newline and Indent
Submitted by Anonymous on Monday, 7 February, 2005 - 16:53
Am I missing some cofig choice regarding "Insert Newline and Indent"? If I space over, say 10 spaces, enter 'x' then , the following line contains 2 tabs and 2 spaces. Was expecting it to have 10 spaces. It appears some feature I'm not aware of is automatically converting spaces to tabs during the Indent. I don't want "Soft Tabs" as I want a tab to be a tab; but neither do I want spaces to become tabs.
JDoc usage question
Submitted by Anonymous on Saturday, 5 February, 2005 - 04:33
I'm having a problem using JDoc. JDoc seems to apend a "@" character to the front of the Source File Names. I've tried several different combination of paths and no paths, wildcard and specific file names butcould never get it to work (javadoc rejects the "@" character).
Any help would be GREATLY appreciated.
--Greg
Edit Mode Priorities
Submitted by Anonymous on Friday, 4 February, 2005 - 08:34
Hi, if there is a clash with file extensions (in my case .pl - perl and prolog), is there a way of specifying which takes priority? In this case, the default is the perl edit mode, however I would like it to be prolog. Adding an entry into the catalog file simply stating that .pl should be prolog did not resolve the matter.
Thanks,
Mike
question about jedit setting
Submitted by Anonymous on Thursday, 3 February, 2005 - 08:22
if I want to clone my jedit setting to other computer, which files should I copy? (Including setting for plugin)
thanks
question about jedit setting
Submitted by Anonymous on Thursday, 3 February, 2005 - 08:22
if I want to clone my jedit setting to other computer, which files should I copy? (Including setting for plugin)
thanks
question about jedit setting
Submitted by Anonymous on Thursday, 3 February, 2005 - 08:22
if I want to clone my jedit setting to other computer, which files should I copy? (Including setting for plugin)
thanks
question about jedit setting
Submitted by Anonymous on Thursday, 3 February, 2005 - 08:22
if I want to clone my jedit setting to other computer, which files should I copy? (Including setting for plugin)
thanks
question about jedit setting
Submitted by Anonymous on Thursday, 3 February, 2005 - 08:21
if I want to clone my jedit setting to other computer, which files should I copy? (Including setting for plugin)
thanks
file premission
Submitted by Anonymous on Thursday, 3 February, 2005 - 01:23
when I save file in my sambar drive the permission always change to 700, but I am writing php, so every time I test I need to chmod again. How to solve this problem
file premission
Submitted by Anonymous on Thursday, 3 February, 2005 - 01:20
when I save file in my sambar drive the permission always change to 700, but I am writing php, so every time I test I need to chmod again. How to solve this problem
file premission
Submitted by Anonymous on Thursday, 3 February, 2005 - 01:20
when I save file in my sambar drive the permission always change to 700, but I am writing php, so every time I test I need to chmod again. How to solve this problem
Method Follow
Submitted by Anonymous on Wednesday, 2 February, 2005 - 23:01
Is there a way to "goto" a method from another class. For examle in the foo class below is the a way to automagically click on b.name and have it open the Bar.java file and position at the name method?
public void something() {
Bar b = new Bar();
String s = b.name();
}