Re: Scripting Development with an external IDE

2012-06-06 Thread Michal Doniec
Unit testing please, as well. On Thu, May 31, 2012 at 6:28 PM, jo benayoun wrote: > Sublime has this shiny side I don't like and do definitively less than an > emacs or cie, its the perfect tool to develop snippets and little tools tho > ... > What a good IDE should have: >   - a good code editor

Re: Scripting Development with an external IDE

2012-06-04 Thread Tim Crowson
On a related note, this Kickstarter project looks interesting: Light Table I especially like the section at the end, where it shows related functions... -Tim C. On 5/31/2012 12:28 PM, jo benayoun wrote: Sublime has this shiny side I d

Re: Scripting Development with an external IDE

2012-05-31 Thread jo benayoun
Sublime has this shiny side I don't like and do definitively less than an emacs or cie, its the perfect tool to develop snippets and little tools tho ... What a good IDE should have: - a good code editor - an awesome project manager - an amazing debugger - a without-effort integrated build

RE: Scripting Development with an external IDE

2012-05-31 Thread Guillaume Laforge
Cheers, Guillaume From: softimage-boun...@listproc.autodesk.com [softimage-boun...@listproc.autodesk.com] on behalf of Alan Fregtman [alan.fregt...@gmail.com] Sent: May 31, 2012 7:28 AM To: softimage@listproc.autodesk.com Subject: Re: Scripting Development with an external IDE I know w

Re: Scripting Development with an external IDE

2012-05-31 Thread Dan Yargici
Thanks Alan, I'm sold! I was using Komodo, however I just do the odd script here and there so this suits my needs better I think. It's great that it's available on Linux also. On Thu, May 31, 2012 at 2:34 AM, Alan Fregtman wrote: > Screencast.com cut me off for eating the free monthly limit of

Re: Scripting Development with an external IDE

2012-05-31 Thread Alan Fregtman
I know what you mean and I'm afraid not. Nobody's made one yet. Some handy tips though: * ctrl+r to cycle through functions in the current file * if you install SublimeCodeIntel, alt+click on a function and it should find the relevant file and pop it open to the line with that function declaration

Re: Scripting Development with an external IDE

2012-05-31 Thread Eric Thivierge
See what happens when you force me to use eclipse? It feels clunky and bloated. The ones that left were weak anyway... only the strong survive! Eric Thivierge http://www.ethivierge.com On Wed, May 30, 2012 at 9:40 AM, Raffaele Fragapane < raffsxsil..

Re: Scripting Development with an external IDE

2012-05-31 Thread Guillaume Laforge
By the way, is there any package in Sublime to list all the class/methods in an explorer a la Eclipse "Outline view" ? On Tue, May 29, 2012 at 1:30 PM, Xavier Lapointe wrote: > Sweet (: Make sure to install Package Control (the link Alan sent), they > are all in there. > > 2012/5/29 Guillaume Laf

Re: Scripting Development with an external IDE

2012-05-31 Thread alok.gandhi
Awesome Alan, that is a very nice presentation, and btw this '~' this is called tilde. -Original Message- From: "Alan Fregtman" Sent 5/29/2012 9:58:17 PM To: softimage@listproc.autodesk.com Subject: Re: Scripting Development with an external IDE Recorded a

Re: Scripting Development with an external IDE

2012-05-30 Thread Eric Turman
nice! Thanks for the demo :) On Wed, May 30, 2012 at 6:34 PM, Alan Fregtman wrote: > Screencast.com cut me off for eating the free monthly limit of 2GB, lol. > > Just put the video on my blog thanks to Vimeo: > http://darkvertex.com/wp/2012/05/30/i-love-sublimetext2/ > > > On Tue, May 29, 201

Re: Scripting Development with an external IDE

2012-05-30 Thread Alan Fregtman
Screencast.com cut me off for eating the free monthly limit of 2GB, lol. Just put the video on my blog thanks to Vimeo: http://darkvertex.com/wp/2012/05/30/i-love-sublimetext2/ On Tue, May 29, 2012 at 9:58 PM, Alan Fregtman wrote: > Recorded a little video running down through some Sublime feat

Re: Scripting Development with an external IDE

