I am using Komodo 8 and trying to generate cix files for dojo 1.8.1+, so I have 2 questions :
1) if I finally generate a cix file, will it work with the amd loader ? I mean will it display methods if I write that :
define(['dojo/dom-construct'], function(cons){
cons.// <- oh it is nicely displaying list of dom-construct module methods
});
2) if first answer is yes, how I can generate a cix file ? I tried the php file dojo/util/docscripts/makeCix.php but it is full of errors, and even I correct them (quickly, no dived deeply), I get a very small file compared to the native dojo 1.3 catalog file provided. Considering the comments in makeCix.php, I suspect this file to be an old and dirty attempt, maybe before amd loader (dojo 1.7). It is a pity there are a bunch of php and pythons tools in dojo/util and Komodo macros but I am not very experienced with these...