Search found 19 matches
- Thu Aug 10, 2023 9:42 am
- Forum: Feature Request
- Topic: feature request : Find-Replace : tab order should include search options button
- Replies: 1
- Views: 10538
feature request : Find-Replace : tab order should include search options button
It would help me if the Find-Replace tab order included the "search options" button which I use a lot for saved searches. Because I use it a lot I have to continually take my hand off the keyboard, grab the mouse, guide the mouse to the tiny button, and click it. I am not a very skilled mouse user ...
- Wed Aug 02, 2023 7:21 pm
- Forum: General
- Topic: stripping hyperlinks from a document
- Replies: 2
- Views: 4824
- Wed Aug 02, 2023 5:24 pm
- Forum: General
- Topic: stripping hyperlinks from a document
- Replies: 2
- Views: 4824
stripping hyperlinks from a document
I often paste text from an application that embeds hyperlinks that work in their app but are retained when pasting into Atlantis, where they do nothing but display useless tooltips. I have been looking for an easy way to strip them out of Atlantis documents. I don't want to use plain text because I ...
- Wed Aug 02, 2023 4:15 pm
- Forum: Feature Request
- Topic: request : regex converter from PCRE to Atlantis
- Replies: 1
- Views: 10758
request : regex converter from PCRE to Atlantis
I am trying to learn regex for use in several of the programs I use. But I am very confused by Atlantis Find-Replace syntax.
Would it be possible to create a converter utility that would take PCRE regex and convert it to Atlantis syntax?
Thanks.
Would it be possible to create a converter utility that would take PCRE regex and convert it to Atlantis syntax?
Thanks.
- Sat Jul 15, 2023 3:09 pm
- Forum: General
- Topic: automating saved searches to run consecutively ?
- Replies: 2
- Views: 4400
Re: automating saved searches to run consecutively ?
kenfhill84083 wrote: ↑Sat Jul 15, 2023 3:05 pm I have a couple of saved searches that I invoke #1 then #2. Is there a way to automate that so I just initiate one action to invoke both? Thanks.
- Sat Jul 15, 2023 3:05 pm
- Forum: General
- Topic: automating saved searches to run consecutively ?
- Replies: 2
- Views: 4400
automating saved searches to run consecutively ?
I have a couple of saved searches that I invoke #1 then #2. Is there a way to automate that so I just invoke one action to invoke both? Thanks.
- Sat Jul 15, 2023 3:00 pm
- Forum: General
- Topic: keyboard shortcut for "Replace All" button in Control Board Search-Replace ?
- Replies: 2
- Views: 4535
- Thu Jul 13, 2023 12:43 pm
- Forum: General
- Topic: keyboard shortcut for "Replace All" button in Control Board Search-Replace ?
- Replies: 2
- Views: 4535
keyboard shortcut for "Replace All" button in Control Board Search-Replace ?
When using search-replace in the Control Board – after entering “Find what” and “Replace with” – is there a keyboard shortcut for the “Replace All” button?
Having to click the button, I am wearing out my wrist, finger, and mouse. Thanks.
Having to click the button, I am wearing out my wrist, finger, and mouse. Thanks.
- Sat Jun 24, 2023 4:55 pm
- Forum: General
- Topic: how to find end-of-sentence in search-replace?
- Replies: 4
- Views: 5398
Re: how to find end-of-sentence in search-replace?
There is no repository per se. But please see the following Help articles: https://www.atlantiswordprocessor.com/en/help/regex.htm https://www.atlantiswordprocessor.com/en/help/regex_email.htm If you need help with regular expressions, just ask. Thanks for the response and the invitation. The ...
- Thu Jun 22, 2023 1:05 pm
- Forum: General
- Topic: how to find end-of-sentence in search-replace?
- Replies: 4
- Views: 5398
Re: how to find end-of-sentence in search-replace?
Thanks. Is there a detailed repository for these kinds of regex snippets?
- Wed Jun 21, 2023 11:23 am
- Forum: General
- Topic: how to find end-of-sentence in search-replace?
- Replies: 4
- Views: 5398
how to find end-of-sentence in search-replace?
I have been trying to use search-replace to find the end of sentences in order to break apart paragraphs into sentences each on its own line. I was hoping to use regex (at which I am a beginner). The following regex string works in Libreoffice Writer but does not work in Atlantis ...
- Sat Jun 17, 2023 3:52 pm
- Forum: Feature Request
- Topic: search-replace : sentence break
- Replies: 0
- Views: 29944
search-replace : sentence break
In the same way you can find paragraph breaks (^p) as part of search-replace, it would be handy if you could find sentence breaks - without having to go thru the process of separately searching for periods, question marks, and exclamation marks - before even having to factor in quotation marks at ...
- Fri May 19, 2023 1:45 pm
- Forum: General
- Topic: is there a way to 100% disable any and all clipboard monitoring in Atlantis
- Replies: 1
- Views: 2726
is there a way to 100% disable any and all clipboard monitoring in Atlantis
I ran into some clipboard conflicts recently, after using Atlantis and, more recently, using Atlantis' clipboard monitoring (1) in tools > options > edit > clipboard management and (2) clippy bank. One of the issues was serious and has happened twice since starting to use Atlantis. For years have I ...
- Wed May 17, 2023 6:59 pm
- Forum: General
- Topic: Smart space management for double space sentences
- Replies: 9
- Views: 17126
Re: Smart space management for double space sentences
The following "Find what" pattern would also cover cases when there is a double quote after the fullstop or the exclamation/question mark: ([.!?]"{0,1}) ([!^w]) Followup question. When using this regex code (which works great) I am left with 2-space-things like "Dr. Smith", "cp. asdf" , "Gen. 3:15 ...
- Wed May 17, 2023 6:38 pm
- Forum: General
- Topic: Smart space management for double space sentences
- Replies: 9
- Views: 17126
Re: Smart space management for double space sentences
Thanks for your helpful tip. I got got hijacked onto a different project right after your answer.
- Sat Apr 29, 2023 9:22 am
- Forum: General
- Topic: no side-by-side floating toolbar while in side-by-side mode
- Replies: 2
- Views: 3942
Re: no side-by-side floating toolbar while in side-by-side mode
I no longer see the side-by-side floating toolbar (again). And I now cannot find anything on the View menu.
Anyone have anything on this, so I can file it away more permanently in my old brain? Thanks.
Anyone have anything on this, so I can file it away more permanently in my old brain? Thanks.
- Wed Feb 01, 2023 6:57 pm
- Forum: General
- Topic: Smart space management for double space sentences
- Replies: 9
- Views: 17126
Re: Smart space management for double space sentences
How would I replace ."_ with ."__ the underscores represent spaces. I want 2 spaces after ."
Same with ?"_ and !"_
I cannot seem to make autocorrect give me the result I want.
Using Atlantis 4.2.1.1
Same with ?"_ and !"_
I cannot seem to make autocorrect give me the result I want.
Using Atlantis 4.2.1.1
- Fri Dec 16, 2022 6:06 pm
- Forum: Feature Request
- Topic: Track Changes/Comments
- Replies: 6
- Views: 18830
- Thu Dec 08, 2022 11:20 am
- Forum: General
- Topic: no side-by-side floating toolbar while in side-by-side mode
- Replies: 2
- Views: 3942
no side-by-side floating toolbar while in side-by-side mode
When I turn on side-by-side mode I do not see the floating toolbar as described in the Help pages.
Does that have to be turned on somewhere in settings? Or any other tips on this?
Thanks.
[edit] Nevermind. Found it on the view toolbar (which I normally auto-hide).
Does that have to be turned on somewhere in settings? Or any other tips on this?
Thanks.
[edit] Nevermind. Found it on the view toolbar (which I normally auto-hide).