Hello!

I have released V2.3 of my tool [1].

My main goal in this version was to optimise the code to the limit. Unfortunately, only the "Advanced Find" became three times faster (x86 tested - x64 should be much faster) and I also fixed a bug there.

All other improvements were to make it more user friendly.

I had access to a dictionary with near 600 000 words and I was trying to optimise the code, but I noticed that what removes speed is the code that adds the words to the listboxgadget.

I tried to load the 600'000 words into a dynamic array and it only took a couple of seconds.

After some posts in the PureBasic forum I was advised about how I should proceed: I must only show a certain number of entries in the listboxgadget and manage the scroll bar myself.

This implementation will take several weeks of coding or maybe months since I only have the idea and I still don't know how to code it.

In V3.0 I expect to have this working and, if all goes well, it will work extremely fast in all OSes.

Also, I want to implement the Hyphenation. Does anyone know how it works, so that I can implement it? Maybe there is documentation somewhere?


[1]: http://marcoagpinto.cidadevirtual.pt/proofingtoolgui.html


Thanks!

Kind regards,
     >Marco A.G.Pinto
       -----------------------



--

Reply via email to