Favorite custom name
Submitted by
nublaii on
Monday, 27 October, 2008 - 11:32
I have been looking around and this is the only thing I found, dated back on 2006, about my problem.
http://community.jedit.org/?q=node/view/3239
In short, favorites can become very ugly: it always shows protocol://username@host+path
If you start saving favorites with long paths and ips the list can become almost illegible really fast.
Is there a way of customizing the name? on the favorites list?
Using split screen for two separate files
Submitted by
forkinpm on
Saturday, 11 October, 2008 - 10:24
Hallo!
I am new to your great editor and would like to be able to use the editor split pane capability to open one file and create a second from a translatiion of the first.
Is this possible?
I hope so, but I can see how to?
I would also like to be able to use jEdit in a reduced size window, but cannot seem to see how to.
Please help me.
Thank you and regards, forkinpm.
Rails erb file indenting OK, highlighting not.
Submitted by
mamboze on
Sunday, 28 September, 2008 - 06:14
Hi,
I posted earlier today but my post has not appeared on the forum. I'm not sure what happened but anyhow, this is the issue - I'm using Rails 2 and I cannot get consistent syntax highlighting with .erb files. After a previous post on this,
http://community.jedit.org/?q=node/view/3876
I added the following:
to /usr/share/jedit/modes/catalog This fixed the syntax indenting but had no effect on the highlighting. Any help would be much appreciatated
cheers
Roy
Syntax highlighting problem with Rails 2 erb files
Submitted by
mamboze on
Sunday, 28 September, 2008 - 00:44
Hi,
I'm using Rails 2 on jEdit and the syntax highlighing for the .erb files is not working consistently across the various code elements. In fact, it looks pretty weird and is very distracting. The other Rails files are OK. The Ruby plugin is installed. Since the .erb files contain html tags and generate html code for display, maybe html style highlighting would be OK. I suppose this would be a config file issue but I don't know what commands need to be used.
Any help on this would be much appreciated.
Cheers
jEdit 4.3pre15 fails to start on Mac after Java 1.5.0.16 update
Submitted by
Seron on
Wednesday, 24 September, 2008 - 23:20
I get these error messages. Don't know if they are related to the problem.
01:08:34 [main] [error] PluginJAR: Error while starting plugin macos.MacOSPlugin
01:08:34 [main] [error] PluginJAR: java.lang.NoClassDefFoundError: com/apple/cocoa/application/NSMenu
01:08:34 [main] [error] PluginJAR: at macos.MacOSPlugin.start(Unknown Source)
01:08:34 [main] [error] PluginJAR: at org.gjt.sp.jedit.PluginJAR.startPlugin(PluginJAR.java:1363)
01:08:34 [main] [error] PluginJAR: at org.gjt.sp.jedit.PluginJAR.activatePlugin(PluginJAR.java:739)
01:08:34 [main] [error] PluginJAR: at org.gjt.sp.jedit.PluginJAR.activatePluginIfNecessary(PluginJAR.java:809)
01:08:34 [main] [error] PluginJAR: at org.gjt.sp.jedit.jEdit.main(jEdit.java:462)
01:08:34 [main] [error] ErrorListDialog$ErrorEntry: /Applications/jEdit.app/Contents/Resources/Java/jars/MacOS.jar:
01:08:34 [main] [error] ErrorListDialog$ErrorEntry: Cannot start: java.lang.NoClassDefFoundError: com/apple/cocoa/application/NSMenu
01:08:34 [main] [error] ErrorListDialog$ErrorEntry: Try updating to a newer version of the plugin.
cannot download new plugins
Submitted by
martinsarsini on
Thursday, 18 September, 2008 - 12:31
ohi, what are all these errors in the forum?
so I am trying to download a plugin, I can see all the list of plugins, but if trying to install one I am getting an error "error while downloading the plugin, please try another mirror. Connection timed out: connect"
I tried all mirrors but I get the same error. I tried deactiveting my windows firewall.
I tried on my computer at work where I am sure no settings have changed. I have tried at my home computer where I have done a brand new installation.
What can it be?
How to invoke external interpreter?
Submitted by
tlp on
Monday, 15 September, 2008 - 19:33
I am trying to use the console-plugin to invoke my sml-interpreter, but I can't seem to figure out how to do it.
I go to the console plug-in settings, chose 'Compile & Run' pane and then I scroll down to the 'ml' dropdown lists. But in the dropdowns I cannot choose my interpreter, only the 'preinstalled' ones (ant, diff, hugs, java, javac...).
I'd appreciate a hint in the right direction.
Regards,
Trolle
Using the Scheme plugin
Submitted by
kiselblat on
Sunday, 14 September, 2008 - 20:17
I was wondering about how the Scheme plugin works with the console. I'd like to set the Scheme interpreter setting so that I can use the console roughly the same way it works in, say, Dr. Scheme or Emacs Inferior Scheme. Is there any way to do this in jEdit?
Thanks in advance for your help!
Tom
multiple file search
Submitted by
tig12 on
Friday, 12 September, 2008 - 05:39
Hello,
when I perform a multiple file search, I want to get rid of subversion files in the results.
I want to tell :
Don't search in files that end with :
.svn-base
nor in files that are named :
entries
In the "filter" field, I can enter
{!*.svn-base}
or
{!entries}
it works. But how can I specify both using a glob pattern ?
I tried several things, like {!*.svn-base}{!entries}
An other way could be "don't select files that contain .svn in their path", but the filter field permits to filter file names, not directory
Any ideas ??
Thank you, Thierry
nested, empty super abbrevs
Submitted by
takeshin on
Wednesday, 3 September, 2008 - 17:09
How should I create abbreviation in SuperAbbrevs plugin, which skips some text if variable is empty?
For example:
<a href="$1" title="${2:default}">$3</a>
When $2 is empty (or default) and I jump next to $3 (or $end), whole title="…" should be removed.
--
regards,
takeshin
Importing Empty Directories with Project Viewer
Submitted by
SkinnyK on
Wednesday, 3 September, 2008 - 03:11
How come project viewer does not import empty directories that are within my project tree? How can I enable this?
Using Find/Rep;lace to substitute a Tab character for another character
Submitted by
Stuart on
Saturday, 30 August, 2008 - 17:22
I often use jEdit to prepare datafiles for subsequent manipulation. At times it is convenient to line up "data fields" into columns in a tab delimited format. Hence, I
would like to substitute a "|" [vertical bar character] that is used as a delimiter and replace it with a tab character (or perhaps 2 tabs) so that the columns are aligned
and readily visible and comparable for visual inspection.
However, when I try to insert a tab character into the replace field of the find/replace pane, it simply moves to the next toggle button (selection) and does not enter a tab character as a replacement. I have tried to use /t "/t", and even prepare a bean-script to do this but so far I haven't succeeded (I get /t or "/t" instead of the tab characer). The user guide doesn't seem to provide insight, at least to me, of how to do this.
Might anyone be able to help me?
Thank you very much,
Stuart
printing problem from Jedit under Linux
Submitted by
fjse on
Saturday, 30 August, 2008 - 12:17
Dear community,
My problem is I can not print from jEdit (stable and dev version) under OpenSuse 11.0. I have tried with jdk6 and jdk7. Under Windows I have no problem.
Someone could help me?
Thank you in advance
F.J. Santa Eugenia
Inserting ^D into a program with Jedit
Submitted by
r0b on
Wednesday, 27 August, 2008 - 15:22
I've been racking my brain since 06:00 this morning trying to figure out how to insert a -d into a program. I'm automating a process using expect and need to pass -d to the interface it is communicating with. I've pushed my google-foo as far as I can, and I've searched the Help Section as best I can and turned up nothing of use. I've tried whitespace, but it's only for viewing 'invisible characters'.
My apologies for the frustration and my lack of knowledge. My deepest gratitude to those willing to 'show me the way'.
How to compile your code?
Submitted by
RedexRobB on
Monday, 25 August, 2008 - 09:16
Im currently learning Java from scratch out of a book, ive installed jEdit fine and starts up no problem. Problem im having, is when im following the book im learning from, it asks me to compile the code, but i dont seem to be able to find a button or option to do it anywhere.
Ive used other editors before for other languages and theres always been an option to compile/build the code to check the syntax is correct.
any help appreciated.
Rob
File size indicator in status bar?
Submitted by
tvojeho on
Saturday, 16 August, 2008 - 17:08
Hello,
I was wondering if there was a way to display the size of current buffer in the status bar. Many editors show this information, and I think it would be convenient. I did not find anything in the help files on this, perhaps some plugin displays it, but I did not find any either.
Cheers, tvojeho
Find default to word under cursor
Submitted by
FredJones on
Tuesday, 5 August, 2008 - 16:49
Is there a plugin or config option to allow me to just place the cursor on a word and then have the Find or Find Again automatically use that word?
Thank you.
command line
Submitted by
srikrishnan on
Tuesday, 5 August, 2008 - 12:12
Hi All,
I want to use "Indent XML" plugin option in a command line prompt. Is it possible? If it is possible can anyone help me to use the syntax
Regards,
Srikrishnan
How to run a plugin on all files?
Submitted by
Nyhm on
Monday, 4 August, 2008 - 17:33
How do I run a plugin's buffer operation on all files within my project?
More specifically, I'd like to run the WhiteSpace "remove trailing whitespace" capability on all my .java files (either based on ProjectViewer's file tree or just recursively on file system). I'd like to do the same with LazyImporter's "Quick Import" (to sort my import statements).
Is there a general way to batch execute such operations? Thanks!
tabs and indentation
Submitted by
rv on
Friday, 1 August, 2008 - 11:44
Been using jEdit for a while now and noticed that sometimes the indentation is showed differently than on other text editors.
For instance, try these lines in gedit and jEdit and you'll notice that the third backslash appears as it is missing a tab in indentation.
#define PG_ALLOC(class) \
(pg_classes[class].pgc_ops->alloc ? \
pg_classes[class].pgc_ops->alloc() : \
pg_classes[pg_default_cid].pgc_ops->alloc())
My settings are set for 8 character long tabs. This is somewhat annoying, anyone knows how to get rid of it?
thanks