Hi there! I'd say from the Scite 2004 pre installer at the end of this page:
http://www.bomberstudios.com/sciteflash/ Will try your changes later at home. Thanks! Juan On 7/31/07, izak marais <[EMAIL PROTECTED]> wrote: > Hi > > My post on the scite-interest mailing list has proven fruitful. First off, > the changes you mentioned are indeed necessary (I must have been > hallucinating when I thought it is not necessary to change style.flash.* to > style.cpp.* ;-) ). > > To get the api to load correctly, the line in flash.properties referring to > the api should be changed to: > > api.$(file.patterns.flash)=$(SciteDefaultHome)/flash.api; > > Note the '/' . The default in flash.properties is '\' which doesn't work for > linux. After this is changed autocompletion and calltips work like they did > in scite|Flash for windows! It might be worthwhile to update the flash.api > file to include some of the newer functions? > > Zarate, I see you have reference to flash2 in your properties file. What > version of scite|Flash did you get that from? > > Izak > > Zárate <[EMAIL PROTECTED]> wrote: > Hi there, > > I've contacted Ale who is the original creator of SciteFlash. He has > kindly accepted helping us figure out what's going on. Here's a quick > translation of his emails: > > --------------------- > > First thing to do replace in flash.properties: > > lexer.$(file.patterns.flash)=flash > lexer.$(file.patterns.flash2)=flash > > with > > lexer.$(file.patterns.flash)=cpp > lexer.$(file.patterns.flash2)=cpp > > To use default C++ lexer. > > Then, in flash.properties look for lines starting with style.flash.*. > Those are keywords for each lenguage lexer. Changing them to > style.cpp.* will bring highlights again [because we've changed to C++ > lexer]. > --------------------------- > > And that's it for now. For the time being this is what we have to > start looking at the problem. Nevertheless, I'll chase him up because > i'm really interested in bringing SciteFlash up to life again so we > have a decent lightweight IDE for Flash in Linux. > > Cheers! > > Juan > > On 7/18/07, izak marais wrote: > > Hi Zárate > > > > Hmm, something is strange. I got the same behaviour you describe on my > home > > ubuntu box. But on my office ubuntu works it fine. I'll have to check and > > figure out what the differences between the two setups is. > > > > On my home box, after adding "import.flash" to the global sicte properties > > file, it definitely reads flash.properties since the 'compile' and 'build' > > menu options change to those specified in flash.properties, but the color > > highlighting disappears. My guess is that something in the lexer > > specification is stopping it from being read. But comparing > flash.properties > > to the other language.properties files it appears the same. > > > > Like Matt said, AS syntax is similar to JS and also close to C/C++, so I > > assume that's why there is some syntax highlighting and code folding > > initially. > > > > No, I code completion will not work for your own classes, since it loads > the > > information from flash.api. If you edit API.custom to include them, it > might > > work. But for that the other more basic stuff must work first! Perhaps we > > should seek help on the scite mailing list, if there is one. > > > > I'll let you know when I figure something out. > > > > Matthias: from the osflash tutorials conclude that ASDT does not support > the > > natural entry point method? I might try it again in the future, but since > I > > already use scite for my python and c needs, and I find eclipse to be > slow, > > I currently prefer scite. I'll try to file a bug report on that ASDT file > > opening problem soon. > > > > Cheers > > Izak > > > > Zárate wrote: > > It doesn't work for me ¬¬ > > > > I'm using Scite version 1.71-1 (from Synaptic in Ubuntu) and the very > > moment I import flash.properties in SciteGlobalProperties, it just > > stops colour highlighting. > > > > I've been messing around a lot installing and unstalling, trying to > > tweak config files but no luck. Did you even manage to get > > autocompletition for your own classes? > > > > Thanks > > > > Juan > > > > On 7/17/07, Zárate wrote: > > > Hello! > > > > > > I'm using Scite too in Ubuntu for Flash development and i managed to > > > do some of the work you described above but didn't go that far. THANKS > > > a lot :) > > > > > > On 7/17/07, izak marais wrote: > > > > Ok, I've tested the scite setup I descibed in my previous mail and it > > also > > > > jumps to the line where mtasc spesifies an error. Happy coding. > > > > > > > > > > > > > > > > ________________________________ > > > > Be a better Heartthrob. Get better relationship answers from someone > who > > > > knows. > > > > Yahoo! Answers - Check it out. > > > > > > > > > > > > _______________________________________________ > > > > osflash mailing list > > > > [email protected] > > > > > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > > > > > > > > > > > > > > -- > > > Juan Delgado - Zárate > > > http://zarate.tv > > > http://dandolachapa.com > > > http://loqueyosede.com > > > > > > > > > -- > > Juan Delgado - Zárate > > http://zarate.tv > > http://dandolachapa.com > > http://loqueyosede.com > > > > _______________________________________________ > > osflash mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > > > > > ________________________________ > > Luggage? GPS? Comic books? > > Check out fitting gifts for grads at Yahoo! Search. > > > > > > _______________________________________________ > > osflash mailing list > > [email protected] > > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > > > > -- > Juan Delgado - Zárate > http://zarate.tv > http://dandolachapa.com > http://loqueyosede.com > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > > > ________________________________ > Get the free Yahoo! toolbar and rest assured with the added security of > spyware protection. > > > _______________________________________________ > osflash mailing list > [email protected] > http://osflash.org/mailman/listinfo/osflash_osflash.org > > -- Juan Delgado - Zárate http://zarate.tv http://dandolachapa.com http://loqueyosede.com _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
