I'm trying to use jEdit on OS X and after I installed I opened it and I couldn't see any text on the splash screen. I don't know if I can post a picture, but here's a link:
http://student.santarosa.edu/~plinkous/jedit.jpg
My software is all up to date, so I should have to proper Java software.
This is a simple template/creator of PHP 4 class with optional extended class. If extended class is defined then call of parent constructor is also added. But there is problem with indentation of constructor method :(
Just in the past couple of days, every tim i launch jEdit, i get 2 instances starting. FWIW, normally, i'll launch jEdit from the panel, but i think this began when i invoked jEdit on a file from the CLI (which i'm sure i've done many times before, in any case). I'm stumped and have no idea where to even begin looking for the cause of this (well, here, i suppose). I haven't installed anything recently, and i've been using jEit for months now with no problems.
Both instances show the same files open.
Also, the "Untitled-1" file that normally shows up when jEdit is launched doesn't disappear once some other file is opened. I guess that's because the other instance has a copy open, as well.
Any ideas?
ps: the "Forum" select widget for the topic post form is b0rked in Firefox1.5/linux. It's about one charcter wide.
Submitted by rovf on Thursday, 14 September, 2006 - 08:43
I like the idea of the caret guide (it helps see alignment in block structured code), but I would like to make its colour customizable, so that I can make the colour nearly the same as the background. As it is right now, the colour of the caret guide is very different from my choosen text area background, and it is very distracting to always see that big vertical line moving over the text area while one is typing. If I could choose the colour by myself, I would use one which is less obnoxious.
I'm having trouble with the XML plugin. When I try to install it - manually or via the Plugin Manager, I get the same error:
C:\Documents and Settings\jpbroome\.jedit\jars\XML.jar:
Two copies installed. Please remove one of the two copies.
But there's not 2 copies installed. I searched my hard drive - there's only the one instance of XML.jar found. It's not listed in the "Plugins" menu in jEdit, and it's not listed in "Plugin Options..." in jEdit. So I quit jEdit, deleted XML.jar, and tried installing it fresh from the Plugin Manager again, and get the same error every time, no matter what I've tried.
Is it possible some other plugin I have installed is conflicting with XML.jar, or is there some bug or situation where this error message could be displayed?
I want to write a macro that grabs out the selected text, manipulates it ( using something other than a search and replace) and then re-inserts the text back into the buffer. What are the magic classes and things I need to do to make this happen?
I want to write a macro that grabs out the selected text, manipulates it ( using something other than a search and replace) and then re-inserts the text back into the buffer. What are the magic classes and things I need to do to make this happen?
Hi, in jedit I see this:
{{{
㰿硭氠癥牳楯渽∱⸰∠敮捯摩湧㴢畴昭ㄶ∿㸼佲摥牌楳琠却潲敁捣潵湴乡浥㴢扬慨∾㱏牤敲畲牥湣礽≕卄∠楤㴢㑥摦㌵㑢㠲㐱㐳㘶慥敡㑣摤摤㕦扥攷∾㱔業放㈰〶ⴰ㤭ㄴ吱㠺㈵㨲㈮㠶㌰〰〭〵㨰〼⽔業放㱁摤牥獳䥮景⁴祰攽≢楬氢㸼乡浥㸼䙩牳琾呩湡㰯䙩牳琾㱌慳琾卩敲牡㰯䱡獴㸼䙵汬㹔楮愠卩敲牡㰯䙵汬㸼⽏牤敲䱩獴�
}}}
But in Windows, notepad I see this:
{{{
TinaSierraTina Sierra
}}}
Can someone help?
Can't I upload sample attachment?
I have some XML files with DTD declarations like:
<!DOCTYPE foo SYSTEM "foo_1.dtd">
The DTD isn't in the same directory.
I thought I'd be able to add a catalog and point out the correct location of foo_1.dtd. However, jEdit still complains that it can't find the DTD in the same directory as the XML file.
My catalog:
<?xml version="1.0"?>
<!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "oasis-catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<group prefer="public" xml:base="file:///C:/Documents and Settings/user/.jedit/xml_catalog">
<system systemId="foo_1.dtd" uri="BlkArch/foo_1.dtd"/>
</group>
</catalog>
According to this page: http://www.sagehill.net/docbookxsl/WriteCatalog.html
under "Relative SYSTEM identifiers may not work"
there is a general failure among Java based XML parsers that prevent them from using catalogs with relative system identifiers.
Is this page correct, or is there a way around this?
Well....I've tried everything, even updating to jre1.5 but each time I try to run an installation I get this:
dusty@Dusty:~/Downloads$ java -jar jEdit4.3pre6install.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: installer/Install (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
dusty@Dusty:~/Downloads$
Hi,
There are several features I would like to have in jEdit, related to C/C++ tags. Please let me know if there is any work being done on these features (or any plans to implement them). I consider implementing these features myself, either by contributing to existing plugins or by writing new ones. Here are the features:
1. GUI for the creation of tag files (e.g. a dialog interface for 'ctags'). I'd like to see that as part of the Tags plugin.
2. Automatic update of tag files as buffers are being modified. The CodeBrowser plugin provides a similar functionality, but it only works on the current buffer. I'd like to see this functionality in the Tags plugin.
3. Provide different options to 'ctags' when parsing H files and when parsing C/C++ files. From what I saw, 'ctags' by default collects only function/method definitions, but if you run it with "--c-types=p" it will collect function/method prototypes instead. Usually, I'd like the tag files to contain both the prototypes and the definitions, so 'ctags' should be invoked with different options on these types of files. This request applies both to the CodeBrowser (which, in my project, shows only a small subset of the prototypes in my H files) and to the Tags plugin if requests 1&2 above will be implemented. BTW - there is also an option in 'ctags' to collect local variables.
4. 'ctags' provides only prototypes/definitions. When writing s/w, one usually also needs to see all the references to some identifier. The GNU 'global' tool uses 'gtags' and collects both definitions and references. I'd like to have support for the 'global' tool as well, either as part of 'Tags' or another plugin.
(Sorry for my bad English. I hope you understand my question)
I have to search a String in a known part of a text. So, I'm looking for a method find(View view, Buffer buffer, int start, int end) in the class SearchAndReplace. But i can't find.
OK...so I have the base syntax highlighting working for the RubyPlugin so that words like "class" and "def" get highlighted but since I'm new to Ruby programming a nice confirmation of when I actually type (or mistyped) a method name would be for more complete syntax hightlighting so that words like: find_all, belongs_to, has_many, scaffold, etc would be recognized.
Now, I know the highlighting is determined by the ruby.xml file and that I could just add keywords to the XML file to get the highlighting to work but I'd then need to constantly be updating the XML file as I added new gems.
So I have two questions:
1. Does anyone know how to get syntax highlighting for the methods (and all the other methods that my ruby install would support) in a dynamic fashion...looking at what is installed and looping through those functions? I'm also new to jEdit and trying to configure it to my liking.
2. If I do need to brute force the XML file and hardcode all the available methods, can someone point me in the direction of a page that would have all the available ruby on rail methods? And all the RHTML methods? I am having a hard time finding someplace where I could copy all the the method names out and format them for the ruby.xml file. I just want a list basically.
Ok, I'm brand new to jEdit as of about an hour ago. I'd like to set my file associations, but cannot find the option to do that. Now, it may be staring me in the face, or maybe somewhere, perhaps obvious on this site, BUT, I can't find it... My eyeballs are getting shorter in my old age. Can someone please help me out here ??? (With the file associations that is.. lol)
I'm using jEdit 4.2final on Windows XP Pro. I have been using it for awhile now and yesterday, 09/18/2006, I encountered this situation. I clicked on File/Open and the main window loses focus but I don't see the Open Dialog on either of my two monitors. When I bring up Task Manager all I see is the main jEdit app running. If I hit Escape the main window receives focus and I can click on all other menu items with no problem. If I open the Processes tab, all I see is the jEdit process running, nothing else related. If I try to stop jEdit I see this message:
"The system cannot end this program because it is waiting for a response from you"
It looks to me like the jEdit app thinks the Open Dialog window is loaded. I'm thinking the dialog has been opened behind the main app but I can't figure out how to make it appear.
I have no ideas on what the solution is for this problem. I've tried just about everything to resolve this all to no avail. I have even uninstalled jEdit 4.2 and reinstalled it and the same thing happens.
I would really appreciate it if anyone has encountered this and has a resolution would pass it on?
I wich to change the background color of a TextArea when the buffer is readonly.
I can't figure out how to do this...
Setting
pView.getTextArea().setBackground(pColor) results in nothing.
pView.getTextArea().getPainter().setBackground(pcolor) paints every open textArea.
How do I change the background of a single TextArea?
Hi! I have installed the plugin BufferTabs. Is there generally a posibility, when there are several files open, to change the order of this buffer tabs?
In this template, most of time I need only the first var group. I know I can bind all templates I need but It make a lot of shortcuts to memorize.
It would be great to have the ability to tab on a var and remove the group with a binded key :
belongs_to :${1:object}$[, :class_name => "${2:ClassName}"]$[, :foreign_key => "${3:foreign_key}_id"]$end
When I tab to go on $2, I can remove all the group ', :class_name => "${2:ClassName}"' with a binded key.
It can be usefull also for things like "if then else end", cause I need to make different shorcuts with one for the "else" case, and only one could be done with such a system.
I'm new to jEdit and just love how its code-folding works in ASP pages (both the VBScript and the HTML can be folded). But there's one thing I'd like to have that would make the two languages easier to differentiate:
How would I specify a different background color for VBScript in an ASP page?