search for: script_id

Displaying 20 results from an estimated 24 matches for "script_id".

2013 Feb 28
2
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
Hello list, I use LLVM's vimrc and found that this setting below is useful when editing of reStructuredText file. llvm/utils/vim/vimrc " Enable syntax highlighting for reStructuredText files. To use, copy " rest.vim (http://www.vim.org/scripts/script.php?script_id=973) " to ~/.vim/syntax . augroup filetype au! BufRead,BufNewFile *.rst set filetype=rest augroup END Now LLVM and Clang use Sphinx so I believe this setting would be helpful. http://www.vim.org/scripts/script.php?script_id=973 More info about the rest.vim can be found the url above....
2010 Jun 30
0
drb problem? ringy-dingy won't answer...
...er, ScriptServer.new(), "ScriptServer #{myPid}"], Rinda::SimpleRenewer.new) DRb.thread.join ******** The worker/client require ''active_support'' require ''drb'' class ScriptWorker attr_accessor :script_id attr_accessor :run_id attr_accessor :distrib def initialize( script_id, run_id, distrib = true ) self.script_id = script_id self.run_id = run_id self.distrib = distrib @myLog = '''' end def perform myScript = Script.find(script_id) # left out set...
2013 Feb 28
0
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
...> I use LLVM's vimrc and found that this setting below is useful when > editing of reStructuredText file. > > > llvm/utils/vim/vimrc > > " Enable syntax highlighting for reStructuredText files. To use, copy > " rest.vim (http://www.vim.org/scripts/script.php?script_id=973) > " to ~/.vim/syntax . > augroup filetype > au! BufRead,BufNewFile *.rst set filetype=rest > augroup END > > > Now LLVM and Clang use Sphinx so I believe this setting would be helpful. > > http://www.vim.org/scripts/script.php?script_id=973 > > Mo...
2009 Oct 05
4
Vim-R-plugin (new version)
...-R (Jose Claudio Faria) now is co-author of Vim-R-plugin2, a plugin that makes it possible to send commands from the Vim text editor to R. We added many new key bindings, restructured the menu and created new Tool Bar buttons. The new version is available at: http://www.vim.org/scripts/script.php?script_id=2628 NOTES: (1) Some old key binding changed, including the shortcuts to start R. (2) The plugin doesn't work on Microsoft Windows yet. Below is the plugin's menu structure, and the corresponding default keyboard shortcuts: Start/Close . Start R (default)...
2009 May 08
2
Vim R plugin-2
Dear R users, People who uses vim in Linux/Unix may be interested in checking the plugin for R that I'm developing: http://www.vim.org/scripts/script.php?script_id=2628 The plugin includes omni completion for R objects, code indentation and communication with R running in a terminal emulator (xterm or gnome-terminal). This last feature was already present in Johannes Ranke's plugin. I would like to know if you have any suggestions of improvements. Best...
2011 Jun 18
1
Vim-R-Plugin issue : Python interface must be enabled to run Vim-R-Plugin
I am trying to get the Vim-R-Plugin<http://www.vim.org/scripts/script.php?script_id=2628> to work with gvim and R on Windows 7. When I open a .R file in VIM, it complains and says ""Python interface must be enabled to run Vim-R-Plugin." I have installed pywin32 for python 2.7, and added the following 4 lines to my _vimrc per the instructions here<http://blog...
2010 Dec 16
4
editor for MacOS
Dear friends - I'm using Tinn-R in Windows and find it OK. My son is running MacOS and is just starting using R and I know nothing about MacOS and R but we seem to have difficulties in finding something similar to Tinn for MaC. What are your suggestions? Thanks a lot! Troels Ring, MD Aalborg, Denmark
2009 Aug 06
5
Is there a 'vi' mode in R?
Hi, I'm wondering if R provide a vi mode in the command line just like other shells such as bash do. Can somebody let me know? Regards, Peng
2006 Aug 06
10
editor recommendation
Hello lsit, I''am new to rails (about 2 hours) and after the first lines of code I must say: Great! I love it! Can someone recommend me a editor? I run Ubuntu Dapper. Th?ngs -- Jochen Kaechelin, fvgi242ss, wlanhacking.de http://mail.wlanhacking.de/cgi-bin/mailman/listinfo http://www.gissmoh.de - Mein sonstiges Leben!!
2006 Jul 05
2
Vim and .rhtml
So is there any hope of someone creating a vim syntax file for ERb, particularly RHTML? I''ve been using mason for the filetype which is close, but imperfect. It might be a good starting point. I''m considering doing it myself, but I thought I''d check to see if anyone else was already on the job. --Greg
2009 Mar 06
1
R and vim (gvim) on ubuntu
Dear all - I do fret this to be a revealing beginner question - fortunately, this mailing list have been good to me in the paste .-) I am looking for a good R editor/environment in ubuntu. To that end, I have decided to dive into gvim as the modality offered here seems to make sense for editing. I want to use Johannes Ranke's vim r-plugin, but I can't make it work. I have the plugin
2010 Sep 18
0
Vim-R-plugin now works on Windows too
Dear R users, Some of you may be interested in the following announcement: The Vim-R-plugin now works on Windows too. With the Vim-R-plugin we can send commands to R from the text editor Vim: http://www.vim.org/scripts/script.php?script_id=2628 Notes: On Windows, the plugin copies the command that will be sent to R into the clipboard. Thus, if you have anything in the clipboard it will be lost while using the plugin. The plugin's zip file must be unpacked in the correct directory. I cannot make a vimball of the plugin because...
2009 Mar 16
0
dpaste, pastebin etc. Syntax highlighting for R?
...use syntax highlighting. Examples: http://dpaste.com/ http://pastie.org/ http://pastebin.com/ Twitter with a link to a syntax highlighting site would do wonders. There are plugins for most (good) editors to post directly to the site from the editor. Example: http://www.vim.org/scripts/script.php?script_id=1624 The wiki shows that there are good working solutions to get R syntax highlighting coverted to html. The code for such a thing is here: http://www.andre-simon.de/ Does anyone know of any of those pastebin-like sites that uses R-friendly syntax highlighting? Hmm, I had another idea, but maybe...
2010 Jan 25
1
Markdown settings for vim?
Anyone recommend a markdown plugin/(syntax highlighting, indentation and other filetype-dependent settings) for vim? There seems to be a bunch of files floating around, I wondered if anyone had any opinions about which is best. thanks
2011 Jan 05
0
Vim plugin for outlining Markdown
Hello, VOoM is a plugin for Vim that emulates two-pane outliner: http://www.vim.org/scripts/script.php?script_id=2657 The most recent version has support for Markdown. Command :Voom markdown creates outline from Markdown headers. Both underline-style and hashes-style headers are supported. There is screenshot at http://vim-voom.webs.com/index.html#rest It's for reST, but it looks and works pretty mu...
2012 Mar 09
1
rtags for VI(M)
Hi, according to the help file rtags does not support VI(M) yet. Is there any known hack to ctags to get tags for R in VI(M)? BW F -- Federico C. F. Calboli Neuroepidemiology and Ageing Research Imperial College, St. Mary's Campus Norfolk Place, London W2 1PG Tel +44 (0)20 75941602 Fax +44 (0)20 75943193 f.calboli [.a.t] imperial.ac.uk f.calboli [.a.t] gmail.com
2009 May 13
0
rubytest.vim 0.9.5 released
...Changelog --------- + Support quickfix: display test errors/warnings in vim quickfix window, jump to the place where error raised in source file quickly by press ''return'' + Small fixes. Get it here: http://www.vim.org/scripts/script.php?script_id=2612 Cheers, Jan -- jan=callcc{|jan|jan};jan.call(jan)
2009 Jun 15
0
Rubytest.vim 0.9.6 Released
...0.9.6 is just released. This version contains some small fix: * support rspec examples looks like example "this is an example" do * correctly handle single/double quote escape for rspec examples and vanilla testcases Check it out here: http://www.vim.org/scripts/script.php?script_id=2612 Best, Jan -- jan=callcc{|jan|jan};jan.call(jan)
2007 Dec 14
2
Vim integration.
Hi, Does anybody have a vim script that enables me to run specs from within vim and have the cursor positioned on the right line in case of a backtrace? TIA, Erik.
2009 May 23
1
Cream Text Editor
I'm interested in easing my way into learning VIM by first using the Cream text editor, liking the idea that it will work on both my Linux and Windows computers. I've installed Cream on my Linux machine, but can't figure out how to make Cream talk to R? Does anybody know? I'm using Ubuntu if it makes a difference. Thanks. -- View this message in context: