|
Re: Creating a directory/folder with a clip
Good morning, Kees!
Thank you so much for your response.....and that definitely is a working
solution! I eventually found an install file hidden in an old Documents
folder buried deep in my hard
Good morning, Kees!
Thank you so much for your response.....and that definitely is a working
solution! I eventually found an install file hidden in an old Documents
folder buried deep in my hard
|
By
James McBride
·
#26221
·
|
|
Re: Creating a directory/folder with a clip
Maybe this works:
In your current installation go to
Menu: Help / Check for Updates ...
A pop-up dialog appears:
Fookes Software News and Updates
- O NoteTab Pro News
+-- O 2014/11/03: Click to
Maybe this works:
In your current installation go to
Menu: Help / Check for Updates ...
A pop-up dialog appears:
Fookes Software News and Updates
- O NoteTab Pro News
+-- O 2014/11/03: Click to
|
By
Kees Nuyt
·
#26220
·
|
|
Re: Creating a directory/folder with a clip
Hi Jim,
I must admit that this is the first time I ran into the „VirtualStore“ folder - although AppData in general is quite familiar to me as I do IT support for multiple users in my company, and
Hi Jim,
I must admit that this is the first time I ran into the „VirtualStore“ folder - although AppData in general is quite familiar to me as I do IT support for multiple users in my company, and
|
By
Thomas Gruber
·
#26219
·
|
|
Re: Creating a directory/folder with a clip
Thank you, Thomas!
I went in and looked, and yep, that folder WAS created where you said! That APPDATA folder is a wild and wonderful place.....so much going on there that I didn’t even know about.
Thank you, Thomas!
I went in and looked, and yep, that folder WAS created where you said! That APPDATA folder is a wild and wonderful place.....so much going on there that I didn’t even know about.
|
By
James McBride
·
#26218
·
|
|
Re: Creating a directory/folder with a clip
Hi Jim,
I modified your test script a little bit, so that it just creates (or better tries to create) a folder „Logs“ inside the Note Tab 7 folder in Program files (x86). This seems to work but
Hi Jim,
I modified your test script a little bit, so that it just creates (or better tries to create) a folder „Logs“ inside the Note Tab 7 folder in Program files (x86). This seems to work but
|
By
Thomas Gruber
·
#26217
·
|
|
Re: Creating a directory/folder with a clip
Hi Jim,
I think your test script is misleading. I tried it here, and the „MkDir“ statement creates an I/O errror on my Windows 10 machine - indicating that the folder can’t be created (as John
Hi Jim,
I think your test script is misleading. I tried it here, and the „MkDir“ statement creates an I/O errror on my Windows 10 machine - indicating that the folder can’t be created (as John
|
By
Thomas Gruber
·
#26216
·
|
|
Re: Creating a directory/folder with a clip
Thank you, John! I am going to uninstall and reinstall in an alternate folder to see if that helps. My only problem at the moment is that I cannot uninstall because I do not have the installation file
Thank you, John! I am going to uninstall and reinstall in an alternate folder to see if that helps. My only problem at the moment is that I cannot uninstall because I do not have the installation file
|
By
James McBride
·
#26215
·
|
|
Re: Creating a directory/folder with a clip
You won't be permitted to write into any folder under program files. Windows won't permit it unless/until you 'take ownership' of the folders you want to write to. Or just don't install NoteTab into
You won't be permitted to write into any folder under program files. Windows won't permit it unless/until you 'take ownership' of the folders you want to write to. Or just don't install NoteTab into
|
By
John Shotsky
·
#26214
·
|
|
Creating a directory/folder with a clip
Hello,
I am trying to create (programmatically) a folder. When my original code wasn't working, I just created a small clip to test the basic functionality of it. What I want to do is to create a
Hello,
I am trying to create (programmatically) a folder. When my original code wasn't working, I just created a small clip to test the basic functionality of it. What I want to do is to create a
|
By
James McBride
·
#26213
·
|
|
Re: Removing duplicate entries
No argument. I just wanted to highlight the technique and give credit where credit is due.
Also, as an old assembly language programmer/mathematician I tend to appreciate and strive for the compact
No argument. I just wanted to highlight the technique and give credit where credit is due.
Also, as an old assembly language programmer/mathematician I tend to appreciate and strive for the compact
|
By
Art Kocsis
·
#26212
·
|
|
Re: Removing duplicate entries
Thanks for this alternate way to modify the list.
Flo's clip worked well for me since it seperated the list into "groups" which makes it easier to
Thanks for this alternate way to modify the list.
Flo's clip worked well for me since it seperated the list into "groups" which makes it easier to
|
By
WV- Mike
·
#26211
·
|
|
Re: Removing duplicate entries
A little late to the party but I thought John's proposed solution was quite clever despite it having a minor mistake [the line terminator "\R" needs to be excluded from the first capturing group
A little late to the party but I thought John's proposed solution was quite clever despite it having a minor mistake [the line terminator "\R" needs to be excluded from the first capturing group
|
By
Art Kocsis
·
#26210
·
|
|
Re: File Compare
Kees Nuyt wrote:
Thank you for all that effort. As for now I'm still reluctant to install
anything new for something used exceedingly rarely. If there is difference,
then the side by side view is a
Kees Nuyt wrote:
Thank you for all that effort. As for now I'm still reluctant to install
anything new for something used exceedingly rarely. If there is difference,
then the side by side view is a
|
By
Axel Berger
·
#26209
·
|
|
Re: File Compare
Thanks for the heads-up.
I spent some more time and changed the clip to:
======= clip begin
Open docs in WinMerge
;
; Compare two documents in adjacent tabs
; using WinMergePortable.
; Just like
Thanks for the heads-up.
I spent some more time and changed the clip to:
======= clip begin
Open docs in WinMerge
;
; Compare two documents in adjacent tabs
; using WinMergePortable.
; Just like
|
By
Kees Nuyt
·
#26208
·
|
|
Re: File Compare
I see email screwed up my lines. Just insert CR where it is obvious that it
should be there, such as the ;========== line..
Regards,
John
I see email screwed up my lines. Just insert CR where it is obvious that it
should be there, such as the ;========== line..
Regards,
John
|
By
John Shotsky
·
#26207
·
|
|
Re: File Compare
I have a clip called 'Show me my Notes'.
When NoteTab starts, I define a 'home folder' as a variable.
In that folder, I place a file named 'My Notes.txt'.
In that file, I place hard to remember
I have a clip called 'Show me my Notes'.
When NoteTab starts, I define a 'home folder' as a variable.
In that folder, I place a file named 'My Notes.txt'.
In that file, I place hard to remember
|
By
John Shotsky
·
#26206
·
|
|
Re: File Compare
Kees Nuyt wrote:
Ah yes, thanks. That's one of those I redefined. Let's see how often I'm
going to use the new-found option. There's little sense in defining
shortcuts used so rarelöy, you can't
Kees Nuyt wrote:
Ah yes, thanks. That's one of those I redefined. Let's see how often I'm
going to use the new-found option. There's little sense in defining
shortcuts used so rarelöy, you can't
|
By
Axel Berger
·
#26205
·
|
|
Re: File Compare
Kees wrote...
/wr "^%prvdocnm%" "^%curdocnm%"
It makes no sense to mix '^!Document' and '^$GetDocName(Index)$' together.
Either you jump to a specific document with '^!Document' and get its name
Kees wrote...
/wr "^%prvdocnm%" "^%curdocnm%"
It makes no sense to mix '^!Document' and '^$GetDocName(Index)$' together.
Either you jump to a specific document with '^!Document' and get its name
|
By
Flo
·
#26204
·
|
|
Re: File Compare
As shown in "menu: Document | Second Window"
the shortcut is Ctrl+Shift+W
Yes.
You could use WinMerge for a more graphical comparison.
WinMerge is available as a
As shown in "menu: Document | Second Window"
the shortcut is Ctrl+Shift+W
Yes.
You could use WinMerge for a more graphical comparison.
WinMerge is available as a
|
By
Kees Nuyt
·
#26203
·
|
|
Re: File Compare
loro wrote:
That's great. Thank you, I never saw that. Now I'll have to think up and
define a suitable keyboard shortcut. But a file compare and finding the
differences has still to be supplied
loro wrote:
That's great. Thank you, I never saw that. Now I'll have to think up and
define a suitable keyboard shortcut. But a file compare and finding the
differences has still to be supplied
|
By
Axel Berger
·
#26202
·
|