Re: [PHP-DOC] RE: quickref.swf

2003-11-20 Thread Gabor Hojtsy
Hi Mitja! the two files to update are originalafter.js, which contains most of the code, and manual_en_contents.txt, which contains a listing of all the files in the /manual/en/ directory (the function list is produced from that). After you edit either, run make to get a new functions.js. Don'

RE: [PHP-DOC] RE: quickref.swf

2003-11-20 Thread Mitja Slenc
sy [mailto:[EMAIL PROTECTED] Sent: 19. november 2003 20:59 To: Mitja Slenc Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-DOC] RE: quickref.swf > Test: www.xs0.com/php/index.html > D/L: www.xs0.com/php/funclist.zip Hm, what code you have used to compress (ie. obfuscate) the JS fi

Re: [PHP-DOC] RE: quickref.swf

2003-11-19 Thread Gabor Hojtsy
Test: www.xs0.com/php/index.html D/L: www.xs0.com/php/funclist.zip Hm, what code you have used to compress (ie. obfuscate) the JS file implementing the functionality? I would like to clen up the code, plus add some requested features, while retaining the small size of the file with compressing (

Re: [PHP-DOC] Re: quickref.swf

2003-10-15 Thread Gabor Hojtsy
I was about to test the quickref script on fr.php.net but I'm running through some problems : www.xs0.com/php/index.html Mozilla said : Out of memory, source file www.xs0.com/php/functions.js Where is the working version of the script ? This is a working version, at least for me... Goba

Re: [PHP-DOC] Re: quickref.swf

2003-10-15 Thread Mehdi Achour
Hi Mitja, I was about to test the quickref script on fr.php.net but I'm running through some problems : www.xs0.com/php/index.html Mozilla said : Out of memory, source file www.xs0.com/php/functions.js Where is the working version of the script ? didou Gabor Hojtsy wrote: Test: www.xs0.com/

Re: [PHP-DOC] Re: quickref.swf

2003-10-08 Thread Gabor Hojtsy
Test: www.xs0.com/php/index.html D/L: www.xs0.com/php/funclist.zip Well, anything else? ;) Really wonderfull ! Can you improve the autocompletion stuff ? - try typing "xslt" then hit the space bar : actual result : "xslt " => No such function better result : auto-completion that give "xs

[PHP-DOC] Re: quickref.swf

2003-09-30 Thread Mehdi
Hi, It would be nice to hide the layer in case I change my mind and click into the document area for example. You can only make the layer disappear now with cleaning the input box... Fixed - if you move out of the input box, the list goes away What about adding the possibility of choosing a

[PHP-DOC] RE: quickref.swf

2003-09-30 Thread Mitja Slenc
> It would be nice to hide the layer in case I change my mind > and click into the document area for example. You can only > make the layer disappear now with cleaning the input box... Fixed - if you move out of the input box, the list goes away > What about adding the possibility of choosing a

Re: [PHP-DOC] Re: quickref.swf

2003-09-27 Thread Gabor Hojtsy
I don't really understand what you are saying here. Could you give an example of this type of compression, or some pointers to more information about it? I only used this 'prefix compression' because I knew it, and it is easy to decompress in JavaScript. It is also quite effective with this lis

[PHP-DOC] Re: quickref.swf

2003-09-26 Thread Jan Fabry
B Ferguson wrote: I would have tried a different compression, however, this one may work better as long as the list is all ways alphabetical. If we want to use binary searching, the list should be alphabetical. I see no problem with that: the list is auto-generated, so why not sort it first? To

[PHP-DOC] Re: quickref.swf

2003-09-26 Thread B Ferguson
Wow, what a conversation. Goba invited me to look onto the conversation and add my input. I am personally disappointed that the swf version was seemingly dismissed without much intellectual conversation. Now. Lets talk about size optimization. I am not sure if someone has already tried the id

[PHP-DOC] Re: quickref.swf

2003-09-18 Thread Dirkjan Ochtman
Seems easier to do this kind of stuff with Javascript... Manuzhai "Gabor Hojtsy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi! > > I have this idea for quite a long time now, but have not had the time to > actually propose it :) So read on... > > Today if you would like to use