| Author |
Message |
Topic: AceText Helper |
stimresp
Replies: 2
Views: 475
|
Forum: Scripts & Functions Posted: Tue Jun 17, 2008 4:16 pm Subject: AceText Helper |
Yep,, I know - my variant is here:
http://www.autohotkey.com/forum/viewtopic.php?t=32748 |
Topic: TagClipper - fast tagging of web, files, images, thoughts |
stimresp
Replies: 1
Views: 422
|
Forum: Scripts & Functions Posted: Sat Jun 14, 2008 10:42 pm Subject: TagClipper - fast tagging of web, files, images, thoughts |
Hi,
After finishing my [url=http://www.autohotkey.com/forum/viewtopic.php?t=32738]AceText Helper, I adapted it to work with plain text files.
The script is designed to help you quickly and unobt ... |
Topic: Determine filepath of an open file? |
stimresp
Replies: 7
Views: 231
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 9:03 pm Subject: Determine filepath of an open file? |
| Yep I saw that, however it doesn't solve the problem of naming the current open file. For example, if I am reading from a pdf file and capture some text to the clipboard, I would also like to capture ... |
Topic: AceText Helper |
stimresp
Replies: 2
Views: 475
|
Forum: Scripts & Functions Posted: Sat Jun 14, 2008 2:06 pm Subject: AceText Helper |
Hi,
I have used [url=http://www.acetext.com]Acetext for about two years. It is a fantastic clipboard manager. Although I find it incredibly useful, and a real life saver at times, there are a few n ... |
Topic: Determine filepath of an open file? |
stimresp
Replies: 7
Views: 231
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 1:42 pm Subject: Determine filepath of an open file? |
They are stored in the kernel space
One of my recommendation is
Thanks - it will come in handy, but not for what I want to achieve here.
J |
Topic: Determine filepath of an open file? |
stimresp
Replies: 7
Views: 231
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 12:21 pm Subject: Determine filepath of an open file? |
Hi,
Thanks, so it would depend on the software used to open the file (Word / Acrobat / etc.)?
Would there be a windows variable or similar that stores the location files currently focussed / o ... |
Topic: Determine filepath of an open file? |
stimresp
Replies: 7
Views: 231
|
Forum: Ask for Help Posted: Sat Jun 14, 2008 10:08 am Subject: Determine filepath of an open file? |
Hi,
I'm writing a little clipping program. I see it is possible to to get the window title using WinGetTitle.
What I would like to do is be able to capture the full file path, including filename ... |
Topic: XML special character handling |
stimresp
Replies: 6
Views: 292
|
Forum: Ask for Help Posted: Thu Jun 12, 2008 1:51 pm Subject: XML special character handling |
What a coincidence, here's a function I wrote yesterday from someone:
 |
Topic: XML special character handling |
stimresp
Replies: 6
Views: 292
|
Forum: Ask for Help Posted: Thu Jun 12, 2008 12:39 pm Subject: XML special character handling |
Hi and thanks for the advice. I found a solution by reading StringReplace, NoteBody, Notebody, & , &`; , All
StringReplace, NoteBody, Notebody, < , <`; , All
StringReplace, Note ... |
Topic: how to hide all windows at once |
stimresp
Replies: 7
Views: 218
|
Forum: Ask for Help Posted: Thu Jun 12, 2008 9:03 am Subject: how to hide all windows at once |
Just press Windows+D
This hotkey is already built into windows |
Topic: XML special character handling |
stimresp
Replies: 6
Views: 292
|
Forum: Ask for Help Posted: Thu Jun 12, 2008 9:00 am Subject: XML special character handling |
Hi,
Thanks. Yes, I have looked at the docs and code for xpath, however it doesn't seem to account for replacement of special characters such as:
Question mark ? @
Colon : ;
... |
Topic: XML special character handling |
stimresp
Replies: 6
Views: 292
|
Forum: Ask for Help Posted: Thu Jun 12, 2008 7:28 am Subject: XML special character handling |
Hello. I am writing to an xml file, but I can't figure out how to insert special characters.
Details: The code below grabs selected text and the url from a webpage, then writes these as a webclip ... |
| |