2012-05-30 Thread Michal Doniec
> Sent: Tuesday, May 29, 2012 1:30 PM >> To: softimage@listproc.autodesk.com >> Subject: Re: Scripting Development with an external IDE >> >> Sweet (: Make sure to install Package Control (the link Alan sent), they >> are all in there. >> >> 2012/5/29 Guil

Re: Scripting Development with an external IDE

2012-05-29 Thread Alan Fregtman
Recorded a little video running down through some Sublime features: http://www.screencast.com/t/0KEX9gW0 My apologies for uhms, ehhs and ocassional ranting. This is what happens when you record "straight ahead". :p By the way, while it is a commercial product, you can try it out for as long as y

Re: Scripting Development with an external IDE

2012-05-29 Thread Raffaele Fragapane
Please don't get Eric started on Sublime VS Eclipse + pyDev. We had people leaving the project and the company in tears for asking about text editors in his vicinity. On Wed, May 30, 2012 at 2:04 AM, Guillaume Laforge < guillaume.laforge...@gmail.com> wrote: > I like Sublime, but it is just a tex

Re: Scripting Development with an external IDE

2012-05-29 Thread Ben Rogall
:softimage-boun...@listproc.autodesk.com] On Behalf Of Xavier Lapointe Sent: Tuesday, May 29, 2012 1:30 PM To: softimage@listproc.autodesk.com Subject: Re: Scripting Development with an external IDE Sweet (: Make sure to install Package Control (the link Alan sent), they are all in there.

RE: Scripting Development with an external IDE

2012-05-29 Thread Marc-Andre Belzile
Development with an external IDE Sweet (: Make sure to install Package Control (the link Alan sent), they are all in there. 2012/5/29 Guillaume Laforge mailto:guillaume.laforge...@gmail.com>> Thanks for the link Xavier :), I will give it a try ! On Tue, May 29, 2012 at 12:30 PM, Xavier La

Re: Scripting Development with an external IDE

2012-05-29 Thread Xavier Lapointe
Sweet (: Make sure to install Package Control (the link Alan sent), they are all in there. 2012/5/29 Guillaume Laforge > Thanks for the link Xavier :), I will give it a try ! > > > On Tue, May 29, 2012 at 12:30 PM, Xavier Lapointe < > xl.mailingl...@gmail.com> wrote: > >> https://github.com/Kron

Re: Scripting Development with an external IDE

2012-05-29 Thread Guillaume Laforge
Thanks for the link Xavier :), I will give it a try ! On Tue, May 29, 2012 at 12:30 PM, Xavier Lapointe wrote: > https://github.com/Kronuz/SublimeCodeIntel does this for you, but maybe > it's not as good as PyDev ... not sure. > > But yes, the Python Debugger is a missing point. There's one I've

Re: Scripting Development with an external IDE

2012-05-29 Thread Alan Fregtman
Sublime is better than just a text editor. It has a concept of "packages", which are best managed with Package Control: http://wbond.net/sublime_packages/package_control Among the packages available are several implementations of git and svn addons, and many other cool things as Xavier has pointe

Re: Scripting Development with an external IDE

2012-05-29 Thread Alok Gandhi
As I said I do not use sublime so I am not really in a position to do a comprehensive critique. For me a text editor will always be a different entity than an IDE, I am happy with Komodo so far. Another important thing is that, if you are working in a dev team than code sharing, collobration and ve

Re: Scripting Development with an external IDE

2012-05-29 Thread Xavier Lapointe
https://github.com/Kronuz/SublimeCodeIntel does this for you, but maybe it's not as good as PyDev ... not sure. But yes, the Python Debugger is a missing point. There's one I've seen in the Package Control called SublimeXDebug https://github.com/Kindari/SublimeXdebug, but it's probably not as good

Re: Scripting Development with an external IDE

2012-05-29 Thread Guillaume Laforge
Did you find any good python debugger package for Sublime ? For me it is the missing point, but maybe I didn't search correctly ? Also the auto-completion is cool but doesn't search for imported modules and doesn't filter methods on instantiated objects:-/ All those stuffs are standard in Eclipse/P

Re: Scripting Development with an external IDE

2012-05-29 Thread Alok Gandhi
Sublime has tons of autocompletion feature, for example in one stroke you generate code for a class with all the necessary function like __init__. You can do multiline edit with just one change. If you have a variable 'foo' in used in multilines of your code, you can change it at one place and all

Re: Scripting Development with an external IDE

