|
2
|
DonationCoder.com Software / Clipboard Help+Spell / format text on clipboard without pasting?
|
on: May 17, 2011, 03:10:50 PM
|
|
is it possible to format the text on the clipboard without pasting? so that i can paste later.
i often use remote sessions on other machines and would find this useful for that. also, i have some autohotkey scripts that process text that is already on the clipboard... CHS can easily do a bit of preprocessing of copied for me, but i don't want to paste the result, just to leave it for the autohotkey scripts.
jack
|
|
|
|
|
5
|
Main Area and Open Discussion / General Software Discussion / Re: Windows editors - do they have to be so bad?
|
on: February 02, 2009, 05:25:58 AM
|
yes, i can sympathize with that. just to make you certain that you'd hate the scripting in my emacs, here's a short function to load many files: Formatted for Lisp with the GeSHI Syntax Highlighter [ copy or print] (defun load-many-files ( ~files (get-tty-file "load all these files: ") ~recursive (get-tty-string "recursive? (y/n) [N] ") ) ~target (if (= ~recursive "y") (setq ~target (expand-file-name-recursive ~files)) (setq ~target (expand-file-name ~files)) ) ; if (save-window-excursion (while (!= ~target "") (visit-file ~target) (beginning-of-file) (sit-for 0) (if (= ~recursive "y") (setq ~target (expand-file-name-recursive "")) (setq ~target (expand-file-name "")) ) ; if ) ; while ) ; save-window-excursion ) ; defun - load-many-files
jack
|
|
|
|
|
6
|
Main Area and Open Discussion / General Software Discussion / Re: Windows editors - do they have to be so bad?
|
on: February 01, 2009, 04:46:55 PM
|
TED Notepad and Crimson Editor both have it on Ctrl-D, and much extra kudos to TED Notepad for making Shift-Ctrl-D extend the selection to the next word. EmEditor has it on Alt-F8, but I couldn't see such a feature in EditPad Pro on short acquaintance.
Item: bookmarks that behave in a particular manner. I prefer the sort where you have just two hotkeys, one of which toggles a bookmark on the line the cursor is on, and the other of which jumps to the next bookmark in a circular queue. Crimson Editor has this, and makes the whole line coloured, which makes bookmarks really stand out from the rest of the text. Some editors seem to use separate hotkeys for each bookmark, which tends to limit them to ten on the number keys. That's what EditPad looked like, but I admit I need to look at it again. Boxer has a hybrid; it uses toggles for the bookmarks, hotkeys, but numbers them, and only allows ten bookmarks per file. However, I was interested to see it allows ten bookmarks per file for apparently as many files as you have open, and gives you a popup bookmark manager to keep track of them all. I'd still prefer more than ten, but admit that if I really had to had that, I might be in the kind of trouble that would be better approached by cutting the task into smaller parts. well, i can do the first in my emacs. i can't immediately do the popup bookmark manager, but it wouldn't be hard to achieve. i think that you should invest the time in learning an editor that is flexible enough to do whatever you want. you can go round thousands of editors and there will always be some feature missing. my personal editing environment is flexible enough to change to match the different things i want to do, so i've been using it for many years. when i started, html and xml did not exist! what you choose to use is up to you. Vim would no doubt do (i've tried vim... i can't get on with it). my light emacs would probably do. Gnu emacs would do. what about jedit? that's very nice, with lots of plugins and you can hack it to do what you want... lots of windowy things. historically, jedit was rather slow to start, but these days either they've fixed that or the hardware is much better, so the startup time is not really an issue. jack
|
|
|
|
|
10
|
Main Area and Open Discussion / General Software Discussion / Re: Windows editors - do they have to be so bad?
|
on: February 01, 2009, 07:31:28 AM
|
well, i hate to get dragged in to discussions like this one. editors are worse than religion... for about 25 years i've been using barry's emacs. first on VAX/VMS, then on various flavours of windows, and occasionally on linux. it's a very small emacs, but there is a huge flexibility that lets me do, for example: - i can mark a region the windows way.
- i can mark a region by setting a mark and navigating to whereever and setting another mark.
- i can do bookmarks.
- not sure about what automatic backups are, but emacs will write out checkpoint files after an elapsed time or after a specified number of changes. additionally, it will journal the changes and recover. it's possible to have both checkpointing and journalling!
- i wrote my own function to view just the lines that match a pattern. i can navigate from there, or make changes there and apply them back to the original buffer.
- i can have as many paste buffers as i like.
- i load hundreds of files into the editor
- i can edit files that have millions of characters on a single line
...and so on. i haven't got a tabbed interface... and what happens to a tabbed interface if you load 100 files? the editor is at http://www.barrys-emacs.org/ and you would probably need a bit of advice to get it all set up, plus some stuff from me. jack
|
|
|
|
|
11
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: KlipKeeper (A FARR2 Plugin by hamradio)
|
on: January 30, 2008, 04:07:36 AM
|
|
the klip display is limited to 120 chars, but the searching is also limited to 120 chars.
if i have the following in my clipboard history:
vvvvvvvvvvvv vvvvvv vvvvvvvvvvvv vvvvvv vvvvvvvvvvvv vvvvvv vvvvvvvvvvvv vvvvvv vvvvvvvvvvvv vvvvvv vvvvvvvv vvvvv wibbly wobbly
...then i i can't find 'wobbly' at all and 'wibbly' i can find only by typing the first bit of it. if i type the whole word, the line disappears from the list.
is it possible to search the whole of the captured clips, even if only the first 120 chars are displayed?
jack
|
|
|
|
|
16
|
DonationCoder.com Software / Find And Run Robot / Re: Latest FARR v2.00.129 ALPHA PREVIEW Release - July 13, 2007
|
on: July 14, 2007, 11:38:12 AM
|
|
now trying .130
i can't tell whether it's much smoother, cos it's running on my work machine and i need a vpn connection to it today.
however, i discovered that my long wait problem seems to depend on which folders it searches. when i include the desktop the searches can take ages. remove the desktop, it's quick. put the desktop back again and it's slow.
does this make any possible sense? is there something different about the desktop?
jack
|
|
|
|
|
18
|
DonationCoder.com Software / Find And Run Robot / Re: Latest FARR v2.00.129 ALPHA PREVIEW Release - July 13, 2007
|
on: July 14, 2007, 12:42:36 AM
|
|
i'm using .129
Tab completion problem...
when i start with 'C:\Program Files' the first item in the listing is 'C:\Program Files'. pressing Tab does nothing, which is not surprising because the first entry matches what i just typed. Tab does pick up whatever line i put the cursor on, but i can't get the top entry because it's the same as the current text.
i haven't tried the Tab before, so i'm not sure whether this is a bug or a feature... but it feels like a bug.
cheers
jack
|
|
|
|
|
19
|
DonationCoder.com Software / Find And Run Robot / Re: Latest FARR v2.00.125 ALPHA PREVIEW Release - July 7, 2007
|
on: July 13, 2007, 01:37:01 PM
|
|
i'm using 2.00.128
i have settings not too dissimilar from those shown by justice. i've been experimentining with them a little... currently:
max files in history: 50 max entries to display: 15 ( a recent change, mostly i've been on 9) max entries in extended: 30
however, the problem is not general performance or general searching. it's when the search seems to be for one or perhaps two characters, resulting in over 400 hits (although only a small fraction are displayed, of course)
jack
|
|
|
|
|
20
|
DonationCoder.com Software / Find And Run Robot / Re: Latest FARR v2.00.125 ALPHA PREVIEW Release - July 7, 2007
|
on: July 13, 2007, 08:34:20 AM
|
|
this is mostly super stuff. thanks!
i do have a problem with the incremental searching.
i get times then the list update takes ages. the problem seems to be most evident when i type a couple of letters, such as 'ho', and then realise i got it wrong, so i delete the 'o'... i then have to wait about 10 seconds for a screen update.
it feels as though i should be able to set something that says 'don't do incremental searching below a threshold of n characters' and then i could set it to 3 and everything would be fine.
jack
|
|
|
|
|