Search found 1300 matches

by phspaelti
2013-05-01 04:37:50
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28568

Re: Macro for SwordSearcher to USFM

NisusUser wrote:1. Pilcrows will not always be at the beginning of verses.
Well the reason I ask, is that in your example you place the pilcrow before the verse marker. So is that the normal rule in such cases? What happens to the ones that are not at the beginning of a verse?
by phspaelti
2013-05-01 03:24:47
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28568

Re: Macro for SwordSearcher to USFM

Hello Eric, well PowerFind is regex, but what I meant was you need to write a "real" macro for this. I am appending a very bare bones version here. This doesn't address the footnotes, or the change of abbreviation names yet (or the pilcrows). But they can be added easily following the same...
by phspaelti
2013-05-01 02:38:28
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28568

Re: Macro for SwordSearcher to USFM

Just some quick questions: 1. About the pillcrow. Is this always placed at the beginning of a verse? 2. Checking your sample file I noticed that one footnote (in Ro 10:4) does not have a closing bracket. Is that an error? Can one assume that these footnotes always (should always) come in matching pa...
by phspaelti
2013-05-01 02:19:55
Forum: Nisus Writer Pro Macros
Topic: Macro for SwordSearcher to USFM
Replies: 19
Views: 28568

Re: Macro for SwordSearcher to USFM

Hello NisusUser, this is certainly doable. Let me make however one general comment. While regex is great, when things get this complicated you will definitely be better off if you take an approach which first reads in the info--in your case, the chapter/verse numbers, etc., and even the text--and th...
by phspaelti
2013-04-30 19:35:45
Forum: Nisus Writer Pro
Topic: Changing the Size of Bullets in a List
Replies: 6
Views: 7610

Re: Changing the Size of Bullets in a List

Here's how I type directly into the bullet pull-down menu in the list settings. (Note: this will only "take" once you move the cursor to a different field of the list settings.) Nisus Custom Bullet.jpg Here is how I format the bullet in the style menu. Nisus Format Custom Bullet.jpg Here i...
by phspaelti
2013-04-30 00:12:59
Forum: Nisus Writer Pro
Topic: Changing the Size of Bullets in a List
Replies: 6
Views: 7610

Re: Changing the Size of Bullets in a List

First of all what character are you using for the box? (The box in my bullet list is U+2610 which is definitely too big.) You can actually insert a different character into the bullet definition. This works. So you could use U+25A1 or U+25AB instead. Otherwise to set the font or size of the bullet, ...
by phspaelti
2013-04-24 17:19:14
Forum: Nisus Writer Pro
Topic: letterhead help
Replies: 4
Views: 5509

Re: letterhead help

I just want to put my name and title in larger font with my address and contact information underneath, centered. I tried to put it in the header of the first page and then mark "different first page" in the list of selections but what this does is leave the first page header blank and pu...
by phspaelti
2013-04-04 04:58:44
Forum: Nisus Writer Pro
Topic: Find not working on document
Replies: 10
Views: 11239

Re: Find not working on document

I can't quite imagine "can't find anything". First question: you are not doing a "Attribute Sensitive" search? (If no) Second question: you start with a blank find box and then use "." (AnyTextCharacter), and this finds nothing? Does this problem persist after a restart...
by phspaelti
2013-04-01 10:47:03
Forum: Nisus Writer Pro Macros
Topic: How to pause macro when menu dialog is opened?
Replies: 4
Views: 10368

Re: How to pause macro when menu dialog is opened?

I seem to be in deja-vu land, but I can't find the previous discussion. My earlier suggestion seems to work, for multiple cross-references, if you keep the "prompt $num" instruction . This has something to do with the updating of the GUI while a macro is running. Once you take the "pr...
by phspaelti
2013-04-01 09:02:57
Forum: Nisus Writer Pro Macros
Topic: How to pause macro when menu dialog is opened?
Replies: 4
Views: 10368

Re: How to pause macro when menu dialog is opened?

Hello Kosaka, I believe Martin has said that the Cross-Reference interface cannot be scripted. As a workaround that may work you could try the following: Menu ":Insert:Cross-reference..." Send Text $num Press Button “Insert” This code works via the user interface. With the ":Insert:Cr...
by phspaelti
2013-03-23 18:39:39
Forum: Nisus Writer Pro
Topic: Tables: repeating header rows
Replies: 1
Views: 2879

Re: Tables: repeating header rows

At this point, the only possibility would be to manually split the table and repeat the headers each time. Macros would only be of limited help here, since macro control of tables is not what one could hope for.
by phspaelti
2013-03-23 18:34:04
Forum: Nisus Writer Pro
Topic: Multiple Searches in one selection
Replies: 5
Views: 7376

Re: Multiple Searches in one selection

Hello Matze
it certainly is possible to write macros that save and restore selections. But before going there, have you tried using the "Previous Selection" command. Does that not do what you want?
by phspaelti
2013-03-23 18:11:28
Forum: Nisus Writer Pro Macros
Topic: Duplicate Macros
Replies: 2
Views: 8150

Re: Duplicate Macros

This seems to be a (temporary?) bug. See also http://www.nisus.com/forum/viewtopic.php?f=18&t=5258.
by phspaelti
2013-03-13 20:14:06
Forum: Nisus Writer Pro Macros
Topic: Macro to inventory Floating Contents
Replies: 2
Views: 10574

Macro to inventory Floating Contents

Thanks to Eric I once again find myself wasting time :P trying to write macros that manipulate floating contents. The macro commands for this purpose are uneven to say the least. Here at least one result. The following is a macro that inventories all the floating contents in a given file. For each o...
by phspaelti
2013-03-12 23:01:10
Forum: Nisus Writer Pro Macros
Topic: Each paragraph in 2 columns starts horizontally even
Replies: 2
Views: 8087

Re: Each paragraph in 2 columns starts horizontally even

The quick answer is: No. I wonder why you wanted to use Nisus for this task. Are you planning to do some editing on this file, or did you just want to lay out the (pre-existing?) text? Because if you are not going to do any editing it certainly would seem that there should be better suited tools out...