jEdit Community - Resources for users of the jEdit Text Editor
shortcuts
Submitted by colinbashbash on Wednesday, 5 May, 2010 - 20:37
does anyone have an exported profile that i could use to set all the shortcuts to windows standard ones? it would be nice if you could just select a shortcut scheme... *plugin/feature request*
JavaDoc style comments - automated user friendliness
Submitted by xandrani on Thursday, 22 April, 2010 - 15:37
The title sounds hideous but bear with me... When I type: /** and then hit enter. It would be great if the next '*' would automatically appear on clicking enter: /** * <- space here for formatting. Then if I clicked enter again, I'd get: /** * <- space here for formatting. * <- space here for formatting. When I add the final */ this auto-formatting ends; /** * <- space here for formatting. * <- space here for formatting. */ [Note that the string "<- space here for formatting." is just to let you know that a space comes after the *'s each time. It would be blank in practise... I hoped that was obvious ;)] It makes it really nice when writing JavaDoc / Doxygen / PHPDoc type comments. Of course as ever this should be an option, as it will annoy some people... we all have different tastes after all Eye-wink Thanks Smiling
Open programming manual when right mouse-clicking on keyword
Submitted by xandrani on Monday, 19 April, 2010 - 17:54
It would be great if somehow a right mouse-click (i.e. context menu) would allow an option to go direct to a relevant programming manual.

e.g. If I'm editing a PHP file and I right mouse-click on file_get_contents() then the entry for that function in php.net is opened in a web browser. This functionality currently exists in other text editors. It would really make things easier. A similar thing for C or C++ and other languages would of course be great too.

Another cool idea would be so that when the user hovers over a library function a large tooltip appears showing the definition of the function and a one line description of what it does.

Apologies if this is already implemented somehow... I could not find it if it is.


Another idea is that feature requests and bugs should be all on sourceforge. It would seem more sensible.

Thanks again to all people involved in creating jEdit... I'm loving it Smiling
Fix for edit modes regarding auto documentation tools (e.g. doxygen, phpdoc, javadoc etc).
Submitted by xandrani on Monday, 19 April, 2010 - 13:29
Hi,

I have noticed that there is a doxygen edit mode (doxygen is similar to javadoc or phpdoc for those who don't know - these are tools which autogenerate code documentation from specially formatted comments in source code).

The issue I have is that the edit mode for .php includes PHPDoc but doesn't include doxygen. I think the functionality should probably be that there is a default edit mode for php and a secondary edit mode which represents any auto-documentation edit mode types.

This would apply for people using java with javadoc, or php with phpdoc, or php with doxygen or c with doxygen etc. At the moment phpdoc edit mode seems to be hardwired in to php edit mode. I believe the primary / secondary edit mode work-around is more improved. Or at least have a way of selecting which auto-doc tool is to be associated with which files. I would like to be able to associate my php files with doxygen (as an editing mode) and not phpdoc.

Just a quick shout to all developers of this project... jEdit is awesome... especially as I develop on Windows, OSX and Linux at different times. It works on ALL of these... thanks thanks thanks Smiling :)
Extending the action bar - passing arguments to actions
Submitted by irumat on Wednesday, 31 March, 2010 - 22:46
Hi all,

Long time reader, first time poster. I was thinking of adding a (probably awful) hack to the ActionBar to see if I could have the action bar do something like:

<ctrl+enter>action_name my_arg<enter>

For example, it could be "my.save.as filename.bak". Ofcourse, it would be a big effort to have this work for the built-in jEdit actions. But one could, perhaps, write a macro that took an argument like that. It would replace having to show a dialog box to collect simple input.

Any thoughts? Do you think it is possible and worth pursuing?

Cheers,
Irumat
Open/Save to Google Docs
Submitted by vsPiotr on Monday, 22 March, 2010 - 00:16
Hi All,

I'm a total non-programmer so bear with me Smiling

I would love to be able to open/save to google docs (via a URL or ideally getting the doc list from google to choose file from within jEdit)?
I had a short play with python + gdata (docList?) and it seemed straight forward.

I hope that would give me some sort of syntax highlighting for google docs.


Cheers!
Project Viewer
Submitted by jerryjacobson06 on Friday, 19 February, 2010 - 07:17
ValleySpeak Project Server allows the Project Managers to use Microsoft Project as a Managing tools in real time. It enables me to view and share the Microsoft Project schedules with team members in real time It lets me continue to use for managing your schedules and projects and at the same time it is easy to use and have access to the web based browser. It lets me to update the schedules through the browser. As the server uses the native Microsoft Project file, I can report the task in real time. It gives me the facilities far beyond what Microsoft Project alone provides, allowing to use the files in a collaborative environment. It provides 100% Two Way Integration with Microsoft Project. It also provides me with the Discussion forums that are helpful for you. It is easy to use it as it is compatible with Microsoft Project 2007 and provides highly secured solution with built in firewall and is used on Microsoft Windows 2000, Windows XP or Windows Vista.for details visit http://www.valleyspeak.com
PDF viewer
Submitted by jrobinss on Wednesday, 9 December, 2009 - 16:44
Hi all,

alongside my comments request, I'm also trying to open HTML or PDF files in jEdit, especially PDF.

I found LilyPondTool that opens PDF in a pop-up, but I couldn't just find a simple PDF plug-in... is there one?

For HTML, the aim would be to open and eventually annotate HTML files in wysiwyg GUI (not seeing the HTML code). Would there be any advice for this?

JR
comments out of the text
Submitted by jrobinss on Wednesday, 9 December, 2009 - 16:41
Hi all,

I'm fairly new to jEdit. I'm using it to experiment with edition in a general way, because I'm familiar with Java and because it is open-source with lots of plug-ins. I've just developped a basic plug-in and started browsing the existing ones.

I would like to use comments (or annotations) like there are in Word: not in the document, but about the document, displayed in a hover or dockable view. Apart from MS products (Word, XL) I don't really know any other editor that does this. I think maybe some PDF viewers do, or ebooks.

(caution: "comment" and "annotation" are not used here in the Java meaning)

Is there any plug-in that may do this?
Is there any plug-in that looks like going that way?

The only plug-in I found that looked vaguely interesting was TaskList which looks interesting because it shows extracted text in a dockable view. But none that addresses my particular issue.

Any help appreciated!
(otherwise this could become a feature request, but I'm not sure, I'm only experimenting here)
JR
Two file browser/favorites features
Submitted by painted on Tuesday, 8 December, 2009 - 18:45
Love jedit. A couple changes to the favorites feature I'd love to see:

1) The ability to edit favorites. I use them to store FTP connections for the FTP plugin, and right now if a password, username, or path changes, I have to delete the whole entry and add it again.

