Quantcast

editors

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

editors

BBands
Notepad++, my editor of choice for some years, dropped the Scientology
bomb today. So it is time to move on as I'd prefer my editors to be
without religion. I'd like an open-source, cross-platform editor with
code folding, outlining, code completion for Python, R and other
common languages and basic encryption support. Recommendations? (In
China just now, so replies may be problematic.)

John -- who has tried emacs in the past and didn't love it

--
John Bollinger, CFA, CMT
www.BollingerBands.com

If you advance far enough, you arrive at the beginning.

_______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should go.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: editors

Tony Lewis
On 01/04/11 21:50, BBands wrote:
> Notepad++, my editor of choice for some years, dropped the Scientology
> bomb today.

April 1 perhaps?  Just a guess.

Tony

_______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should go.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: editors

Gabor Grothendieck
In reply to this post by BBands
On Fri, Apr 1, 2011 at 6:50 AM, BBands <[hidden email]> wrote:
> Notepad++, my editor of choice for some years, dropped the Scientology
> bomb today. So it is time to move on as I'd prefer my editors to be
> without religion. I'd like an open-source, cross-platform editor with
> code folding, outlining, code completion for Python, R and other
> common languages and basic encryption support. Recommendations? (In
> China just now, so replies may be problematic.)
>
> John -- who has tried emacs in the past and didn't love it

People tend to greatly prefer the editor solution they have invested
time in so its very difficult to get an unbiased opinion here but here
is an overview of your choices:

http://sciviews.org/_rgui/projects/Editors.html

vim and gvim (a Gui-ized variant of vim) have all the features you
mention as well as many more plus literally thousands of add-on
packages but do have a steep learning curve.  They are free with a GPL
compatible license and if you wish to become a "sponsor" then the
author donates such monies to help Ugandan children.  There is an
add-on called Cream (on sourceforge) that adopts Common User Access
standards in place of the native interface and it would be
superficially closer to Notepad while being vim underneath.

--
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com

_______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should go.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: editors

James P. Howard, II
In reply to this post by BBands
On Fri, Apr 1, 2011 at 06:50, BBands <[hidden email]> wrote:
> Notepad++, my editor of choice for some years, dropped the Scientology
> bomb today. So it is time to move on as I'd prefer my editors to be
> without religion. I'd like an open-source, cross-platform editor with
> code folding, outlining, code completion for Python, R and other
> common languages and basic encryption support. Recommendations? (In
> China just now, so replies may be problematic.)

I have recently rediscovered the joy of Emacs, but that probably
violates the religion-free requirement!

James

_______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should go.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: editors

BBands
In reply to this post by BBands
On Fri, Apr 1, 2011 at 6:55 PM,  <[hidden email]> wrote:
> One hopes it's an April Fool's joke but ...

Breathing a sigh of relief he types: From "Men in Black". Kay:
"No, ma'am. We at the FBI do not have a sense of humor we're aware
of... May we come in?"

Before I switched to Notepad++ I used Tinn which was orphanned by its
developer and then forked into Tinn-R. I rather liked that, but it
seems to be orphanned as well. Anyone know what's up with that?

Best.

    jab

_______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should go.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: editors

Liviu Andronic
In reply to this post by BBands
On Fri, Apr 1, 2011 at 12:50 PM, BBands <[hidden email]> wrote:
> Notepad++, my editor of choice for some years, dropped the Scientology
> bomb today. So it is time to move on as I'd prefer my editors to be
> without religion. I'd like an open-source, cross-platform editor with
> code folding, outlining, code completion for Python, R and other
> common languages and basic encryption support.
>
I don't know if it would perfectly fit your requirements, but I like
Geany and RStudio. Many like Eclipse StatET or Emacs ESS.

Regards
Liviu


> Recommendations? (In
> China just now, so replies may be problematic.)
>
> John -- who has tried emacs in the past and didn't love it
>
> --
> John Bollinger, CFA, CMT
> www.BollingerBands.com
>
> If you advance far enough, you arrive at the beginning.
>
> _______________________________________________
> [hidden email] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-finance
> -- Subscriber-posting only. If you want to post, subscribe first.
> -- Also note that this is not the r-help list where general R questions should go.
>



--
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail

_______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should go.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: editors

Johannes Lips
Everything seems to be fine!
http://notepad-plus-plus.org/news/no-donation-to-scientology-cult

On 04/02/2011 06:42 AM, Liviu Andronic wrote:

> On Fri, Apr 1, 2011 at 12:50 PM, BBands<[hidden email]>  wrote:
>> Notepad++, my editor of choice for some years, dropped the Scientology
>> bomb today. So it is time to move on as I'd prefer my editors to be
>> without religion. I'd like an open-source, cross-platform editor with
>> code folding, outlining, code completion for Python, R and other
>> common languages and basic encryption support.
>>
> I don't know if it would perfectly fit your requirements, but I like
> Geany and RStudio. Many like Eclipse StatET or Emacs ESS.
>
> Regards
> Liviu
>
>
>> Recommendations? (In
>> China just now, so replies may be problematic.)
>>
>> John -- who has tried emacs in the past and didn't love it
>>
>> --
>> John Bollinger, CFA, CMT
>> www.BollingerBands.com
>>
>> If you advance far enough, you arrive at the beginning.
>>
>> _______________________________________________
>> [hidden email] mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-sig-finance
>> -- Subscriber-posting only. If you want to post, subscribe first.
>> -- Also note that this is not the r-help list where general R questions should go.
>>
>
>
>

_______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should go.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: editors

JCFaria
This post has NOT been accepted by the mailing list yet.
In reply to this post by BBands
"Before I switched to Notepad++ I used Tinn which was orphanned by its
developer and then forked into Tinn-R. I rather liked that, but it
seems to be orphanned as well."

Hi, Tinn-R project is not orphaned!!!
I've been working more under Linux environment (using R + Vim + Vim-R-Plugin), but doing the basic maintenance in the Tinn-R.

In a few months the Tinn-R will be compiled on Windows 7, I believe some things should be improved.
(Although it has been tested on this platform and found no problems.)

Regards,
JCFaria
Loading...