| Author |
Message |
Topic: Select and apply email quotes to text |
caveatrob
Replies: 5
Views: 77
|
Forum: Ask for Help Posted: Fri Nov 21, 2008 7:12 pm Subject: What I've learned |
1. I've learned to search the forum first in lieu of getting in "requirements mode"
2. I've learned that I could have added the >> to the endchar, since it terminates with a `n; st ... |
Topic: Select and apply email quotes to text |
caveatrob
Replies: 5
Views: 77
|
Forum: Ask for Help Posted: Fri Nov 21, 2008 4:49 pm Subject: Thank you for your pity. I now have buggy code :) |
Hi,
Thanks for the starting point. I'm trying to modify the code to initially not replace CRLFs so that it prepends the ">>" on each CRLF-separated "block."
However, w ... |
Topic: Select and apply email quotes to text |
caveatrob
Replies: 5
Views: 77
|
Forum: Ask for Help Posted: Fri Nov 21, 2008 3:23 pm Subject: Select and apply email quotes to text |
I'd like a method to take clipboard text, strip out single CRLFs, and break the resulting chunk into 70-character lines prepended with a ">>" character on each line.
In addition, if ... |
Topic: Cliche processor |
caveatrob
Replies: 5
Views: 117
|
Forum: Ask for Help Posted: Thu Nov 20, 2008 10:02 pm Subject: Data only stores last row read? |
Looks like there might need to be some kind of append there. The data only contains the last row parsed. Did I read that right?
Last request is to parse the clipboard.
Would something like this ... |
Topic: Cliche processor |
caveatrob
Replies: 5
Views: 117
|
Forum: Ask for Help Posted: Thu Nov 20, 2008 9:03 pm Subject: No output file produced |
Not bad!
Is there a way to use regexp to look for the phrases despite punctuation?
What's the best way to create the output on the clipboard?
Thanks! |
Topic: Cliche processor |
caveatrob
Replies: 5
Views: 117
|
Forum: Ask for Help Posted: Thu Nov 20, 2008 5:57 pm Subject: Cliche processor |
Hello Everyone,
I'd like a script that parses a document for words or phrases found in a text file and applies a tag to those words or phrases in the document.
I'm parsing student papers for cl ... |
Topic: More compact or efficient menuing code |
caveatrob
Replies: 3
Views: 104
|
Forum: Ask for Help Posted: Thu Sep 11, 2008 12:30 am Subject: Slight modifications |
| Forgot to mention- there will be a *lot* of menu options by the time I'm done; and I will be setting up the OWLModifier to point to a different link. |
Topic: More compact or efficient menuing code |
caveatrob
Replies: 3
Views: 104
|
Forum: Ask for Help Posted: Thu Sep 11, 2008 12:12 am Subject: More compact or efficient menuing code |
Hi all,
I wrote a pop-up menu that fires when I press Windows-I. The intention is to paste a URL into a document based on the menu selection. I'm using it to insert appropriate links to grammatical ... |
Topic: Autocomplete or Auto Complete SIMPLE |
caveatrob
Replies: 5
Views: 227
|
Forum: Ask for Help Posted: Fri Sep 05, 2008 7:15 pm Subject: Autocomplete or Auto Complete SIMPLE |
| Okay - I've posted a few times. I want a very simple script that lets me either type a period and two letters (like .os) or a period and control-space and pops up a list of possible matches that I can ... |
Topic: Right-click not suppressed in target window on shift-RC |
caveatrob
Replies: 1
Views: 94
|
Forum: Ask for Help Posted: Thu Aug 28, 2008 7:30 pm Subject: Right-click not suppressed in target window on shift-RC |
| I have a script that pops a custom menu for particular windows when shift-right-click is pressed. This *should* deactivate the existing context menu on a shift-right-click, but it doesn't do so consis ... |
Topic: Adding submenus for code snippets |
caveatrob
Replies: 1
Views: 66
|
Forum: Ask for Help Posted: Thu Aug 28, 2008 6:14 pm Subject: Adding submenus for code snippets |
Hi guys,
I'd like to add a submenu to the following menu to write out code snippets. (1) how do i add the submenu item, and
(2) what's the best procedure to write out a snippet?
if ... |
Topic: Simple popup autocomplete based on keystroke |
caveatrob
Replies: 1
Views: 99
|
Forum: Ask for Help Posted: Sun Aug 24, 2008 8:58 pm Subject: Simple popup autocomplete based on keystroke |
Hi all,
I'd like to type ".os" and have a window pop at my cursor with a list of options from which to choose. The list is finite and has about eleven options for properties for a custom ... |
Topic: Hotkeys for am and pm stopped working with new ahk version |
caveatrob
Replies: 1
Views: 148
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 5:19 pm Subject: Hotkeys for am and pm stopped working with new ahk version |
Hi all,
I have the following code that watches for number+ am or pm and then outputs the number followed by <space>a.m. or <space>p.m.
I get
hs("([0-9]{ ... |
Topic: Double-Click sends calendar selected date to clipboard close |
caveatrob
Replies: 7
Views: 158
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 9:06 pm Subject: Two little issues |
A couple of things:
* The double-click timer doesn't start over when I pick a different date
* The double-click timer is a little slow. Can I speed it up at all? |
Topic: Double-Click sends calendar selected date to clipboard close |
caveatrob
Replies: 7
Views: 158
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 8:48 pm Subject: Fires on every click |
| The method fires on every click, not just double-clicks. Hmm... |
| |