Hey, I've been searching through some of these threads for a solution, and whilst i've found some variation of the issue i'm having trouble getting my head around the answers given. At the moment, I have a .mcr container script that look like this: /* Load .ms files */fileIn "fn01_backfaceToggle.ms"fileIn…
It does autocomplete. I didn't do the API style because I find it more useful to autocomplete my file's variables and apparently it can only do either or. Although, the past month or so I've been using Sublime Text 2, with a package I found on Scriptspot that lets you execute scripts remotely. Then I edited JHaywood's API…
Separate files is a valid way to organize files. I just got used to fewer longer files because the MaxScript Editor only autocompletes the current file. If you just do operations in the macros, and not use global functions, you don't have to worry about evaluation order. I only use functions if the code is going to run…
I typically organize this way. On install I add a new path the plugin.ini and put a struct ms file in that path. Then I put a file in the UserMacro folder. I know Perna said not too. :) But I like to keep them all in one file, and they won't duplicate if it's evaluated inside that folder. I do this because the MZP files I…
Hey Juan, unfortunately my maxscript knowledge is still pretty barebones so issues such as efficiency are still pretty lost on me (so I do need to spend more time reading through the Maxscript intro rather than thumbing through it trying to find the relevant sections). My reasoning for having the function in a separate…
Yeah, there is a tutorial about it and I added the link to my thread about MaxScript, however here is the direct one: http://apps.jhaywood.com/Blog/?e=51577&d=07/13/2010&s=Autocomplete%20in%20the%20MaxScript%20Editor
I've never done it, but it's possible with a Properties file and an API file: See "How to install a Properties / API" section here: https://code.google.com/p/scite-files/wiki/Customization#How_to_install_a_.properties_file