Jump to content

PeanutGallery

Member Since 30 Aug 2016
Online Last Active Today, 12:48 PM
-----

Topics I've Started

How about a regex forum

13 January 2023 - 02:40 PM

I wonder how many would be interested in a Regular Expression Forum.

Could be useful for those wishing to troubleshoot or master ways of using regex in e-Sword.

...............


Timeline to upload module?

12 September 2022 - 02:24 PM

Is there a time factor to upload a corrected module; I uploaded a Bible module, made a mistake; deleted the module to re-upload corrected module; then attached the corrected module. When I try to update submission I am sent back to attach a file.

Keeps going in circles; now, I not sure whether I have the corrected module uploaded.

Or, is there something I have to do in addition to upload corrected module?

 

Thanks


Curious about RAW and NUM

04 September 2022 - 12:13 PM

Could not find info on help file nor in forums; I'm just curious about the purpose of RAW and NUM found at the bottom of e-Sword 11.2.2.

Attached File  infobar.png   5.14K   7 downloads


Running ToolTipToolNT in Linux

12 August 2022 - 11:09 AM

I was able to install ToolTipTool NT 20190819 under Wine in Linux; It requires mfc42.dll installed in order to register with regsvr.

However, I do get the following error when executing the software:

 

Report the following:
VALUE ERROR
TXBar9[93]             b ⎕wi 'list' ('-' Before ¨ Speak 'Voices')
                                                  ^
_________________________________________________________________

TXBar9[93] *
TxCtrl[135]
Start[85]
 

It does startup; testing it to see if can successfully create modules is another matter.


A curious observation using Search Exact Match ...

14 July 2022 - 02:23 PM

e-Sword 11.2.2 with Linux Wine
 
case in point: en vérité
 
If I do a search using exact match for 'en vérité', I get 0 results
If I do a search using REGEX for 'en vérité', I get all results
If I do a search using exact match for 'en vérit', I get all results
 
I used Unicode Character Inspector to analyze 'en vérité', both é had same:

Code UTF-8 UTF-16
00E9 C3A9 E900 LATIN SMALL LETTER E WITH ACUTE Latin-1 Supplement

----------------
So, I'm thinking Exact Match has a problem with words ending with some extended characters.
Really not a problem in itself; just have to use REGEX instead of Exact Match.