[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] jEdit Ruby Editor Plugin 0.7.6 released

Rob .

12/14/2005 3:10:00 PM

The jEdit Ruby Editor Plugin release 0.7.6 is available for download at:

http://www.jedit...

This release gives you:

- Introduce variable refactoring.
- Copy, cut, paste actions that operate on whole line when no text is selected.
- Smarter autocompletion of brackets and quotes; won't add extra
closing bracket/quote when you type closing char and there is already
a closing char present.
- Progressive selection now handling method selection better.

Other features include:

- Syntax highlighting
- Syntax error checking
- Edit history navigation
- Auto indent and insert end
- Integrated RDoc viewer
- Quote and bracket completion
- Structure browser
- Type-based code completion
- Progressive selection
- File structure navigation popup
- Scope highlighting

Features from core jEdit or other plugins include:

- Code folding
- Code markers
- Split panes
- Autocompletion of HTML/XML elements via XML plugin
- XPath expression evaluator via XSLT plugin
- Visual diffs via JDiff plugin
- Project managment via Project Viewer plugin

Feedback is welcome.

cheers,
Rob


10 Answers

Belorion

12/14/2005 3:52:00 PM

0

Great work Rob! Thanks for the update!

Matt

On 12/14/05, Rob . <rob.02004@gmail.com> wrote:
>
> The jEdit Ruby Editor Plugin release 0.7.6 is available for download at:
>
> http://www.jedit...
>
> This release gives you:
>
> - Introduce variable refactoring.
> - Copy, cut, paste actions that operate on whole line when no text is
> selected.
> - Smarter autocompletion of brackets and quotes; won't add extra
> closing bracket/quote when you type closing char and there is already
> a closing char present.
> - Progressive selection now handling method selection better.
>
> Other features include:
>
> - Syntax highlighting
> - Syntax error checking
> - Edit history navigation
> - Auto indent and insert end
> - Integrated RDoc viewer
> - Quote and bracket completion
> - Structure browser
> - Type-based code completion
> - Progressive selection
> - File structure navigation popup
> - Scope highlighting
>
> Features from core jEdit or other plugins include:
>
> - Code folding
> - Code markers
> - Split panes
> - Autocompletion of HTML/XML elements via XML plugin
> - XPath expression evaluator via XSLT plugin
> - Visual diffs via JDiff plugin
> - Project managment via Project Viewer plugin
>
> Feedback is welcome.
>
> cheers,
> Rob
>
>

cap

12/14/2005 4:20:00 PM

0

Oh., It's so cool!

Thank you :)

Joel VanderWerf

12/14/2005 8:14:00 PM

0

Rob . wrote:
> The jEdit Ruby Editor Plugin release 0.7.6 is available for download at:
>
> http://www.jedit...

I followed the instructions, but when I run jedit after installing the
plugins, I get an error message about RubyPlugin.jar:

The following plugin cannot be loaded:
C:\Documents and Settings\vjoel\.jedit\jars\RubyPlugin.jar:
Cannot load: java.util.zip.ZipException: error in opening zip file
The most likely reason is that the JAR file is corrupt; try
reinstalling it. See Utilities->Troubleshooting->Activity Log
for a full stack trace.

What did I do wrong?

I downloaded it again with the same result.

The file also fails to open with java when I right click in Explorer and
select "open with... java". Same error, essentially.

This is a completely clean install--I've never used jedit before.

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407


Stefan Mahlitz

12/14/2005 8:34:00 PM

0

Joel VanderWerf wrote:
> Rob . wrote:
>
>> The jEdit Ruby Editor Plugin release 0.7.6 is available for download at:
>>
>> http://www.jedit...
>
>
> I followed the instructions, but when I run jedit after installing the
> plugins, I get an error message about RubyPlugin.jar:
>
> The following plugin cannot be loaded:
> C:\Documents and Settings\vjoel\.jedit\jars\RubyPlugin.jar:
> Cannot load: java.util.zip.ZipException: error in opening zip file
> The most likely reason is that the JAR file is corrupt; try
> reinstalling it. See Utilities->Troubleshooting->Activity Log
> for a full stack trace.
>
> What did I do wrong?

I guess nothing (except I did it wrong as well).

The problem seems to be, that the server sends these jar-files with
content-type text/plain, which could cause Firefox (what do you use?) to
not treat it as binary files.

Downloading with InternetExplorer could work (its autodetection of
content-type identified the file as being .zip), but I never tested it.

Used wget to download and it works.

> I downloaded it again with the same result.
>
> The file also fails to open with java when I right click in Explorer and
> select "open with... java". Same error, essentially.
>
> This is a completely clean install--I've never used jedit before.

It is not an issue with jedit but the server configuration. I guess.

Cheers


Mark Ericson

12/14/2005 9:10:00 PM

0

Ouch, slow download, 0.3KB/sec! Are there any mirrors?

I decided to download this by 'coralizing' the URLs so these JARs should
become cached in the Coral CDN.

http://www.cor...

So, hopefully if people want to download the necessary JARs it should be
fast after these JARs become fully cached.

These are the 'coralized' URLs for the JEdit RubyPlugin required JARs

http://jedit.org.nyud.net:8090/ruby/Ruby...
http://jedit.org.nyud.net:8090/ruby...
http://jedit.org.nyud.net:8090/ruby/retro...

- Mark

