Jump to content

ZeeXEez

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by ZeeXEez

  1. <EMOticONS> I like them... 12... I wish,,, ;-)
  2. I like to keep my code compact in certain situations... this can be done in C, C++, C#, Java, Javascript, etc. I think It's one more tool in the bag, and I'm certain after some examples lot's of people will start to use it As of lexicon and code interpreter doesn't seem to be difficult with the rules I've pointed before... (look dude,,, no <EmOtIcOnS> ---> = NO FUN... next message I'll use them again!!! lOl)
  3. Hi ppl Sometimes I wish I could use several commands in one line My suggestion is (in the next language revision) to use the "line continuation" symbol '_' to permit "one liners" Something like ConsoleWrite( x ) _ func1( x ) _ ConsoleWrite( x ) _ func2( x) _ ConsoleWrite( x ) for the "oldies"... something "á la Clipper" I think it's useful for the Interpreter token evaluator : 1. (space)+'_'+(CRLF) ---> is the line continuation 2. (space)+'_'+(space) ---> is the line separation
  4. I think OOP it's a very strong concept... and I learn a very useful one. I started also with functional programming (even lower, with assembler/machine_code) and evolved slowly to OOP, now I can't think of not using OOP. OOP it's also a small footprint implementation... It's more a concept than a library (you can confirm this by investigating AutoItObject.au3) muttley I've already used AutoItObject and for basic OOP it's enough... I just wish that support come embbed... So for now the inclusion of AutoItObject in the language, natively, it would be a gret improvement... At least for SCITE autocomplete and HELP + ERROR integration
  5. Somebody put a link here to the info on last 'alpha' and 'beta' versions please
  6. Hi ppl I've been doing a few things in AutoIt Since I'm formatted to work with classes/objects/interfaces I've discovered AutoItObject Now I've been doing some things with AutoItObject, yet I miss some things like the auto-complete in SCITE and the automatic help invocation from SCITE Also I think OOP is of such importance now (it is now supported in most languages) that it deserved to be supported natively in AutoIT ?is this planned ?is there some caveat preventing this to be done
  7. "...SciTEJump which can be found in the tools tab (???where is this) of SciTE or by Ctrl+Alt+J (is not workinkg too)" I've downloaded the ZIP option (don't like installers messing with my system)... can this be the problem of the above not working... Another problem is "autocomplete" not working with some parts... for example, when I "#include <clipboard.au3>" and then type _Cli<...> cant get the autocomplete options I see in the example videos... Other than this... it seems a great tool... I'm excited with possibilities....
  8. I've been learning AutoIT by investigating samples with SciTE... A great help would be a "function list" like we have in UltraEdit or SublimeText... Anybody know how to get this in SciTE??? THX :idea:ZEE
×
×
  • Create New...