steve8x8 / geotoad

Geocaching query tool written in Ruby
https://buymeacoffee.com/steve8x8
Other
28 stars 8 forks source link

NoPMO setting for GUI ? #290

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version I use: 3.19.0

I am using geotoad via GUI because the separators do not work in Dos shell (I 
tried several according to geotoad.pdf)

But I am missing one setting possibility in this kind of search. I did not find 
a "-O" noPMO setting.

Is there a workaround?

Original issue reported on code.google.com by erwin123...@gmail.com on 24 Nov 2013 at 8:59

GoogleCodeExporter commented 9 years ago
There are lots of options which cannot be passed to GeoToad through the TUI.
Is there a particular reason why you don't
- open a cmd window
- run GeoToad inside
- keep the command line it spits out the moment the TUI is left for a run
- use this command line with your additions?
For historic purposes, the TUI is limited to a 80-wide times 24-high "window" 
(AFAIK the size a cmd has by default), and it's rather tricky to add more 
options to it (which most TUI users wouldn't be interested in).
With only a few exceptions, the whole alphabet is used - both as small and 
capital letters (that's more than 40). Which one should be dropped from the TUI 
to make room for which others?

Original comment by Steve8x8 on 24 Nov 2013 at 8:11

GoogleCodeExporter commented 9 years ago
I found the reason why it was not working with the command line separator.
Normally I used the code with a batch file but this makes the issues with the 
separator. I tried to put the code directly in the shell and it worked ....

Original comment by erwin123...@gmail.com on 25 Nov 2013 at 12:10

GoogleCodeExporter commented 9 years ago
I suppose #2 refers to another issue (284?)...

There's a patch (not committed yet) to include the "notFoundByMe" and "noPMO" 
options in the TUI, see below...

Original comment by Steve8x8 on 22 Dec 2013 at 5:54

Attachments:

GoogleCodeExporter commented 9 years ago
Committed to SVN, for release with 3.19.2

Caveat: a few TUI items have changed their index numbers, watch out!

Original comment by Steve8x8 on 27 Dec 2013 at 10:29

GoogleCodeExporter commented 9 years ago
This issue is supposed to be fixed by 3.19.2 released today.

Original comment by Steve8x8 on 6 Jan 2014 at 1:45