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
Console Commandos dynamic CHOICE Element
Submitted by
ZIOLele on
Saturday, 5 March, 2011 - 15:48
Hello all,
is it possible to populate a choice element in a commando file dynamically? (as in running an external program and using it's output to create the options)
Thanks for your time.
Viewing Output with GSview as .pdf
My Tutorial says that I can view a .pdf after compiling, once having defined the Default Viewer via Plugins->Plugin Options->LaTex tools->General Options I shall apply this path: C:/Programme/Ghostgum/Gsview/gsview32.exe
Unfortunately, opening Plugins->LaTeX Tools->View Output results in "path can not be found". How can I view my .tex file as .pdf?
See report below:
C:\Programme\jEdit> %kill
No process is currently running
cd "C:\Programme\jEdit\doc\myfiles"
C:/Programme/Ghostgum/Gsview/gsview32.exe 'C:\Programme\jEdit\doc\myfiles\pg15 RRZN manual exercise.pdf'
%detach
C:\Programme\jEdit\doc\myfiles> Das System kann den angegebenen Pfad nicht finden.
Process C:/Programme/Ghostgum/Gsview/gsview32.exe exited with code 1
Automatic formatting for CSS
Submitted by
tp200 on
Saturday, 26 February, 2011 - 20:02
We work on CSS with a group of people. Some like CSS in this format:
.style{width:100px;height:300px;float:left}
.style2{width:500px;height:10px;float:right}
Others like this:
.style {
width:100px;
height:300px;
float:left;
}
.style2 {
width:500px;
height:10px;
float:right;
}
(this format should preferable even have indenting, which I can not type in this forum)
Is there a way to toggle this switch in jEdit, so that each programmer just hits a key and switches the formatting?
Thanks!
changing actions associated with menu-bar menu items
Submitted by
ronw on
Saturday, 26 February, 2011 - 04:04
I figured out writing macros to run ctags on a file when it is saved or closed with pending changes. I found where I can re-assign actions to tool-bar items, and to context menu items, but I can't find any way to re-assign actions in menu-bar menu items to use my macros.
I assume I am overlooking something.
SQL Editor to highlight syntax
Submitted by
hillman on
Thursday, 24 February, 2011 - 02:37
Folks, I am new to JEdit and operate off of my personal Mac book (in the corporate world I use Windows and it's set of tools). I have a need to write SQL on my Mac and would like an editor to highlight syntax statements for Oracle for example. I do not see a plug-in indicating SQL, what am I missing?
Thanks.
where does sidekickctags hide the ctags file?
Submitted by
ronw on
Wednesday, 23 February, 2011 - 17:02
I have looked many places to find the ctags generated by sidekickctags and can't find it. I would like to use those ctags files with the Tags extension since it provides some features that sidekick does not, but requires manually running ctags, so I was hoping I could just point it at the ones made by sidekickctags.
ProjectViewer question
Submitted by
ronw on
Sunday, 20 February, 2011 - 08:55
I assume I overlooked something (new to jEdit), but when I added a new project, even after explicitly selecting it, it would not appear in the dockable window's Folder, File or Compact File listings until after I quit then restarted jEdit.
I am using jEdit 4.3.2 with ProjectViewer 3.0.1 on Windows XP SP3.
How to jump to column #nnn?
Submitted by
tobi_h on
Monday, 14 February, 2011 - 12:41
Good day all,
I see how I can jump to a certain line in a document, but how can I jump to a column in such a line?
I have searched quite some time but found nothing...
Thx in advance for your time to comment,
greets, tobi
HTML 5 tags like 'header', 'nav', 'article' marked as errors, HTML 5 DOCTYPE doesn't work
Submitted by
zapyon on
Tuesday, 8 February, 2011 - 15:38
Hi.
I am currently playing arround with HTML 5 and CSS 3, checking out their new features, and, of course, using jEdit for this.
When I use the new DOCTYPE definition of HTML 5
<!DOCTYPE html>
jEdit marks almost everything as bad XML/HTML.
If I use the old style
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
the old tags are recognised, but the new ones introduced with HTML 5 still get marked as errors, e.g. the ones mentioned in the subject line.
How can I setup jEdit in a way that it correctly accepts all HTML 5 tags and understands that new DOCTYPE definition, too?
I am currently using these jEdit plugins:
Accents
Beauty
Common Controls
Console
ErrorList
FTP
GnuRegexp
JDiff Plugin
Jakarta Commons
Jython Interpreter
Project Viewer
PythonClient
RETest
Sessions
ShortcutDisplay
SideKick
Templates
TextTools"
VoxSpell
WhiteSpace
XML
XSLT
XercesPlugin
Regards
Andreas
PS: I had to write this post twice. The first time, I had written the tags with their < and > and simply copied the plugin list from a saved plugin set file. When sending the post, I got a message the post was rejected and when going back to the previous screen in the browser, the post was lost. NOT NICE! Please warn before sending or enable editing the original text, or even offer an option to add HTML/XML text where required, in a form that is no security hazzard.
Number padding
Submitted by
akovia on
Wednesday, 2 February, 2011 - 19:06
Hi,
Wanted to find an easy way to pad line numbers. I am using the numbering lines macro, and wanted to know how hard it would be to add an option to add padding, and possibly an input box to format the result with brackets or other symbols. I am not a programmer but am able to do what I want each time via regex. Just looking for an easier way. Reading over the beanshell help, it looks to be a little more than I could handle without some help.
Thanks,
Ako