Jump to content

Please read the Forum Rules before posting.

Photo

e-Sword ToolTip Tool NT


  • Please log in to reply
882 replies to this topic

#111 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 18 January 2012 - 03:41 PM

and continuing that theme:

how about T3/NT turning those symbols WHITE - instead of deleting them - the first time through, so they're still there if the tooltip tool is run a second time....

I have been thinking of removing the reference blocking character only when a module is made, not when a file is tooltipped. Thus, the reference blocking characters are not removed at all from the original file. This just means I need to insert the code to remove the reference blocking in all the module generating functions instead of one place, but it is probably worth it.

Edited by BH., 18 January 2012 - 03:43 PM.


#112 Josh Bond

Josh Bond

    Administrator

  • Administrators
  • PipPipPipPipPip
  • 2,891 posts
  • LocationGallatin, TN
Offline

Posted 18 January 2012 - 03:48 PM

A HA! Proves it! I'm not a programmer. I do not use those curly braces languages.


If current text == /* stop tooltipping...resume when text = */

Throw in some egyptian hieroglyphs that APL likes, and that code's ready to compile!! :huh:

#113 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 18 January 2012 - 04:04 PM

If current text == /* stop tooltipping...resume when text = */

Throw in some egyptian hieroglyphs that APL likes, and that code's ready to compile!! :huh:

Compile??? What's that? :-)
APL is an interpreted language. Ah - it does generate some p-code the first time a piece of code is run. I edit T3/4 while they are running!

#114 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 18 January 2012 - 07:27 PM

I have been thinking of removing the reference blocking character only when a module is made, not when a file is tooltipped. Thus, the reference blocking characters are not removed at all from the original file. This just means I need to insert the code to remove the reference blocking in all the module generating functions instead of one place, but it is probably worth it.

So - looking at the issue, if one say is working on a Topic module, once you have tried to generate a TOPX file, the reference blocking text goes away, and at that point, if you make edits, and save it, they are lost. I'm not sure what the most ideal way to handle this is...

#115 journey

journey

    Resource Builder

  • Members (T)
  • PipPipPipPipPip
  • 638 posts
  • LocationOklahoma
Offline

Posted 19 January 2012 - 12:33 AM

So - looking at the issue, if one say is working on a Topic module, once you have tried to generate a TOPX file, the reference blocking text goes away, and at that point, if you make edits, and save it, they are lost. I'm not sure what the most ideal way to handle this is...


I'm not a programmer, so I have no idea how difficult this idea might be. Could a backup - maybe "bku" of the RTF file be made at the same time that the topic file is being created. You would then have the reference blocking saved and could go back to it in making changes.

Philippians 4:6-7 (KJV)
6 Be careful for nothing; but in every thing by prayer and supplication with thanksgiving let your requests be made known unto God. 7 And the peace of God, which passeth all understanding, shall keep your hearts and minds through Christ Jesus.

 


#116 patchworkid

patchworkid

    Resource Builder

  • Members (T)
  • PipPipPipPipPip
  • 1,554 posts
  • LocationOld England
Offline

Posted 19 January 2012 - 07:08 AM

Hi BH,

Can you please help me make return on all ÷ text

here is a sample of what i am talking about : Attached File  help with return s.rtf   4.82K   4 downloads

I need to do a double return on all ÷ this is in one lump (I need them in their own single line.

thanks
Patchworkid
Merismos the Scriptures with Patchworkid's Study Bible Set<p>http://www.biblesupp...tudy-bible-set/, MySword -http://www.biblesupp...tudy-bible-set/

#117 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 19 January 2012 - 07:21 AM

I'm not a programmer, so I have no idea how difficult this idea might be. Could a backup - maybe "bku" of the RTF file be made at the same time that the topic file is being created. You would then have the reference blocking saved and could go back to it in making changes.

There are ways. The thing is you do not want to step on the perogative of the end user, or generate a huge amount of unnecessary data. You can yourself just SAVE the file before generating a module. If you don't loke the results, just reload the saved file. If I were to automatically save a file right before generating a module, that iis not necessarily what an end user would have expected. Perhaps the solution is that I save the data, generate the module and then restore the data back. That is probably what I should do. The trick is then I need to be able to detect if an error occurred because of bad formatting and to gracefully recover. (I'm just thinking out loud).

#118 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 19 January 2012 - 12:57 PM

Hi BH,

Can you please help me make return on all ÷ text

here is a sample of what i am talking about : Attached File  help with return s.rtf   4.82K   4 downloads

I need to do a double return on all ÷ this is in one lump (I need them in their own single line.

thanks
Patchworkid

I have a rough draft of a "multi-line" find and replace. Maybe I'll post it a little later and let you try it . It should work for this OK.

#119 BH.

BH.

    Utility Developer

  • Contributors
  • PipPipPipPipPip
  • 1,244 posts
  • LocationCalifornia
Offline

Posted 19 January 2012 - 04:05 PM

========================================
Version 0.80- 1/19/2012
========================================
-- Fixed - Removed duplicate shortcut on Scripture+Mark References
-- Expiremental - Turn off Match Case in Find and Replace when first empty - (note to self - this is a kludge.)
-- New - Rough draft of a Multi-line Find and Replace, see Edit menu, shortcut Ctrld+Shift+R
-- New - Copy verse list to Clipboard - Copies ALL verses. (probably needs tweaking to all good, only bad...)
-- New - Copy and Paste work on Verse List pane.
-- Change - Removed Text Control built in Font Name box, and built new one on Format Bar. It has better response to keyboard input.

#120 ebulerdo

ebulerdo

    e-Sword Fanatic

  • Contributors
  • PipPipPipPipPip
  • 127 posts
Offline

Posted 19 January 2012 - 05:41 PM

-- New - Copy and Paste work on Verse List pane.


Thanks!




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users




Similar Topics



Latest Blogs