ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Headed List Builder

(1/3) > >>

thancock20:
I have a repetitive task everyday, where I have to go through a lot of documents grabbing information. Then the information gets put into an email along with headers (that are usually the same ones day after day), and sent out. I've been using Notepad++ (and a lot of copying, pasting, and typing) for this, but I came up with an idea for a small program that would actually help streamline the task quite a bit. I tried to come up with as detailed a description of it as I could:

I. The GUI

    A. Textbox - The main part of the GUI should be a simple textbox. It should allow for typing, copying, pasting, etc. but no special formatting options or anything are needed. (Unicode support for the whole program would be a big plus though as it is possible I'll need to use this with Japanese text at some point.)

    B. Above the textbox.
        1. A persistent dropdown list for headers. (This should initially be empty when the program is first run).
        2. A button to add whatever is selected in the textbox to the dropdown list.
        3. A button to paste the selected header from the dropdown list at the cursor position in the textbox.
        4. A button to delete the currently selected header from the dropdown list.
        5. Not necessary at this point, but a way to switch header lists for different projects would probably be a good idea.

    C. Below the textbox.
        1. A button to clear the contents of the textbox. (Should confirm first, in case of accidental clicks).

II. Global Hotkeys - The program should set the following global hotkeys while it is running.

    A. Win+Ctrl+C - Copy selected text from active program, and paste at the cursor position in the textbox.
    B. Win+Ctrl+V - Paste entire contents of the textbox at the cursor position of the active program.

I think someone who is more adept than I am at AutoHotkey would probably be able to code this without too much of a problem.

rjbull:
You might get quite a way with mouser's program Clipboard Help+Spell, using its permanent clips, groups and favourites.

thancock20:
Thank you for the reply rjbull. I am aware of Clipboard Help+Spell, however:

1. I think it would be overkill for this particular project.
2. I can't really use it as a clipboard extender because (if I recall correctly), it lacks support for Japanese.

rjbull:
From ClipMate's Help file:
ClipMate does not use Unicode for its interface, so any text data that you see in ClipMate is "ansi text". However, ClipMate can accept "Unicode Text" from the clipboard, and then translate it into Ansi Text, using the codepage of the Unicode.  If you select a useful font/script combination for display, it should look fine in ClipMate.

Normally, ClipMate will capture Ansi Text from the clipboard, and display it. This works fine for most cases, if your windows local language is set correctly. However, if you work with other languages, you may need to tell windows to use a particular language for non-unicode programs.

ClipMate has a Unicode-To-Ansi function which will create an Ansi Text version of a clip based on its Unicode component, providing that you captured the clip with Unicode, which is controlled by the Application Profile.  There are two ways to do this:

* Use the Unicode To Ansi menu option under the Edit menu

* Turn off "TEXT" in the application profile for any given program, and turn on UNICODE TEXT. When ClipMate captures a clip that has Unicode Text but no Ansi Text, it'll call the Unicode To Ansi routine automatically.

Unicode To Ansi can work with the following code pages:

*     932,  Hiragana

*     932,  Katakana
--- End quote ---

But ClipMate's even more overkill, and payware to boot.

Another thought: I used to have something like your "B" group of requirements with PowerPro.  It was set so that whenever I used TED Notepad to edit a particular file, PowerPro put a couple of buttons on TED Notepad's title bar.  Clicking them dropped down menus of short boiler-plate text snippets.  That worked well, and PowerPro is free, though configuring it is not for the faint-hearted.  As for editors, I don't know much about Notepad++, but EmEditor is famous for excellent Unicode support.

Ath:
Hm, sounds like mouser's Form Letter Machine could be able to do this, with one minus: No unicode support :huh:. But if it fits, then maybe we can persuade him to to upgrade it to unicode :D

Navigation

[0] Message Index

[#] Next page

Go to full version