Welcome GuestShow/Hide Header |
---|
Welcome Guest, posting in this forum requires registration. |
|
WordTsar | |||
---|---|---|---|
![]() |
Announcements Release Announcements Moderators: | Topics: 16 Posts: 18 | Last post by Guest in Alpha 0.51 Release on 2014-06-30 09:40 |
![]() |
Suggestions Something missing, something you'd like to see? Moderators: | Topics: 5 Posts: 22 | Last post by Guest in Re: statically linked binary for Linux? on 2014-07-23 20:10 |
![]() |
Positive Feedback Just want to know if we're doing good. We may use posts here for our own use. Moderators: | Topics: 0 Posts: 0 | No topics yet |
![]() |
Known Issues List of known issues. Look here first if you have a problem. Moderators: | Topics: 11 Posts: 13 | Last post by Guest in 0.51 Alpha on 2014-06-30 09:43 |
![]() |
Bugs This is for discussion only. Formal bug reports should go to support@wordtsar.ca. Updates in 'Known Issues' forum. Moderators: | Topics: 0 Posts: 0 | No topics yet |
![]() |
General Discussion Open discussion for anything related to WordTsar Moderators: | Topics: 5 Posts: 10 | Last post by Guest in Re: Downloads currently not working on 2013-07-26 08:50 |
![]() |
Micropro Wordstar General discussion for anything related to MicroPro Wordstar. Moderators: | Topics: 0 Posts: 0 | No topics yet |
![]() ![]() |
Info Center | |
---|---|
![]() |
63 Posts in 37 Topics Made by 124 Members. Latest Member: anyastonehouse0
Latest Post by Guest on 2014-07-23 20:10 |
Mingle Forum by cartpauj
Version: 1.0.34 ; Page loaded in: 0.038 seconds.
Version: 1.0.34 ; Page loaded in: 0.038 seconds.
I have 567 fonts in Windows, and have had more. (I’m a designer among other things, and collect fonts.)
This issue also bit Mozilla, as MS library code in Windows builds was tediously enumerating fonts, which did nasty things to Firefox load speed on Windows. Mozilla had an open ticket with MS about it. IIRC, the same issue bit Chrome. (I don’t recall the resolution, and would have to poke around in Bugzilla to see what was done.)
If you want to do a build that skips the font list build, I’ll test it. It might be best to skip the enumeration on load, and only do it if an operation that uses font requires it.
________
Dennis
Hello, I just noticed that the latest post on the Forum was posted on 28 September last year. Is the development of Wordtsar still progressing?
Thanks!
Hi,
Yes, still active, though slowed down a bit. I use it everyday.
What is slowing things down right now is a re-vamp of the core routines to make them thread safe. The current version has an issue where if (for example) you turn on line spacing:
.ls 2
The screen is immediately updated with the line spacing. However, the page count doesn’t increase, because WordTsar only updates the current view, not the document. So, I need to background thread the document formatting stuff.
It’s not as easy as it sounds, since all GUI work under Windows must be done in the main process, not in threads. Figuring out font sizes (which is, of course, critical in layout) is considerred GUI work.
I’m getting there, but need a bit of patience.
I think what I’ll be doing is moving the current WordTsar binaries to a more public place, let more people download and use it as it currently stands.