Displaying 20 results from an estimated 3000 matches similar to: "jedit rhtml autocompletion"
2006 May 24
2
Gallery2 integration
Is anybody working already in a gallery2/rails integration?
I need to use it as part of my project, so, before start from scratch 
with it I''d like to know if already is something out there.
Thanks.
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 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
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,
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 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 Jun 23
5
create session only for logged-in
i was wondering how a blog db has grown by about 15 mb in a week or two. it turns out its the sessions table..
so ive tried this:
class ApplicationController..
  session :off
end
class AccountController
  session :only, :login
end
and now, its impossible to login, and nothing ever appears in the session table. is this the right approach? i dont want to weed out the sessions with cron, i just
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 May 23
3
comma separated autocompletion, like in Google Bookmarks, GMail, ..
Hi list,
Hi all,
In Google Bookmark and GMail -f.ex.-, autocompletion would help you 
enter multiple values in 1 field, separated by commas.
Is there such a solution available somewhere?
This is necessary for the acts_as_taggable plugin, to let people enter 
many tags in one file
   ex:   "rails, ruby, plugin"
but with the help of some AJAX magic. Without it, people have no clue 
about
2006 Aug 16
5
Autocompletion
Hi there!
I may be guilty of not doing my homework, but still, I've searched. I'm a
relative newcomer to R (my forte is at present MATLAB, but for various
reasons I'm trying to get literate in R). My question is: Is there an
autocompletion feature buried somewhere in R?
All the best
Óttar
	[[alternative HTML version deleted]]
2006 Jul 22
1
InPlaceEditor with Autocompletion
Hi
Rails AJAX controls are very handy, and the InPlaceEditor is probably 
one of the easiest and most neat of them all. But, it doesn''t do 
autocompletion. I''ve rectified that situation. The plugin provides a few 
new helpers and a new JavaScript-file that extends the 
Ajax.InPlaceEditor with local and remote Autocompletion features. So, 
just install the plugin, include the
2006 Jun 02
5
scriptaculous autocompletion LIMIT and ajax vs. local
Hi,
I am using scriptaculous ajax autocompletion (not local autocompletion).
I have 2 questions:
1 - The database query being sent to the server always has LIMIT 10. I 
don''t want to have a limit, but I just can''t for the life of me find 
where this limit is set in the code. I did see "choices: 10" in 
controls.js but that''s for autocompleter.Local, which I
2006 Feb 07
4
Dynamic url with javascript? - Help Please
Hi,
I''m trying to call a remote function when a combobox option is selected, 
passing as an argument the current value of the combobox (paramenter 
"panel_id":
<select id="server_interface_jack_switch_panel" 
2006 Aug 10
1
reusing previous code
Hi,
I have a couple of controllers, views, models and mailers for a given
functionality (for example, user registration). ?what is the best way to
share them between multiple applications so that I don''t have to copy them
over and over again?
Thanks.
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
2006 Mar 12
1
Problem with --partial and rsync algorithm
Hi,
I'm running the following command for a remote host backup:
/usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z
--no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/*
--exclude=/tmp/* --exclude=/stuff/distfiles/* --exclude=/stuff/sistema/*
--exclude=/stuff2/ftp/* --exclude=/stuff2/backup/* --exclude=/home/ftp/*
--exclude=/home/gentoo/* --exclude=/mnt/*
2006 Apr 28
4
Existing Tabs Helper?
Hi.
I''m going to start writting an ajax "tabs"" helper, but before starting to
reinvent the wheel (and in order to avoid DRO : don''t Repeat
Ourselves :-) ) I wish to know if there is any project for this already.
Thanks.
2023 Apr 01
2
Autocompletion for the new S3 generic @ method?
I agree, this is a good idea and would be very helpful in interactive contexts. 
I have a draft patch implementing this feature here: https://github.com/r-devel/r-svn/pull/122
(Append  ?.patch? to the URL to get a raw patch.)
Regards,
Tomasz
> On Mar 31, 2023, at 2:11 PM, Karolis K <karolis.koncevicius at gmail.com> wrote:
> 
> Hello,
> 
> In the current R-devel @ is S3
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
2023 Mar 31
1
Autocompletion for the new S3 generic @ method?
Hello,
In the current R-devel @ is S3 generic, so we can do things like - for example - use it to extract matrix rows by name:
    .S3method("@", "mm", function(object, name) object[name,])
    m <- structure(matrix(rnorm(20), ncol=2), dimnames=list(paste0("row", 1:10), paste("col", 1:2)), class="mm")
    m at row1
However, seems like