[Audyssey] 6Pad and autocomplete. Was: Re: SmartEditor. Was: Re: Writing code.

2012-01-30 Thread Il primo cittadino
Hi QuentinC, that's really nice to read... You said it's possible and my question comes consequentially: do you have time and effort 
to realize it?


I guess you perfectly know what I intend as an autocomplete feature. Just to be clear I would like to have an editor that scan all 
the opened documents and peek up every word on them in order to use these words as suggestions on what I'm typing. Moreover, among 
these words, 6Pad should suggest also all the keywords from the specific language choosen within an appropriate menu, in this case 
I'm interested in BGT.
To accept the first suggestion, we may press the TabKey, to scroll throw different suggestions beginning with what we have alread 
typed in, we should press the vertical harrow keys, then Tab.


What do you think about?

I think If you realize this piece of software, your 6Pad could be considered a 
bit jewel in its sky!
Gabriel. 



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] 6Pad and autocomplete. Was: Re: SmartEditor. Was: Re: Writing code.

2012-01-30 Thread QuentinC
I don't know. I should probably try for ersion 1.3. It would be a lua 
extension, not included in the base version.
Note, the lua API for events is going to be redone completely in version 
1.3, because current event API is not very consist. Don't start coding 
something now, wait for v1.3 first. Coming in a couple of days.



---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] 6Pad and autocomplete. Was: Re: SmartEditor. Was: Re: Writing code.

2012-01-30 Thread Il primo cittadino
I don't know. I should probably try for ersion 1.3. It would be a lua 
extension, not included in the base version.

Hi again. I apologize because of my knoledge but, what does it mean?
Is the LUA extension something not available for free? Or do I have to 
programming only in LUA to use it?
Could you explain to me a bit further, thanks in advance.
Gabriel.

---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.


Re: [Audyssey] 6Pad and autocomplete. Was: Re: SmartEditor. Was: Re: Writing code.

2012-01-30 Thread QuentinC
 Is the LUA extension something not available for free? Or do I have 
to programming only in LUA to use it?

Could you explain to me a bit further, thanks in advance.


Not at all. You can really edit what you want in my editor, it's a 
general purpose editor.


In fact, you can extend the features of my editor by writing scripts. 
Those scripts can add items in the menus, intercept certain key 
shortcuts to perform custom actions, modify files as they are opened or 
saved to do auto-formatting or auto-compiling on the fly, etc. I provide 
a rich set of functions to make the thing highly customizable. If you 
wish, you could probably turn 6pad quasi into a full featured IDE.


I have chosen lua as language for these scripts because lua is powerful, 
easy to learn, easy to embed, small, free, open source, and there are 
already many 3rd libraries for it. For your information, 6pad itself is 
also open source, the wonderful crappy source code can be downloaded 
from the 6pad page http://quentinc.net/6pad/ only in french at the 
moment, sorry.


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
You can make changes or update your subscription via the web, at
http://mail.audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/gamers@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.