2012-05-29 Thread Guillaume Laforge
I like Sublime, but it is just a text editor. For python projects using several modules, I prefer an IDE like Eclipse + PyDev. Cheers, Guillaume Laforge On Tue, May 29, 2012 at 11:56 AM, Gustavo Eggert Boehs wrote: > what is so good about it? > will it help me on my very narrow PY developments,

Re: Scripting Development with an external IDE

2012-05-29 Thread Alan Fregtman
It's good for everyone, projects big or small. The multi-select tricks in particular are like pure witchcraft. I'll make a video capture showing some of the cool stuff later when I get home. On Tue, May 29, 2012 at 11:56 AM, Gustavo Eggert Boehs wrote: > what is so good about it? > will it help

Re: Scripting Development with an external IDE

2012-05-29 Thread Gustavo Eggert Boehs
what is so good about it? will it help me on my very narrow PY developments, or is it only good for thousands of lines type of work?

Re: Scripting Development with an external IDE

2012-05-29 Thread Miquel Campos
+1 for SublimeText + Miquel Campos Character & Animation TD at: www.shedmtl.com Personal web: www.akaosaru.com + 2012/5/29 Eric Thivierge > Sublime has changed my life. I'm glad Alan got me on board. > > > Eric Thiv

Re: Scripting Development with an external IDE

2012-05-29 Thread Eric Thivierge
Sublime has changed my life. I'm glad Alan got me on board. Eric Thivierge http://www.ethivierge.com On Wed, May 30, 2012 at 1:09 AM, Dan Yargici wrote: > >> Oh, and the best general code editor in this corner of the universe as >> far as I'm concer

Re: Scripting Development with an external IDE

2012-05-29 Thread Dan Yargici
> > > Oh, and the best general code editor in this corner of the universe as far > as I'm concerned: http://www.sublimetext.com/2 > Thanks Alan, I'm loving the look of some of those features!

Re: Scripting Development with an external IDE

2012-05-29 Thread Alok Gandhi
I use Komodo, in XSI I wrote a script to reload the plugin/plugins that ways you don't have to keep plugin manager open. I edit the code in komodo and just run the script. I run the script from script editor but you can also conveniently put it under a button on a shelf or toolbar. You can specify

Re: Scripting Development with an external IDE

2012-05-29 Thread Leo Quensel
Thanks guys! Original-Nachricht > Datum: Tue, 29 May 2012 09:48:15 -0400 > Von: Xavier Lapointe > An: softimage@listproc.autodesk.com > Betreff: Re: Scripting Development with an external IDE > Erratum: The link I sent is not about codeintel directly but t

Re: Scripting Development with an external IDE

2012-05-29 Thread Xavier Lapointe
Erratum: The link I sent is not about codeintel directly but the new syntax checker, just had this name in mind, hehe. Anyway syntax checker and https://github.com/Kronuz/SublimeCodeIntel/ are pretty convenient. 2012/5/29 Xavier Lapoint

Re: Scripting Development with an external IDE

2012-05-29 Thread Xavier Lapointe
As far as I know code completion is not available for various reason out of the box, but you could probably generate codeintel files for Komodo (and maybe this is also compatible with Sublime) http://www.activestate.com/blog/2012/02/diving-deep-komodos-syntax-checker (Not sure you want to go down t

Re: Scripting Development with an external IDE

2012-05-29 Thread Eric Thivierge
Yeah what Alan said. Eric Thivierge http://www.ethivierge.com On Tue, May 29, 2012 at 11:37 PM, Alan Fregtman wrote: > I keep a Plugin Manager open and the Script Editor open to the file of my > plugin. I write to it outside of SI, save and when I sw

Re: Scripting Development with an external IDE

2012-05-29 Thread Alan Fregtman
I keep a Plugin Manager open and the Script Editor open to the file of my plugin. I write to it outside of SI, save and when I switch back XSI detects it changed and reloads the plugin. I try using it, find a bug, rinse, repeat... Pretty rudimentary but it works. Oh, and the best general code ed

Scripting Development with an external IDE

2012-05-29 Thread Leo Quensel
Hey guys, I am trying to find out how to properly develop python scripts using an external IDE. In Maya this works pretty well by using the mayapy.exe as the interpreter and enables code completion for Maya commands in Eclipse. Is there any way to do this for Soft? How is everyone doing (Python)