+1 2015-06-12 9:41 GMT+01:00 Gergely Orosz <oroszgergely840...@gmail.com>:
> When I started to use web2py I loved the idea of the web IDE. > As time passed by and I learned ins and outs of the framework and sublime > text I started to use only Sublime. > I searched the plugins I need to do everything from sublime while do my > daily tasks (commit to git repository, resolve merge conflicts, query > database, deploy over SSH) > The one thing was missing is web2py 'integration' I call it integration > but it a bunch of helpful stuff I use day after day while I work with web2py > I don't want to compete with the web IDE, I don't want to convert anybody > to Sublime. > I'd like to make my life easier and help others > > That is the story behind the W2P plugin. > > 2015. június 11., csütörtök 22:44:38 UTC+2 időpontban Ramos a következőt > írta: >> >> In my opinion we should leave the IDE to an external tool like Sublime >> that has a lot more power over the web2py web IDE and get the people behind >> the web IDE to concentrate just on web2py that need a litle "REVAMPING". >> >> For me the webIDE its very usefull but not compared to sublime or other >> like it >> >> 2015-06-11 19:29 GMT+01:00 Ron Chatterjee <achatte...@gmail.com>: >> >>> Don't want to go Off Topic, but if we can just have auto complete in the >>> web2py web based IDE, then what does the sublime provides extra over what >>> we already have? I like sublime. That's not the point. I believe the >>> current IDE is good for what it does just need the auto complete and few >>> minor add ons. >>> >>> >>> On Thursday, June 11, 2015 at 9:21:41 AM UTC-4, Ramos wrote: >>>> >>>> I got a "database locked error" opening web2py shell in sublime >>>> I think this is a sqlite problem right ? >>>> >>>> 2015-06-11 14:15 GMT+01:00 António Ramos <ramst...@gmail.com>: >>>> >>>>> just saw it in sublime-settings >>>>> >>>>> 2015-06-11 14:07 GMT+01:00 António Ramos <ramst...@gmail.com>: >>>>> >>>>>> SO COOL!!!!!! the w2py shell >>>>>> >>>>>> what is the admin password that it sets when starts the server ? >>>>>> >>>>>> >>>>>> 2015-06-11 14:01 GMT+01:00 Gergely Orosz <oroszgerg...@gmail.com>: >>>>>> >>>>>>> Hi Everyone, >>>>>>> >>>>>>> I just tweaked the plug-in a little bit. >>>>>>> Please uninstall the plug-in completely and install it again to get >>>>>>> it work >>>>>>> Steps are the following: >>>>>>> >>>>>>> 1. Package Control -> Remove Package -> W2P >>>>>>> 2. Restart Sublime >>>>>>> 3. Package Control -> Install Package -> W2P >>>>>>> 4. Restart Sublime >>>>>>> >>>>>>> Sorry for the inconvenience >>>>>>> >>>>>>> Regards >>>>>>> Greg >>>>>>> >>>>>>> 2015. június 10., szerda 16:10:41 UTC+2 időpontban Ramos a >>>>>>> következőt írta: >>>>>>>> >>>>>>>> thank u >>>>>>>> >>>>>>>> 2015-06-10 14:18 GMT+01:00 Gergely Orosz <oroszgerg...@gmail.com>: >>>>>>>> >>>>>>>>> It should create a new entry in Tools -> SublimeREPL -> Web2py >>>>>>>>> {app_name} >>>>>>>>> I will check it again in the source code >>>>>>>>> >>>>>>>>> 2015. június 10., szerda 14:12:31 UTC+2 időpontban Ramos a >>>>>>>>> következőt írta: >>>>>>>>>> >>>>>>>>>> I still have the same problem. >>>>>>>>>> Should i see something like web2py in Tools -> Python ->? >>>>>>>>>> >>>>>>>>>> thank u >>>>>>>>>> >>>>>>>>>> 2015-06-10 6:30 GMT+01:00 Gergely Orosz <oroszgerg...@gmail.com>: >>>>>>>>>> >>>>>>>>>>> Hi Ramos, >>>>>>>>>>> >>>>>>>>>>> I fixed an issue in the Add REPL support command >>>>>>>>>>> I pushed the changes so w2p plugin should be updated automagicly >>>>>>>>>>> via PackageControl. >>>>>>>>>>> If you still have issues please let me know >>>>>>>>>>> >>>>>>>>>>> Regards >>>>>>>>>>> Greg >>>>>>>>>>> >>>>>>>>>>> 2015. június 9., kedd 17:38:25 UTC+2 időpontban Ramos a >>>>>>>>>>> következőt írta: >>>>>>>>>>>> >>>>>>>>>>>> I cant install web2py sublimeRepl via >>>>>>>>>>>> >>>>>>>>>>>> W2p:Add sublimeREPL support >>>>>>>>>>>> >>>>>>>>>>>> Just see on status bar "Loading Repositories " and nothing more >>>>>>>>>>>> then i search for it and i get this only >>>>>>>>>>>> >>>>>>>>>>>> [image: Imagem inline 1] >>>>>>>>>>>> >>>>>>>>>>>> Any help ? >>>>>>>>>>>> i´m on windows 7 >>>>>>>>>>>> >>>>>>>>>>>> 2015-05-21 17:21 GMT+01:00 António Ramos <ramst...@gmail.com>: >>>>>>>>>>>> >>>>>>>>>>>>> XDebug looks nice but is for php only ? >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> 2015-05-20 20:05 GMT+01:00 Ron Chatterjee < >>>>>>>>>>>>> achatte...@gmail.com>: >>>>>>>>>>>>> >>>>>>>>>>>>>> Few good links for sublime I thought I can share within the >>>>>>>>>>>>>> community if anyone is interested. The django sublime interface >>>>>>>>>>>>>> walks you >>>>>>>>>>>>>> through the entire sublime setup. I am sure, web2py will be >>>>>>>>>>>>>> same. That >>>>>>>>>>>>>> said, I couldn't have the ipython and terminal working like >>>>>>>>>>>>>> anaconda. Or >>>>>>>>>>>>>> may be this is the best sublime can do. >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> plugins available for debugging; for example: >>>>>>>>>>>>>> http://www.sitepoint.com/debugging-xdebug-sublime-text-3/ >>>>>>>>>>>>>> >>>>>>>>>>>>>> Plugins for Python development: >>>>>>>>>>>>>> https://packagecontrol.io/packages/IPython%20Notebook >>>>>>>>>>>>>> >>>>>>>>>>>>>> https://nipunbatra.wordpress.com/2014/01/30/plugins-for-python-development-in-sublime-text/ >>>>>>>>>>>>>> >>>>>>>>>>>>>> Navigating projects: >>>>>>>>>>>>>> >>>>>>>>>>>>>> http://www.joshuawinn.com/understanding-projects-in-sublime-text-saving-switching-etc/ >>>>>>>>>>>>>> >>>>>>>>>>>>>> Package management: >>>>>>>>>>>>>> https://packagecontrol.io/installation >>>>>>>>>>>>>> >>>>>>>>>>>>>> Django interface: >>>>>>>>>>>>>> >>>>>>>>>>>>>> http://www.marinamele.com/2014/03/install-and-configure-sublime-text-3.html >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Wednesday, May 20, 2015 at 3:16:42 AM UTC-4, Gergely Orosz >>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Hi Ron, >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> To be honest I am still learning the advanced features of >>>>>>>>>>>>>>> Sublime, Python and Web2py :) >>>>>>>>>>>>>>> I am not familiar with ipython package unfortunately. >>>>>>>>>>>>>>> I am using SublimeREPL package to open interactive shell in >>>>>>>>>>>>>>> Sublime. You can open as many interactive shell as many you >>>>>>>>>>>>>>> want. Sublime >>>>>>>>>>>>>>> open a new tab for the shell and you can evaluate commands >>>>>>>>>>>>>>> there. >>>>>>>>>>>>>>> What do you mean by "integrating project with ipython". >>>>>>>>>>>>>>> Web2py has an option to start ipython shell I think if >>>>>>>>>>>>>>> installed that is >>>>>>>>>>>>>>> the default shell. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Hope I could help. >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> If you have any question drop me a mail >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Regards >>>>>>>>>>>>>>> Greg >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> Ron Chatterjee <achatte...@gmail.com> ezt írta (időpont: >>>>>>>>>>>>>>> 2015. máj. 20., Sze, 1:43): >>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> This is great. I just started looking at sublime text. This >>>>>>>>>>>>>>>> is not a web2py question but since you are so familiar with >>>>>>>>>>>>>>>> sublime >>>>>>>>>>>>>>>> Gergely, let me ask the question anyway...in sublime, all I >>>>>>>>>>>>>>>> see a python >>>>>>>>>>>>>>>> terminal. I don't see a command prompt or ipython terminal. I >>>>>>>>>>>>>>>> have >>>>>>>>>>>>>>>> installed the ipython from install packages. How do I add >>>>>>>>>>>>>>>> more terminal >>>>>>>>>>>>>>>> into sublime? Also, integrating Ipython with the project so >>>>>>>>>>>>>>>> all the >>>>>>>>>>>>>>>> variable shows up in the workspace. Any thoughts? >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> On Tuesday, May 19, 2015 at 5:00:58 AM UTC-4, Gergely Orosz >>>>>>>>>>>>>>>> wrote: >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> Hi Ramos, >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> It some bug in SublimeREPL it is not related the W2P >>>>>>>>>>>>>>>>> plugin. >>>>>>>>>>>>>>>>> I was away on holiday and the development slowed down a >>>>>>>>>>>>>>>>> bit but I am going to make a tutorial video how to use the >>>>>>>>>>>>>>>>> plugin >>>>>>>>>>>>>>>>> Also started implementing the open controller from view >>>>>>>>>>>>>>>>> command >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> 2015. május 7., csütörtök 15:15:09 UTC+2 időpontban Ramos >>>>>>>>>>>>>>>>> a következőt írta: >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> if i open console i see this before installing SublimeREPL >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> warning: mnemonic r not found in menu caption SublimeREPL >>>>>>>>>>>>>>>>>> warning: mnemonic r not found in menu caption Ruby >>>>>>>>>>>>>>>>>> warning: mnemonic p not found in menu caption Python >>>>>>>>>>>>>>>>>> warning: mnemonic d not found in menu caption Python - >>>>>>>>>>>>>>>>>> PDB current file >>>>>>>>>>>>>>>>>> warning: mnemonic d not found in menu caption Python - >>>>>>>>>>>>>>>>>> RUN current file >>>>>>>>>>>>>>>>>> warning: mnemonic p not found in menu caption Python - >>>>>>>>>>>>>>>>>> IPython >>>>>>>>>>>>>>>>>> warning: mnemonic f not found in menu caption F# >>>>>>>>>>>>>>>>>> warning: mnemonic d not found in menu caption GDB >>>>>>>>>>>>>>>>>> warning: mnemonic g not found in menu caption Groovy >>>>>>>>>>>>>>>>>> warning: mnemonic h not found in menu caption Haskell >>>>>>>>>>>>>>>>>> warning: mnemonic i not found in menu caption Io >>>>>>>>>>>>>>>>>> warning: mnemonic l not found in menu caption Lua >>>>>>>>>>>>>>>>>> warning: mnemonic m not found in menu caption Matlab >>>>>>>>>>>>>>>>>> warning: mnemonic m not found in menu caption MozRepl >>>>>>>>>>>>>>>>>> warning: mnemonic n not found in menu caption Node >>>>>>>>>>>>>>>>>> warning: mnemonic o not found in menu caption Octave >>>>>>>>>>>>>>>>>> warning: mnemonic p not found in menu caption Perl >>>>>>>>>>>>>>>>>> warning: mnemonic s not found in menu caption PHP >>>>>>>>>>>>>>>>>> warning: mnemonic p not found in menu caption PowerShell >>>>>>>>>>>>>>>>>> warning: mnemonic r not found in menu caption R >>>>>>>>>>>>>>>>>> warning: mnemonic n not found in menu caption Racket >>>>>>>>>>>>>>>>>> warning: mnemonic r not found in menu caption Rails >>>>>>>>>>>>>>>>>> warning: mnemonic b not found in menu caption SBT for >>>>>>>>>>>>>>>>>> opened folder >>>>>>>>>>>>>>>>>> warning: mnemonic r not found in menu caption Scheme >>>>>>>>>>>>>>>>>> warning: mnemonic r not found in menu caption Gauche >>>>>>>>>>>>>>>>>> warning: mnemonic r not found in menu caption Petite Chez >>>>>>>>>>>>>>>>>> Scheme >>>>>>>>>>>>>>>>>> warning: mnemonic scs not found in menu caption ScriptCS >>>>>>>>>>>>>>>>>> warning: mnemonic s not found in menu caption Shell >>>>>>>>>>>>>>>>>> Opening in new tab >>>>>>>>>>>>>>>>>> Stoping web2py server with pid: 6192 >>>>>>>>>>>>>>>>>> Opening in new tab >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> Then clicking to install sublimeREPL nothing happens >>>>>>>>>>>>>>>>>> i see only in status bar >>>>>>>>>>>>>>>>>> *"Loading repositories" * >>>>>>>>>>>>>>>>>> and as soon this messages disappears nothing happens and >>>>>>>>>>>>>>>>>> going back to search to install, there it is again in the >>>>>>>>>>>>>>>>>> list >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> W2P:Add sublimeREPL Support >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> 2015-05-06 18:18 GMT+01:00 Gergely Orosz < >>>>>>>>>>>>>>>>>> oroszgerg...@gmail.com>: >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> Can you see any error on Sublime Console when run any >>>>>>>>>>>>>>>>>>> command? >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> 2015. május 6., szerda 16:12:36 UTC+2 időpontban JorgeH >>>>>>>>>>>>>>>>>>> a következőt írta: >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> I installed in win 7. >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> Haven´t been able to get it working. >>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>> On Wednesday, May 6, 2015 at 7:09:38 AM UTC-5, Gergely >>>>>>>>>>>>>>>>>>>> Orosz wrote: >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> You should use command palette again >>>>>>>>>>>>>>>>>>>>> Search for SublimeREPL: Web2py {your application name} >>>>>>>>>>>>>>>>>>>>> It should start interactive console for your web2py >>>>>>>>>>>>>>>>>>>>> application >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> 2015. május 6., szerda 12:34:17 UTC+2 időpontban Ramos >>>>>>>>>>>>>>>>>>>>> a következőt írta: >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> On more question. >>>>>>>>>>>>>>>>>>>>>> i installed sublime repl but how do i get the web2py >>>>>>>>>>>>>>>>>>>>>> interactive console ? >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> thank u >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> 2015-05-06 11:25 GMT+01:00 António Ramos < >>>>>>>>>>>>>>>>>>>>>> ramst...@gmail.com>: >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> From the controller i can open the view >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> From the view i should open the controller , not the >>>>>>>>>>>>>>>>>>>>>>> view again... >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> thank u >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> 2015-05-06 11:22 GMT+01:00 António Ramos < >>>>>>>>>>>>>>>>>>>>>>> ramst...@gmail.com>: >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> I have seen the light.... >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> Keep working on it. Its very good... >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> 2015-05-06 10:06 GMT+01:00 Gergely Orosz < >>>>>>>>>>>>>>>>>>>>>>>> oroszgerg...@gmail.com>: >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> Once you installed the plugin restart Sublime Text >>>>>>>>>>>>>>>>>>>>>>>>> After that you can use the command palette to >>>>>>>>>>>>>>>>>>>>>>>>> check the available commands >>>>>>>>>>>>>>>>>>>>>>>>> All prefixed all web2py related command with W2P >>>>>>>>>>>>>>>>>>>>>>>>> if you press CTRL+SHIFT+P and start type W2P you >>>>>>>>>>>>>>>>>>>>>>>>> will see all the available commands >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>> 2015. május 6., szerda 10:44:20 UTC+2 időpontban >>>>>>>>>>>>>>>>>>>>>>>>> Ramos a következőt írta: >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> Thank you >>>>>>>>>>>>>>>>>>>>>>>>>> You say it can start and stop the server ... >>>>>>>>>>>>>>>>>>>>>>>>>> how ? >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> 2015-05-06 6:52 GMT+01:00 Gergely Orosz < >>>>>>>>>>>>>>>>>>>>>>>>>> oroszgerg...@gmail.com>: >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> Hi Ramos, >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> You should add a web2py application folder to a >>>>>>>>>>>>>>>>>>>>>>>>>>> Sublime Text prokeject >>>>>>>>>>>>>>>>>>>>>>>>>>> 1. Open Sublime go to the Project menu >>>>>>>>>>>>>>>>>>>>>>>>>>> 2. Choose Add folder to project option >>>>>>>>>>>>>>>>>>>>>>>>>>> 3. Browse your web2py application you like to >>>>>>>>>>>>>>>>>>>>>>>>>>> work on >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> You are ready to use the W2P plugin >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> I am going to make the video tutorial on the >>>>>>>>>>>>>>>>>>>>>>>>>>> weekend and also going to update the plugin read >>>>>>>>>>>>>>>>>>>>>>>>>>> with these steps >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> Thank you letting me know >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>> 2015. május 5., kedd 13:16:36 UTC+2 időpontban >>>>>>>>>>>>>>>>>>>>>>>>>>> Ramos a következőt írta: >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> i installed it and get the message to add >>>>>>>>>>>>>>>>>>>>>>>>>>>> web2py to the project >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> what project? >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> you should do a 1 minute video to show how to >>>>>>>>>>>>>>>>>>>>>>>>>>>> use it >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> thank u >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> 2015-05-05 7:43 GMT+01:00 Gergely Orosz < >>>>>>>>>>>>>>>>>>>>>>>>>>>> oroszgerg...@gmail.com>: >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Thank you Massimo, >>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>> I am going to improve it continuously >>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>> 2015. május 4., hétfő 18:24:34 UTC+2 >>>>>>>>>>>>>>>>>>>>>>>>>>>>> időpontban Massimo Di Pierro a következőt írta: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Nice. Thank you! I added link form the web2py >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> examples/ app. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Monday, 4 May 2015 05:28:55 UTC-5, Gergely >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Orosz wrote: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi 4 All, >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I've started to develop a web2py plugin for >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Sublime Text 3. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I've implemented a few command I found very >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> useful on my daily work. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> If you have any idea how can I make it >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> better and useful please visit the below link >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> and submit your feature >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> request there >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks in advance >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> You can find the plugin: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://bitbucket.org/kfog/w2p >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> If you have any question please feel free to >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ask here or on the Issue tracker >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> All the best >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Greg >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>> Resources: >>>>>>>>>>>>>>>>>>>>>>>>>>>>> - http://web2py.com >>>>>>>>>>>>>>>>>>>>>>>>>>>>> - http://web2py.com/book (Documentation) >>>>>>>>>>>>>>>>>>>>>>>>>>>>> - http://github.com/web2py/web2py (Source >>>>>>>>>>>>>>>>>>>>>>>>>>>>> code) >>>>>>>>>>>>>>>>>>>>>>>>>>>>> - https://code.google.com/p/web2py/issues/list >>>>>>>>>>>>>>>>>>>>>>>>>>>>> (Report Issues) >>>>>>>>>>>>>>>>>>>>>>>>>>>>> --- >>>>>>>>>>>>>>>>>>>>>>>>>>>>> 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+un...@googlegroups.com. >>>>>>>>>>>>>>>>>>>>>>>>>>>>> For more options, visit >>>>>>>>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout. >>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>>>> Resources: >>>>>>>>>>>>>>>>>>>>>>>>>>> - http://web2py.com >>>>>>>>>>>>>>>>>>>>>>>>>>> - http://web2py.com/book (Documentation) >>>>>>>>>>>>>>>>>>>>>>>>>>> - http://github.com/web2py/web2py (Source code) >>>>>>>>>>>>>>>>>>>>>>>>>>> - https://code.google.com/p/web2py/issues/list >>>>>>>>>>>>>>>>>>>>>>>>>>> (Report Issues) >>>>>>>>>>>>>>>>>>>>>>>>>>> --- >>>>>>>>>>>>>>>>>>>>>>>>>>> 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+un...@googlegroups.com. >>>>>>>>>>>>>>>>>>>>>>>>>>> For more options, visit >>>>>>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout. >>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>>>>>>>> Resources: >>>>>>>>>>>>>>>>>>>>>>>>> - http://web2py.com >>>>>>>>>>>>>>>>>>>>>>>>> - http://web2py.com/book (Documentation) >>>>>>>>>>>>>>>>>>>>>>>>> - http://github.com/web2py/web2py (Source code) >>>>>>>>>>>>>>>>>>>>>>>>> - https://code.google.com/p/web2py/issues/list >>>>>>>>>>>>>>>>>>>>>>>>> (Report Issues) >>>>>>>>>>>>>>>>>>>>>>>>> --- >>>>>>>>>>>>>>>>>>>>>>>>> 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+un...@googlegroups.com. >>>>>>>>>>>>>>>>>>>>>>>>> For more options, visit >>>>>>>>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout. >>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>>> Resources: >>>>>>>>>>>>>>>>>>> - http://web2py.com >>>>>>>>>>>>>>>>>>> - http://web2py.com/book (Documentation) >>>>>>>>>>>>>>>>>>> - http://github.com/web2py/web2py (Source code) >>>>>>>>>>>>>>>>>>> - https://code.google.com/p/web2py/issues/list (Report >>>>>>>>>>>>>>>>>>> Issues) >>>>>>>>>>>>>>>>>>> --- >>>>>>>>>>>>>>>>>>> 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+un...@googlegroups.com. >>>>>>>>>>>>>>>>>>> For more options, visit >>>>>>>>>>>>>>>>>>> https://groups.google.com/d/optout. >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>> Resources: >>>>>>>>>>>>>>>> - http://web2py.com >>>>>>>>>>>>>>>> - http://web2py.com/book (Documentation) >>>>>>>>>>>>>>>> - http://github.com/web2py/web2py (Source code) >>>>>>>>>>>>>>>> - https://code.google.com/p/web2py/issues/list (Report >>>>>>>>>>>>>>>> Issues) >>>>>>>>>>>>>>>> --- >>>>>>>>>>>>>>>> You received this message because you are subscribed to a >>>>>>>>>>>>>>>> topic in the Google Groups "web2py-users" group. >>>>>>>>>>>>>>>> To unsubscribe from this topic, visit >>>>>>>>>>>>>>>> https://groups.google.com/d/topic/web2py/OHRC9fH1zHA/unsubscribe >>>>>>>>>>>>>>>> . >>>>>>>>>>>>>>>> To unsubscribe from this group and all its topics, send an >>>>>>>>>>>>>>>> email to web2py+un...@googlegroups.com. >>>>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> -- >>>>>>>>>>>>>> Resources: >>>>>>>>>>>>>> - http://web2py.com >>>>>>>>>>>>>> - http://web2py.com/book (Documentation) >>>>>>>>>>>>>> - http://github.com/web2py/web2py (Source code) >>>>>>>>>>>>>> - https://code.google.com/p/web2py/issues/list (Report >>>>>>>>>>>>>> Issues) >>>>>>>>>>>>>> --- >>>>>>>>>>>>>> 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+un...@googlegroups.com. >>>>>>>>>>>>>> >>>>>>>>>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>> Resources: >>>>>>>>>>> - http://web2py.com >>>>>>>>>>> - http://web2py.com/book (Documentation) >>>>>>>>>>> - http://github.com/web2py/web2py (Source code) >>>>>>>>>>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>>>>>>>>>> --- >>>>>>>>>>> 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+un...@googlegroups.com. >>>>>>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>> Resources: >>>>>>>>> - http://web2py.com >>>>>>>>> - http://web2py.com/book (Documentation) >>>>>>>>> - http://github.com/web2py/web2py (Source code) >>>>>>>>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>>>>>>>> --- >>>>>>>>> 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+un...@googlegroups.com. >>>>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>> Resources: >>>>>>> - http://web2py.com >>>>>>> - http://web2py.com/book (Documentation) >>>>>>> - http://github.com/web2py/web2py (Source code) >>>>>>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>>>>>> --- >>>>>>> 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+un...@googlegroups.com. >>>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>>> >>>>>> >>>>>> >>>>> >>>> -- >>> Resources: >>> - http://web2py.com >>> - http://web2py.com/book (Documentation) >>> - http://github.com/web2py/web2py (Source code) >>> - https://code.google.com/p/web2py/issues/list (Report Issues) >>> --- >>> 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+un...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > 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/d/optout. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- 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/d/optout.