Slava Pestov | 1 Aug 2003 05:11

Re: EditServer

Hi,

Try launching jEdit, then while its running try starting a second
instance :-)

On Thu, Jul 31, 2003 at 06:04:46PM -0700, Erik Ostermueller wrote:
> Hello all,
> 
> I've been looking at EditServer.java.
> I understand what it does but I don't understand why
> you need it.  I can only guess that it 
> has to do with how slow JVM's load.
> 
> It seems that it lets you execute beanshell scripts
> on a running instance of jedit, yes?  When do you 
> need this type of thing?
> 
> Thanks in advance for any help,
> 
> Erik Ostermueller
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com

--

-- 
Slava Pestov

-------------------------------------------------------
(Continue reading)

Brad Mace | 1 Aug 2003 08:57
Picon

Edit mode for ant build files

another mode to add to the core, assuming it's deemed useful enough

This will need to be in your $JEDIT_HOME/jars folder, and listed ahead 
of xml in the catalog in order for build files to be highlighted with 
this mode.

<MODE NAME="Ant" FILE="ant.xml" FILE_NAME_GLOB="build.xml" 
FIRST_LINE_GLOB="<project*>" />

Attachment (ant.xml): text/xml, 7191 bytes
James Todd | 1 Aug 2003 10:35

imfree update


at present, i am much closer to getting the imfree plugin functional.

i ended up, per many suggestions, folding the images into the jar that 
references
then. this looks to be required as i believe jedit creates a distinct 
class loader for
each jar.

the app comes up but siezes ... it is as if the painting is not 
complete. the appropriate
dot and config files are created so i know i'm getting quite close.

any pointers on plugin ui painting issues re plugins?

as a nit i would like for a single menu item vs a submenu ... can't seem 
to get that
one figured out.

i have updated the main branch  plugins project.

much appreciated,

- james

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
(Continue reading)

Stefan Kost | 1 Aug 2003 10:49
Picon

Re: status of AntFarm and SpeedJava?

Hi Brad,

SpeedJava has been updated in CVS, but still has open bugs, which are
very hard to fix. As we now have Jane+CodeAid, I have stopped trying to
fix it.

Stefan
> I really miss these two plugins.  Is anyone working on updating them to 
> work with 4.2?
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> -- 
> -----------------------------------------------
> jEdit Developers' List
> jEdit-devel <at> lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jedit-devel
> 
--

-- 

 < W E B M A C H E R > 
EDV+INTERNETSERVICE GMBH

FON:  +49 341 30766 101
WEB:  www.webmacher.de
(Continue reading)

Slava Pestov | 1 Aug 2003 13:39

Re: plugin class loader question

Hi,

Classes inside JARs can call classes from other JARs, however they can
only use resources from their own JARs with Class.getResource(). If you
want to use a resource from another JAR, there is a little trick:

InputStream in = new URL("jeditresource:/SomeJar.jar!/path/to/resource")
	.openStream();

On Thu, Jul 31, 2003 at 02:21:15AM -0700, James Todd wrote:
> 
> from perusing PluginJAR.java from cvs tip/main it looks to me as though 
> each jar is designated a distinct
> JARClassLoader and as such i wonder if this is the root cause of why my 
> app can't see another jar's
> resources when running as a jedit plugin?
> 
> i suspect i'm missing something but i can't put my finger on it as of yet.
> 
> thx,
> 
> - james
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
(Continue reading)

Ciszkowski, Jacy | 1 Aug 2003 14:12

RE: Edit mode for ant build files

I received an error when editting the catalog with that edit mode that the FIRST_LINE_GLOB cannot contain
the '<' character. I just replaced it with another '*', I assume this should work ok...
				-Jacy-

-----Original Message-----
From: Brad Mace [mailto:mace0031 <at> mrs.umn.edu]
Sent: Friday, August 01, 2003 2:58 AM
To: devel <at> jedit.org
Subject: [ jEdit-devel ] Edit mode for ant build files

another mode to add to the core, assuming it's deemed useful enough

This will need to be in your $JEDIT_HOME/jars folder, and listed ahead 
of xml in the catalog in order for build files to be highlighted with 
this mode.

<MODE NAME="Ant" FILE="ant.xml" FILE_NAME_GLOB="build.xml" 
FIRST_LINE_GLOB="<project*>" />

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel

(Continue reading)

Brad Mace | 1 Aug 2003 18:21
Picon

Re: Edit mode for ant build files

Duh...I wonder why I didn't get an error.  It should be

<MODE NAME="Ant" FILE="ant.xml" FILE_NAME_GLOB="build.xml" 
FIRST_LINE_GLOB="&lt;project*&gt;" />

Ciszkowski, Jacy wrote:

>I received an error when editting the catalog with that edit mode that the FIRST_LINE_GLOB cannot contain
the '<' character. I just replaced it with another '*', I assume this should work ok...
>  
>

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel

Erik Ostermueller | 1 Aug 2003 21:39
Picon
Favicon

EditServer

Hello all,

I've been looking at EditServer.java.
I understand what it does but I don't understand why
you need it.  I can only guess that it 
has to do with how slow JVM's load.

It seems that it lets you execute beanshell scripts
on a running instance of jedit, yes?  When do you 
need this type of thing?

Thanks in advance for any help,

Erik Ostermueller

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
--

-- 
-----------------------------------------------
jEdit Developers' List
jEdit-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-devel
(Continue reading)

Dale Anson | 2 Aug 2003 02:20
Favicon

Re: Edit mode for ant build files

Brad,

This is nice! I do a lot of Ant files, don't know why I didn't think of 
this. I put this line in my catalog file and it works fine:

<MODE NAME="Ant" FILE="ant.xml" FILE_NAME_GLOB="*.xml" 
FIRST_LINE_GLOB="<project*>" />

This is on my Windows machine at work. I'm not sure why it works, so I 
changed the < and > to &lt; and &gt; per your message just to be safe. 
Also, I changed the file name glob since many of my build files are not 
named "build.xml", but the first line glob picks them up just fine, at 
least so far. I know I have a few that use an xml and dtd line at the 
top, I'm guessing I'll need to pick the mode by hand for those.

I also noticed that the coloring of double quotes is a bit different 
than in xml or java mode. In those modes, the double quotes are the same 
color as the text they surround. I changed the top of the "TAGS" rule 
set to the following, and now the double quotes are the same color.

    <!-- {{{ TAGS -->
    <RULES SET="TAGS" DEFAULT="MARKUP" NO_WORD_SEP="-_">
        <!-- SGML comment -->
        <SPAN TYPE="COMMENT1">
            <BEGIN>&lt;!--</BEGIN>
            <END>--&gt;</END>
        </SPAN>

        <SPAN TYPE="LITERAL1">
            <BEGIN>"</BEGIN>
(Continue reading)

SourceForge.net | 2 Aug 2003 20:21
Picon
Favicon

[ jedit-Bugs-782042 ] Printing not working with network printer under Win

Bugs item #782042, was opened at 2003-08-02 11:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100588&aid=782042&group_id=588

Category: None
Group: normal bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Printing not working with network printer under Win

Initial Comment:
Config:

Java 1.4.2
WinXP (SP1)
Jedit 4.1final and CVS build 08/01/2003 (1 days old) 4.
2pre4

The network printer is connected via LAN (running on 
Win2k machine). All other application print properly, so I 
think it's not due to misconfiguration!

JEdit seems to send to print job to the Win2k machine, 
which is connected directly to the printer. But the Win2k 
machine says "Print error" and printer queue stays empty!

(Continue reading)


Gmane