Displaying 20 results from an estimated 78 matches for "jedit".
Did you mean:
edit
2007 Oct 24
3
jEdit for R
Hi,
I just installed jEdit but have no clue, whether I can run my code a'la
"ctrl-R" directly from jEdit script, or should source it from R command
line, after saving it first in jEdit.
thanks for any help,
rob
--
View this message in context: http://www.nabble.com/jEdit-for-R-tf4684065.html#a13384782
Sent fr...
2006 Feb 16
3
jedit ruby plugin
thought i might ask around here for this. apologies ahead of time if this
bothers anyone, but there are no real other alternatives.
i''m trying to download the latest jedit ruby plugin files but apparently
jedit is having issues with their webserver and I have not seen anywhere
else to get the plugin other than the main site.
if anyone is using jedit and has the 0.7.6 version of the plugin I would
appreciate it if you could email it to me. i specifically need:
Ruby...
2002 Apr 24
0
Everything You Need for JEdit/R Edit Mode
After a couple of e-mails asking how to get this to work, I decided that
I would send out a quick message with the stuff you need and
instructions on how to use it.
I've attached the two files you need to get the R syntax coloring and
indenting to work with JEdit. They are just XML files.
Here's what you do:
1) Copy these two files to your .jedit/modes directory. Depending on
what you are running jedit on, this modes directory may be in a
different place. There are two basic modes directories: the jedit one
and yours. The jedit one has lots of X...
2006 Mar 20
9
jEdit Snippets for Ruby on Rails
-----------------------------------------------------
Announcing: jEdit Snippets for Ruby on Rails
-----------------------------------------------------
I thought I''d "give a little back to the community" and whip up some
SuperAbbrev files for ruby and rhtml that mimic all of the Textmate
Rails bundle snippets.
Note: This was totally inspired by Te...
2006 Jul 23
3
help jedit
Hi,
i was hoping (maliciously enough) if someone has also bumped into this
problem. apologies in advance; this isn''t a rails/ruby question, but as
i am a newbie developing in RoR and switching to Linux correspondingly,
i was referenced to use Jedit as the prefferable editor for rails/ruby.
but i have been having some trouble installing it - - i was wondering if
anyone had bumped into problems installing this editor, always recieving
this message:
GC Warning: Out of Memory! Returning NIL!
Exception in thread "main" GC Warning: O...
2002 Nov 20
4
Improving R Editing: New JEdit Edit Mode for R
Hi all,
I have created a new edit mode file for the editor JEdit (http://www.jedit.org) based on the file from Zed Shaw. The difference between
his and my file is that mine can be used as a spell checker. It does not highlight all functions but provides syntax highlighting for the base
package (keyword types 1 and 2) and 26 additional packages (boot, class, cl...
2002 Nov 21
1
AW: Improving R Editing: New JEdit Edit Mode for R
Hi Daniel,
> Do you have experience how JEdit compares to other
> R-capable editors like e.g. WinEdt? Does it offer something like WinEdt's
> integration with the Windows R-gui?
I have never tried out WinEdit but after reading your message I took a quick glance at their homepage. It would not be useful for JEdit to
implement the pr...
2006 May 23
2
RFC - Ruby on Rails / jEdit (Blog Posting)
All,
Request for Comments. I''ve attempted to collect and clarify a few
things in the spirit of documenting things. To that end I''ve worked
on a blog posting starting from scratch for a windows box and getting
Ruby, Rails, and (my new favorite editor jEdit) install. Probably
nothing new, just a consolodation of information....
# Prerequisites
# Install Ruby
# Install Rails
# Install sqlite3
# Install jEdit
# Resources
Please let me know what you think. :)
-Curtis
P.S. I already know I need to fix the final plugin links and some
other stuff in...
2006 Mar 07
12
what is the IDE tools used in the video?
What is the IDE tools used in the video on the homepage of the
www.rubyonrails.org?I had thought it was Komodo,however after I had
installed that i found they were different.I do think the IDE used in
the video is very cool for its autocomplete abilities especially in the
Views development.Thanks!
--
Posted via http://www.ruby-forum.com/.
2006 Apr 09
1
RadRails question
I do apologize for asking this question here, but it seemed like the
appropriate place:
I keep trying to move from jEdit to RadRails for my ruby/rails
development but there are a few things holding me back. I''m wondering
if anybody could tell me whether these features are truly missing, or
if I''m just missing how to make them work.
Firstly, it doesn''t truly auto insert. In jEdit, if I type...
2004 Jul 07
6
text editor for R
Hi,
What is the best text editor for programming in R? I am using JEdit as the
text editor, however, it does not have anything specific for R. It will be
nice to have a developing environment where the keywords are highlighted,
plus some other debugging functions.
Yi-Xiong
[[alternative HTML version deleted]]
2005 Dec 16
1
jedit rhtml autocompletion
Does the jedit ruby plugin have rhtml autocompletion??? (autocompletion
of embedded ruby code and html tags...)
thanks.
2005 Jun 07
3
BBEdit Ruby & Rails Syntax Module available
I''ve made a Ruby & Rails syntax coloring module for BBEdit. This is a
"Codeless Language Module", so it will only work with BBEdit 8+. It''s
basically a giant list of Ruby and Rails keywords, method names, and
so on. It''s both Ruby and Rails because BBedit only lets you
associate a file type with one language module.
The file is available here:
2006 Apr 30
0
jEdit Snippets for Ruby on Rails
http://community.jedit.org/?q=node/view/2762
2008 Jul 16
0
[dogfood] Jedit totally irresponsive upon launch
Windows (stable) version tested in Wine. Needs Java 1.5 minimum. Available at www.jedit.org, source code available.
Installation without an hitch. After installation, it asks you wether you want to start it. If you tick on yes, it is immediately prompted.
Afterwards, your screen becomes black with only the main block (middle) to be seen. No possibility to close it and the rest is bl...
2006 May 17
40
IDE recommendations?
I was wondering if there are any IDEs out there that has autocomplete
features for win32.
It would be perfect if it could do something akin to what DHH is doing
on the screencast hosted on the rails website.
http://media.rubyonrails.org/video/rails_take2_with_sound.mov
Cheers
--
Posted via http://www.ruby-forum.com/.
2006 Aug 08
7
Useful plugins for RadRails
Hi Friends,
Could anybody suggest me some nice and useful plugins for RadRails! It would
be very great if we make list of all such plugins!
1)________
2)________
3)________
4)________
5)________
6)________
7).....
Please fill above blanks and lets make a big list of it!
--
Don''t live to geek; geek to live.
http://anilw.info
-------------- next part --------------
An HTML attachment
2006 Jul 17
1
code snippets
I use jedit as my ruby editor and I recently decided to give radrails a
try so I can take advantage of the cvs/subversion integration plugins.
I''m used to using code snippets in jedit so I can quickly insert common
code structures without having to type them in by hand each and every time
- much like...
2006 Mar 09
15
open source editor
does anyone know of a good place to find an open source / freeware text
editor?
--
Posted via http://www.ruby-forum.com/.
2005 Mar 08
43
e=MCv
Dears,
What is this software runned as "e" showed on most Rails Videos and
providing a tree browser (explorer) and editor ?
Avail for Linux ?
Gretz
--
Mathieu