Displaying 20 results from an estimated 2000 matches similar to: "Everything You Need for JEdit/R Edit Mode"
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 provided interaction with R-GUI since JEdit has to
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, cluster, ctest, eda, foreign, grid,
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 from the R help mailing list archive at Nabble.com.
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
#
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
2005 Dec 16
1
jedit rhtml autocompletion
Does the jedit ruby plugin have rhtml autocompletion??? (autocompletion
of embedded ruby code and html tags...)
thanks.
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 black. You can
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
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 Textmate and the syncPEOPLE
2006 Jul 27
1
Update second pulldown menu based on first menu selection?
I know I''ve seen this somewhere on this board and just can''t search it
anymore.
I have three relational tables: clients, projects, and tasks. Currently
I''m working on customizing the ''new/edit'' task _form. So far I have it
listing clients in a pulldown menu so I can assign the new task to a
client. I''d like to have a second pulldown select
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
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 the feature seen in TextMate.
Now, I''ve searched high and low in the settings
2004 Aug 06
2
communication between icecast and sources
>>>>> "j" == jaromil <jaromil@dyne.org> writes:
j> as it is today, xml-rpc bindings are available for several
j> languages: * Python, Java, Perl, TCL, ASP, COM, PHP, Zope,
j> AppleScript, REBOL, * Dylan, Common LISP, Real Basic, UserLand
j> Frontier, and even macromedia flash.. :)
j> i think icecast could take advantage of
2013 Jan 09
2
multiscreen
I'm wondering what the status of multiscreen support is supposed to be
in 0.9.7.12. Using Ubuntu Precise, it seems that compiz only manages 1
screen and if you want compiz on both screens of a dual screen set up
you need to start two compiz sessions as such:
$ DISPLAY=:0.0 compiz --replace
$ DISPLAY=:0.1 compiz --replace
What makes this all so strange is that even when one starts only the
2006 May 10
1
A/V sync. problems with NTSC DVD source
Hi,
I decided to try Theora and encoded a PAL DVD. I was very pleased with
the result. It's better than "DiVX" for the same bitrate, I think, and
the audio is clearly superior to MP3 audio.
However, I'm having serious troubles encoding NTSC DVDs and getting the
video and audio durations to match.
I read some messages on this list about such problems and so what I am
doing
2011 Mar 27
2
[Ubuntu 10.10/wine 1.3.16] Nonexistent printers in pulldown
The applications I run under wine (e.g., Quicken 2007, notepad) list "nonexistent" printers in their printer selection pulldown lists. Of the eight or ten listed, only two are really configured on my system.
It appears that the wine list contains residue from previous installations / deinstallations of printers, which I had done via the cups configuration tool (system-config-printer
2006 Jun 04
5
Creating pulldowns using loops
Creating looped pulldowns in PHP is simple so I can''t figure out why it
seems to elude me in RoR. I want to create a simple pulldown list with
the options and values "1" through "14."
I have been trying to accomplish this with the .upto method like so:
--START RHTML CODE--
<% options_array = [
1.upto(14) {|i| print "[" i "," i "]"}
2007 Oct 18
0
rake spec:models failing
Hi there,
I''m having trouble with `rake spec:models`. It''s failing on:
- 1 old rspec/rails project
- all new rspec/rails projects
But, it *is* working fine on my other (older) rspec/rails projects. All
projects are on rspec & rails 1.0.8, Rails 1.2.3, os X ppc
Here''s a fresh rspec/rails project with failing rake task
$ rails test_app -d postgresql
$ cd
2008 Mar 25
0
HOWTO: RSpec integration with Rails
Hi, I''ve hacked together a setup to load an RSpec backtrace into jEdit (in
other words, you''ll be able to click the relevant failed behaviour or error
to go straight the relevant file and line).
More info here:
http://textgoeshere.org.uk/articles/2008/03/howto-integrate-rspec-on-rails-with-jedit/
--
Dave Nolan
http://textgoeshere.org.uk
-------------- next part --------------