2) Favorites saved on the fly. Right now it seems changes to favorites are only saved when you exit the program. A few times I've entered a new favorite only to have the program or machine crash later in the session and I lose the favorite I'd already entered. IMO these should be saved automatically any time they're changed.

Thanks
Complete Word automatically after Nth letter
Submitted by DVV on Thursday, 26 November, 2009 - 14:40
Please add an option for jEdit to call/execute its built-in function "Complete Word" for every word after N first characters of this word have been typed.
You see, typing Ctrl+B for each word is tiresome, why don't jEdit itself (automatically) show the list of possible words after Nth first letters of a word have been typed?
FTP Plugin Timeout value
Submitted by imgod2u on Monday, 9 November, 2009 - 02:38
The sites I'm connecting to remotely have a pretty long authentication time for some reason. This makes it such that re-connecting after a connection has timed out painful. I've looked and there doesn't seem to currently be a way to do this but it'd be nice if you could manually set the timeout value and possibly set it to never.

It'd also be nice for a "keep connection alive" feature for servers that have a timeout built-in.
Autohide docked views and better "intellisense"
Submitted by DaveF on Monday, 21 September, 2009 - 21:24
Hello,

I was wondering if it would be possible to automatically hide docked views when they no longer have focus. I remember there used to be a plugin for that functionality quite a while ago, but it's no longer compatible with the latest version of jEdit. I also think better "intellisense" and code completion would be a major plus. A lot of times I have to keep switching between jEdit and the Java API docs because I can't remember exactly how a certain method is spelled. It would be much easier if I could see a list of methods pop up as soon as I type '.'

