Editing the Dictionary

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

AndyP
Posts: 634
Joined: Wed Aug 27, 2008 12:57 pm
Contact:

Re: Editing the Dictionary

Post by AndyP » Sun Sep 03, 2023 3:15 pm

Thinking more about this, the Quality Control center can already be used to request updates to the dictionary via an enhancement request.
Andy .... LC CLASSIC ROCKS!

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7389
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Editing the Dictionary

Post by jacque » Sun Sep 03, 2023 6:14 pm

richmond62 wrote:
Mon Aug 21, 2023 11:51 am
The 'eternal' problem with the Dictionary is that it lags behind the state of the IDE and the language.
Can you give an example? I've found that every new token or enhancement always has an entry. I admit some of them are a bit spare though. Which one(s) are lagging?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

PaulDaMacMan
Posts: 683
Joined: Wed Apr 24, 2013 4:53 pm
Contact:

Re: Editing the Dictionary

Post by PaulDaMacMan » Thu Nov 02, 2023 12:15 am

dunbarx wrote:
Fri Sep 01, 2023 4:49 pm
Paul.

Are you saying that changes made in Github in the manner you describe will appear in everyone's dictionary?

Craig
No I was not saying that, although I think that could be made to happen via a bit of editing the IDE scripts so that it pulls updates from files on GitHub.

What I was describing is the process for building the dictionary files, that then need to be added to the IDE's documentation folder, where the IDE reads them and then generates a cache of web pages for display in the dictionary stack (Browser Widget).

When LC was "an open-source company", I did submit some dictionary changes to their repo, and it was kind of a tedious process.
My GitHub Repos: https://github.com/PaulMcClernan/
Related YouTube Videos: PlayList

PaulDaMacMan
Posts: 683
Joined: Wed Apr 24, 2013 4:53 pm
Contact:

Re: Editing the Dictionary

Post by PaulDaMacMan » Wed Jan 15, 2025 10:41 pm

bwmilby wrote:
Tue Aug 22, 2023 1:44 am
The stack that does the export isn’t too complicated and can easily be run by anyone to host a copy of the docs locally.

https://github.com/bwmilby/lc-misc/tree ... ebDocMaker
Darn, if I'd seen this before that would've saved me some time figuring out that there were non-relative links in those cached pages that linked to items inside the IDE Documentation folder (preventing the cached copy from being usable in a browser as-is). Oh well, this will be helpful next time I go to update the OXT Community dictionary (hosted on GitHub, it includes some additions like IDE documentation). Thanks Brian.
My GitHub Repos: https://github.com/PaulMcClernan/
Related YouTube Videos: PlayList

Post Reply