I just discovered, it wasn't obvious to me, that the headings will *COLLAPSE
* the file list.

I also like to 
Cmd- Click 
on a file to open in a NEW tab in my Browser.



Collapse Feature Example:
While editing a file, like db.py,
the menu is:

models
    db.py    
    menu.py    

controllers
    appadmin.py    
    default.py    
views
    __init__.py    
    appadmin.html    
    default/index.ht
etc..

Then, click on controllers, the controller files collapse
models
    db.py    
    menu.py    

controllers

views
    __init__.py    
    appadmin.html    
    default/index.ht
etc.

A very nice improvement to UI. I spend a lot of time playing around with 
web2py, and the ability to edit files quickly in admin is helpful,
lately, I use Sublime Text 2 as my primary editor, but still play with the 
editing feature inside of web2py.
http://www.sublimetext.com/
but, it took me a long time to understand how powerful it is, and that 
installing plugins is essential to productivity,
it's great for Python, with the correct plugins, and changes the way I code.
https://tutsplus.com/course/improve-workflow-in-sublime-text-2/

Sublime will open up the web2py.app package on my mac, and I see all the 
files there.

R 



-- 

--- 
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