Code Alignment
Submitted by
CJreige on
Wednesday, 1 June, 2011 - 21:55
Is there any way to vertically align code by any character such as equals and period?
How to code fold so that it also folds the comments that are inside the fold?
Submitted by
rickcr on
Wednesday, 25 May, 2011 - 15:05
I have folding set to 'sidekick.' In a javascript file if I have
function foo() {
/*
bla
bla
*/
}
it shows the fold for foo() but when clicked it doesn't hide the comments. since the comments are inside the function I'd expect them to be hidden also. How can I achieve this?
Thanks
Leaving in leading whitespace when breaking text line
Submitted by
rps on
Saturday, 21 May, 2011 - 11:33
I'm a new jEdit user and have just run across a "feature" that is causing me problems. When I position into a line of text containing space characters, with the cursor positioned immediately before a space charcter and then hit ENTER to break the line, the leading spaces (regardless of how many space characters there are) are removed from the new line. I work in a transaction processing environment and often have to parse message trace logs where space characters are just as important as any other character. How to I get jEdit to leave the spaces in the new line?
Create a keybinding
Submitted by
flebber on
Tuesday, 17 May, 2011 - 11:58
Is it possible to create a key binding? I want to create a key binding for Save As...
Synchronized Scolling?
Submitted by
CJreige on
Thursday, 21 April, 2011 - 19:23
Hi.
Does anyone know of a plug-in that will do the following? I'd like to split the screen vertically into two panes. I want to see the 'same' file in both panes. In the left pane I want to see the first xx number of lines. In the right pane I want to see the same file but starting at xx + 1. When I scroll, both panes would scroll together. Basically, I want a second pane to show the 'overflow' lines from the first pane.
Thank you,
CJ.
In a Search RegEx - how do I specify where the Caret goes?
Submitted by
FatDog on
Thursday, 21 April, 2011 - 15:19
I am looking for strings like:
"The Angry Squrl" [1/8]
I know how to do the RegEx - but when I search - the Caret is left at the beginning of the matched string. I want the Caret to be in a specific place so I can add things.
In the above example - I need the caret to be before the "[" character.
Is there a special character I can put into a search string that tells Jedt where to put the Caret if found?
My RegEx that finds the string is as follows:
\w+"\s+\[\d
How do I uninstall ALL of the plug-ins in jEdit?
I wish to know how I can uninstall ALL plug-ins in jEdit so I can reinstall only those I need, and more readily detected those, if any, which are giving me problems. Thanks for the help.
Is it a bug for code completing?jEdit 4.3
Submitted by
daition on
Saturday, 16 April, 2011 - 08:33
Hi all,
I'm a newbie to jEdit, I like it very much except the feature - code complete. Here is the problem I met.
I've installed both SideKick and JavaSideKick. When I type in a dot after the name of a class or an object, only class methods are shown. Eg.When I typed in "System.", all the methods of class "System" will be shown; however, when I typed in "JFrame a = new JFrame()" and "a.", nothing was shown.
Could anyone give any hint? Or is it a bug for jEdit plugins?
Thanks in advance!
Autoclose Brackets
Submitted by
CJreige on
Saturday, 16 April, 2011 - 02:31
Hi everybody.
I think this has been asked before but I need to make double sure. Is there a setting (or plugin) that will autoclose brackets, braces, & parentheses? I've seen a couple of forum responses that suggest using abbreviations. I don't want this solution as I'd have to either use the space bar or c+;. I use jEdit as my principle tool for coding. It'd be great to have this small feature added.
Ctagsinterface: including arguments of tagged functions in tooltips?
Submitted by
tp21 on
Monday, 11 April, 2011 - 12:07
Is this possible through ctags invocation options possibly? Apologies if that's a stupid question. A feature request there's no way at the mo? Would be lush.
Opening JEdit
Submitted by
thedoctor818 on
Saturday, 9 April, 2011 - 19:39
When I try to open JEdit, it gets as far as instlling plug-ins then freezes up, and I cannot close it. Plese help.
Python and JPyDebug Config
Submitted by
flebber on
Friday, 8 April, 2011 - 10:39
Can I ask a little advice on configuration of Python for Jedit? I have installed JPyDebug as I found it a suggested plugin in another thread. It is installed but how do I actually configure it to work, as I am not quite sure on how to get it working?
Is there anything else that should be installed to make Jedit a productive environment? is there a stylecop or Pylint feature?
Thanks
flebber
search shortcut
Submitted by
sebo on
Thursday, 7 April, 2011 - 09:25
Hello,
I'm new to jedit. I was using ultraedit before... I was used to perform a search usign key F3 whenever a word was selected.
How to configure jedit to do that?
So far, I have to use Ctrl-F and paste the word I want to search into.
thanks.
Sébastien
Using beanshell to increment search results
Submitted by
lg on
Monday, 4 April, 2011 - 13:31
I have an xml with products:
0000007
The problem is that all serial numbers are the same. It is easy enough to search for the serial number but I want to increment the value, maybe using beanshell, for every new search hit. Is that possible? My thought was to convert the serial number to an int and increase the number but I guess this requires a global variable to be used as a counter. Can beanshell use global/persistent variables in the search dialog in jEdit? I am a fairly good java programmer but a novice with bsh and would very much appreciate some hints about where to start.
ClojureShell classpath
Submitted by
messinm on
Saturday, 2 April, 2011 - 11:59
I'd like to change the classpath that ClojureShell uses to start the REPL. Is there a way to do this? The Clojure plugin allows for the user to select the classpath through the clojure commando, and I thought this would be used by ClojureShell, but it appears that ClojureShell uses a classpath that only includes clojure and clojure-contrib.
Change the syntax highlighting language
Submitted by
Ayken on
Tuesday, 29 March, 2011 - 09:43
Hey All!
How can I set the syntax highlighting language in jEdit?
It sometimes happens that autodetection of language fails, so I would like to explicitly set the language. Is that even possible in jEdit?
Notepad++ has a self-obvious "Language" menu, where I can choose from the list of all supported languages, and set the syntax highlighting to that. Does jEdit have something similar?
shifting a block of text
Submitted by
999alfred on
Friday, 25 March, 2011 - 04:48
Is it possible to "shift" a rectangular block of text?
What I mean is I select a rectangle start at say column 20 and running to column 30 and encompasses 20 lines and then I want to move it two tabs right, hit tab twice. Now If I try this my text is deleted. If I 'cut' the text, tab over and paste it puts the first line there, but all the descending lines are placed at the left edge and all the text originally between the text and the left margin is moved below the pasted test.
How do I all of it tab'ed over and not delete my text? Is it possible?
tj
jedit search skip specified subdir
Submitted by
jenuc on
Tuesday, 22 March, 2011 - 16:52
Hello
Is it possible in Jedit to search in a directory and its subdirectories but with the possibility to omit some subdirectories from search path?
BR
Eugen
building my translation model
Submitted by
pat4kin on
Thursday, 17 March, 2011 - 14:54
Hallo!
I have now finished the first phase of the process of building a model to translate my texts from English into German. The first eBook using it, for phrase translations will be uploaded in the next days.
As I began the process of using jEdit to create the model, I was looking for an editor that would allow me to create a workspace concept.
I would now like to extend the model with a set of exe one-liners to perform certain tasks. For this I would like to use the language AWK or one of its derivatives.
I am using it on my MS-Win-XP-Home system under cygwin. It is useful but the architecture is sub-optimal. Is any work being done on an AWK plugin. I would provide with the work I am doing using scripts written by others.
I would like to hear from decision makers or knowledgable members.
Regards,pat4kin.
Increase number of "previously entered strings" in file browser path field
Submitted by
jamesd256 on
Tuesday, 15 March, 2011 - 13:57
Hi,
Title says it all. Can't find the option in properties or global config.
Many thanks,
James