Can we bring up a community wiki page for this?

For editing web2py apps, I have personally used: Eclipse, Geany,
Sublime Text 2, nano and the online editor.

Currently my editor of choice is Sublime Text 2.

In the quoted message below this repo was mentioned;
https://github.com/cassiobotaro/my_sublime

However when attempting to install I get this:

D:\Projects\my_sublime>python setup.py
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    USER = os.getlogin()
AttributeError: 'module' object has no attribute 'getlogin'

How do I fix this?

Also, what's a good 'lightweight' IDE for use with web2py; which supports:
- Code completion
- Syntax highlighting (preferably for web2py functions+libraries+objects also)
- Goto definition (where this function was defined or object was initiated)
- Open folder as project (preferably from command-line; currently do
this with >sublime_text <folder_location>
- Linux and Windows

Thanks for all suggestions,

Alec Taylor

On Sat, Feb 2, 2013 at 3:13 AM, select <gr...@delarue-berlin.de> wrote:
> On Thursday, January 31, 2013 1:26:45 PM UTC+1, Johann Spies wrote:
>> On 31 January 2013 13:03, Jason Brower <enco...@gmail.com> wrote:
>>>
>>> Interesting that we have coding tools built into our framework.
>>> http://www.webdesignerdepot.com/2013/01/web-ides-the-future-of-coding/
>>>
>>
>> When webeditors become as good as emacs, vim, bluefish, I will consider
>> it.  For now I did not find any editor that can compete with them.
>
> http://ace.ajax.org/build/kitchen-sink.html (c9 editor)
> is already quite impressive IMHO, with the vim commands enabled it feels
> quite natural to work with,
> then again i have ST2 which makes me super happy
> Here are the plugins I use, in case you use ST2 for web2py too
> AdvancedNewFile
> AutoPep8
> BracketHighliter (with some color customization)
> CssComb
> DocBlockr
> Emmet (Zen Coding)
> LiveReload
> SublimeCodeIndel
> SublimeLinter
> (https://github.com/cassiobotaro/my_sublime/blob/master/SublimeLinter.sublime-settings
> for web2py)
> SideBar
>>
>>
>> Regards.
>> Johann

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to