Dave
Better Caret colors
Submitted by zelhar on Thursday, 10 September, 2009 - 10:35
I wish I could chose the color of the caret and the color of the char inside the caret. So a block caret would be a real block, as it is in vim or even in konsole. The block caret should be a solid color, say black, when on empty char, and when on a char, the char is displayed against the block caret's color, like white on a black caret for example.
scroll line change current line
Submitted by zelhar on Thursday, 10 September, 2009 - 10:31
I see that the commands C-" and C-/ scrolls line but keeps the current line the same, so it disappears off screen if you scroll up down too far, and then if you use UP Down or similar navigation commands the screen jumps back to the current line.

I want a scroll line that keeps the current line at the same position on the screen, meaning if I scoll one line up, the current line also move one line up. Just like C-Up is done in NP++ and Cream.
File Brower enhancements
Submitted by uhuebner on Thursday, 13 August, 2009 - 11:21
I would love to see some File Brower enhancements, namely:
- multitabs for directories. I'm constantly switching directories. Of course this can be done with favorites but it would be handier to have those directories in different tabs (as TotalCommander does)

In addition it would be nice if there would be an option to automatically switch to directory of current buffer.

- Favorites should by renamable. Showing the tree as name is counterproductive if your tree has more than 5 nodes (in mine there are often more then 20). Why not give it an userdefined alias?

What do you think?

Great work so far!

Just my two cents/wishes
Regards
uhuebner
Using Diff in SVN Browser
Submitted by jrchilds on Sunday, 9 August, 2009 - 19:04
Would anyone be interested in adding a feature to the diff functionality of the SVN Plug-in?

When I'm in the SVN Browser, and I right click a file and select diff, it would be great if the "Revision" option, allowed us to select from the available revisions. I picture something like a "..." button, that when clicked, opens a small window showing the available revision numbers, and the comment created for each revision, and allows you to select one of the revisions to diff with. The comment is actually more important to me than the revision number since we use our own internal versioning scheme, and we use the comment field to hold our internal revision numbers.

Any thoughts, or volunteers?

Thanks
J.R.
dockable Find / Search dialog
Submitted by squindler on Wednesday, 15 July, 2009 - 05:38
It would be really handy for the Find dialog to be dockable - I find it really handy to leave the dialog open while stepping through search results but at work I'm often stuck with limited screen real estate so the dialog obscures the text area.
Needed JSON Formatter Plugin
Submitted by bigjim on Tuesday, 16 June, 2009 - 18:39
Does anyone have or is anyone working on plugin for formatting JSON data similar to the XML Indenter plugin? With JSON becoming a popular protocal for those developing rich web applications it would be real useful to be able to take a long JSON string intended for computer processing and format it in a way a human could read it.

Thanks,
Jim
Java highlighting update for Java 5 (generics)
Submitted by moreblue on Wednesday, 3 June, 2009 - 14:26
Hi, I'm programming in Java and I really love the highlighting of Java. However, in Java 5 a new feature has been added to the language: generics. For those who don't know (from http://java.sun.com/j2se/1.5.0/docs/guide/language/generics.html): Generics provides a way for you to communicate the type of a collection to the compiler, so that it can be checked. Once the compiler knows the element type of the collection, the compiler can check that you have used the collection consistently and can insert the correct casts on values being taken out of the collection. This is placed between '<' and '>'. It would be nice if the generics would be highlighted. As I'm not an expert, I did not succeed in correctly editting the current highlight specification of Java in jEdit; if I do, expression with a '<' inside will start hightling the remaining part.
User login
Browse archives
« November 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   101634
Context Free Art (*.cfdg)   0.31   46062
BBEdit scheme   1.0   18601
JBuilder scheme   .001   18502
ColdFusion scheme   1.0   18031
R Edit Mode - extensive version   0.1   17481
Advanced HTML edit mode   1.0   16213
Matlab Edit Mode   1.0   16075
jEdit XP icons   1.0   15236
XP icons for jEdit   1.1   14300