On 12/14/05, Rob . <rob.02004@gmail.com> wrote:
>
> The jEdit Ruby Editor Plugin release 0.7.6 is available for download at:
>
> http://www.jedit...
>

Joel VanderWerf

12/14/2005 9:24:00 PM

0

Stefan Mahlitz wrote:
> Joel VanderWerf wrote:
>
>>Rob . wrote:
>>
>>
>>>The jEdit Ruby Editor Plugin release 0.7.6 is available for download at:
>>>
>>> http://www.jedit...
>>
>>
>>I followed the instructions, but when I run jedit after installing the
>>plugins, I get an error message about RubyPlugin.jar:
>>
>>The following plugin cannot be loaded:
>>C:\Documents and Settings\vjoel\.jedit\jars\RubyPlugin.jar:
>>Cannot load: java.util.zip.ZipException: error in opening zip file
>>The most likely reason is that the JAR file is corrupt; try
>>reinstalling it. See Utilities->Troubleshooting->Activity Log
>>for a full stack trace.
>>
>>What did I do wrong?
>
>
> I guess nothing (except I did it wrong as well).
>
> The problem seems to be, that the server sends these jar-files with
> content-type text/plain, which could cause Firefox (what do you use?) to
> not treat it as binary files.
>
> Downloading with InternetExplorer could work (its autodetection of
> content-type identified the file as being .zip), but I never tested it.
>
> Used wget to download and it works.

Thanks! I did use firefox. I'm using wget instead, and.... that did it!

--
vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407


Rob .

12/15/2005 2:50:00 PM

0

Mark Ericson wrote:
> Ouch, slow download, 0.3KB/sec! Are there any mirrors?

Thanks for the feedback on the download problems. I'm taking steps to
have a more stable download setup.

Rob


johnny@.

12/26/2009 9:54:00 PM

0

Patriot Games wrote:
> johnny@. wrote:
>> Patriot Games wrote:
>>> ... *AFTER* she has been recovered?
>>>
>>> Is it just to cater to the sick, pedophile cravings of their viewers?
>>>
>>> The little girl was recovered just hours after she was kidnapped and Fox
>>> didn't report on the story until then.
>>>
>>> But they felt the need to splash this little girl's image all over their
>>> website, serving no good purpose whatsoever.
>>>
>>> Fox News junkies are sick sick bastards!
>>>
>>> http://www.foxnews.com/story/0,2933,5811...
>> You're the one that's sick, using the name of the person that called you
>> a queer.
>
> Why did Fox News splash the 5 year old victim's picture and not the perp's?
>
> Why is Fox News protecting the perp?
>
> Why are you defending Fox News?

Why are you impersonating Patriot Games?

W Spilman

12/26/2009 10:14:00 PM

0


" johnny@." <johnny@invalid.invalid> wrote in message
news:hh60l9$ii0$1@news.eternal-september.org...
> Patriot Games wrote:
>> johnny@. wrote:
>>> Patriot Games wrote:
>>>> ... *AFTER* she has been recovered?
>>>>
>>>> Is it just to cater to the sick, pedophile cravings of their viewers?
>>>>
>>>> The little girl was recovered just hours after she was kidnapped and
>>>> Fox
>>>> didn't report on the story until then.
>>>>
>>>> But they felt the need to splash this little girl's image all over
>>>> their
>>>> website, serving no good purpose whatsoever.
>>>>
>>>> Fox News junkies are sick sick bastards!
>>>>
>>>> http://www.foxnews.com/story/0,2933,5811...
>>> You're the one that's sick, using the name of the person that called you
>>> a queer.
>>
>> Why did Fox News splash the 5 year old victim's picture and not the
>> perp's?
>>
>> Why is Fox News protecting the perp?
>>
>> Why are you defending Fox News?
>
> Why are you impersonating Patriot Games?

A fake name is a fake name. Does the right-wing queer have
a copyright on "Patriot Games?" If the right-wing "Patriot Games"
wants protection he should not hide behind a fake name. He
should use "Bob Milby, Jr.," his real name.
WS


Patriot Games

12/27/2009 6:27:00 PM

0

On Sat, 26 Dec 2009 17:13:38 -0500, "W Spilman" <who@knows.com> wrote:
>" johnny@." <johnny@invalid.invalid> wrote in message
>news:hh60l9$ii0$1@news.eternal-september.org...
>> Patriot Games wrote:
>>> johnny@. wrote:
>>>> Patriot Games wrote:
>>>>> ... *AFTER* she has been recovered?
>>>>> Is it just to cater to the sick, pedophile cravings of their viewers?
>>>>> The little girl was recovered just hours after she was kidnapped and
>>>>> Fox
>>>>> didn't report on the story until then.
>>>>> But they felt the need to splash this little girl's image all over
>>>>> their
>>>>> website, serving no good purpose whatsoever.
>>>>> Fox News junkies are sick sick bastards!
>>>>> http://www.foxnews.com/story/0,2933,5811...
>>>> You're the one that's sick, using the name of the person that called you
>>>> a queer.
>>> Why did Fox News splash the 5 year old victim's picture and not the
>>> perp's?
>>> Why is Fox News protecting the perp?
>>> Why are you defending Fox News?
>> Why are you impersonating Patriot Games?
>A fake name is a fake name. Does the right-wing queer have
>a copyright on "Patriot Games?" If the right-wing "Patriot Games"
>wants protection he should not hide behind a fake name. He
>should use "Bob Milby, Jr.," his real name.

Sorry, not my real name...