Re: [Maya-Python] MEL Autocompletion for Sublime and MayaSublime

2014-04-03 Thread Jan:
note* by default this file should live here: C:\Users\\AppData\Roaming\Sublime Text 3\Packages\MayaSublime 2014-04-03 20:12 GMT+01:00 Jan: : > Hi All, > > Justin Israel made an awesome extension for the Sublime Text editor called > MayaSublime. > https://github.com/justinfx/MayaSublime > > But

Re: [Maya-Python] MEL Autocompletion for Sublime and MayaSublime

2014-04-03 Thread Justin Israel
Hey Jan, Thanks for working on that. I would be inclined to add the completion file if it only contained the commands API. It appears there may be a lot of extra cruft in the way you have generated it so far. Are you grabbing all procs, regardless of whether they are global or not? -- justin O

Re: [Maya-Python] MEL Autocompletion for Sublime and MayaSublime

2014-04-03 Thread Jan:
Ah yes good point. I'll modify the script to only take global procs. Also ill add an argument to just do the commands that maya returns with its help function. This should create a file that resembles the commands that are listed in the documentation. Cheers for the feedback! Jan. On 3 Apr 2014 2

Re: [Maya-Python] MEL Autocompletion for Sublime and MayaSublime

2014-04-03 Thread Justin Israel
Cool. Once you have something you feel would be good across multiple recent versions of Maya, feel free to submit a merge request on the repo: https://github.com/justinfx/MayaSublime Thanks! On Fri, Apr 4, 2014 at 9:15 AM, Jan: wrote: > Ah yes good point. I'll modify the script to only take gl

Re: [Maya-Python] MEL Autocompletion for Sublime and MayaSublime

2014-04-03 Thread Fredrik Averpil
Awesome! This definitively should get merged with the repo! // F -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to python_inside_maya+uns

Re: [Maya-Python] MEL Autocompletion for Sublime and MayaSublime

2014-04-04 Thread Jan:
*noticed that the attachments dont show up on the online archive so added them to my website. Description: http://www.janpijpers.com/mel-autocompletion-for-sublime-and-mayasublime/ Files: http://www.janpijpers.com/wp-content/uploads/2014/04/SublimeAutoComplete.zip 2014-04-04 12:52 GMT+01:00 Jan: