topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday November 6, 2025, 2:25 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 16 17 18 19 20 [21] 22 23 24next
501
Best Text Editor / PSPAD News
« Last post by kfitting on July 19, 2005, 01:40 PM »
Wonder if anyone else saw that PSpad now has true wordwrap... at least according to their history. I dont use the program, but I know it was a subject of much debate!  I also would like to point out that, contrary to the review, NotePad2 does have column selection.  Hold down alt and select.

Kevin
502
Hey mouser, I saw in another thread about you being almost done with your clipboard tool.  I was also reading about the whole "copy text as soon as it's selected" thing.  I was wondering if this would be included in your tool? 

Kevin
503
Finished Programs / Re: IDEA: timed alt+tab through active windows
« Last post by kfitting on July 17, 2005, 09:39 PM »
Ok mouser, here is the result.  One caveat: if skrommel does not want this posted, it should be taken down.  I have included both the script and the exe for your perusal.  Steps:

0. Change the extension on the "txt" file from txt to "exe" (until mouser can put this somewhere else... this is the executable)
1. run the exe
2. when you want to start switching, press escape
3. choose how many seconds between programs, hit enter
4. hit escape when you are done looking.  The exe WILL stay in the tray, convienietly taking over your escape key for the duration!

If you want to change the hotkey editing the autoit script and a recompile are required.  If demand is enough, I can make the hotkey customizable.  Once again, with the addition of running in the background, this is a copy from skrommel's script.  All thanks should go to him!

kevin

below is the script:

;AltTab
;Timed switching between active windows
;Translated from an AutoHotKey script made by: Skrommel 2005

Global $Loop
Global $Pause

HotKeySet("{esc}", "HotkeyPressed")

$Loop = 0

While 1
Sleep(10000)
WEnd


HotKeySet("{esc}")
$Loop = 0

Func HotkeyPressed()
If $Loop = 0 Then
$Pause = InputBox("Insert Pause...", "Insert the number of seconds to pause between switching apps... Press Escape to quit!", "5")

$Loop = 1

If $Pause < 1 Then $Pause = 1

Do
Send("!{esc}")
Sleep($Pause & "000")
Until $Loop = 0
ElseIf $Loop = 1 Then
$Loop = 0
EndIf
EndFunc   ;==>HotkeyPressed
504
Finished Programs / Re: IDEA: timed alt+tab through active windows
« Last post by kfitting on July 17, 2005, 08:53 PM »
If anyone wants/cares I could translate skrommel's script into an AutoIt exe for easier packaging.  skrommel let me know if you don't want this and I wont do it!  The only reason is so people don't have to install anything. 

Kevin
505
Unfinished Requests / Re: IDEA: mouse location launcher
« Last post by kfitting on July 17, 2005, 08:46 PM »
Your idea is intriguing cracksloth... I would question whether it could be put into FindRun.  Both concepts are for launching programs or actions.  mouser, would it be possible to have hotkeys, a hotkey, and mouse actions initiate responses from FindRun??  The idea about different actions for different programs is pretty cool too... customizability is awesome!

Kevin

cracksloth:  Dental school??  The bane of all four year olds!!
506
Have you looked at Mike Lin's Clipomatic?  (http://www.mlin.net/Clipomatic.shtml)  His is a minimalistic tool with a few nice features.  You can save clipsets and load them later.  Plus you can also quickly and efficiently paste from the clipboard history.  The only thing you mentioned that he doesn't have is a sound... but it's worth looking into.  Even just to update his idea, since he hasnt updated for a few years now.  I have tried other clipboard utilities but his is just easy to use!  Also, it only uses 140k of ram.

Kevin
507
One quick suggestion: could you make it an option to have a message box or balloon tip display the number?  I have balloon tips turned off (they have a nasty habit of popping up and not going away, eg printing balloon tips).  I realize this may just be asanine... but it doesn't sound to hard to do... I think!  Other than, it does exactly what it says, well. 

Kevin
508
Unfinished Requests / Re: IDEA: mouse location launcher
« Last post by kfitting on July 16, 2005, 10:49 AM »
yeah, as far as working with other windows you would need to be able to allow the user to customize that.  Also, what different triggers would be available?  

-Mousetime
-Mousehover
-Mouseclick?

Any others?

Kevin
509
Unfinished Requests / Re: IDEA: mouse location launcher
« Last post by kfitting on July 16, 2005, 10:11 AM »
Now this idea seems pretty cool... would you be able to specify different regions for different windows?  Maybe you could have one set of regions for the desktop (as you alluded to mouser) and then a different set depending on what program has focus.   Don't know how hard this would be to do, but I think at the very least, you should be able to have one set for desktop, one set for everything else.  Just my one and a half sense!

Kevin
510
Find And Run Robot / Re: Feature Request v2 - text replacement
« Last post by kfitting on July 16, 2005, 09:55 AM »
Ok, ok, like I said, I was extremely tired last night!!  No, that's fine mouser, I was just trying to go off your understanding of the text replacement idea.... in a bloated and ugly sort of way! 

cracksloth:  I checked out memoclip.  I had never heard of it in all my searching.  I was impressed; however, not impressed enough to actually buy it ($14.95). 

Plus:
- clipboard manager and text replacement in the same program
- clipboard manager does seem very powerful.  It would take some playing around with to try it all out.

Negatives:
- no customizable date formats... honestly, this is the biggest reason I use text replacement.  I also tend to use nonstandard formats like 050716 for July 16, 2005 (The reason for that format is so that files or nodes in a tree [Keynote] will sort correctly) or 16 JUL 05. (we use that one at work on drawings)
- A tad on the large size as far as memory usage is concerned (5 meg).  Shortkeys takes up about 900k.  Granted, shortkeys doesn't ahve a clipboard extender.
- Clipboard extender does not appear (in my 10 minutes of looking) to have an invisible way of interaction.  You have to open the main window, select the piece of text, copy it to the clipboard, then paste it where you want it.  Compare to Mike Lin's Clipomatic (http://www.mlin.net/Clipomatic.shtml) where you hit ctrl+alt+v, a menu pops up, you select the text and whamo, it's pasted at the mouse cursor. (pity Clipomatic hasnt been updated recently)

All that being said, thanks for the tip cracksloth.  Memoclip certainly does add some features I hadnt thought of before.  Now if only you could combine them... mouser?  Heh heh, no, I'll let you run your own show!  Thanks for the constructive criticism/new information. 

Kevin
511
Find And Run Robot / Re: Feature Request v2 - text replacement
« Last post by kfitting on July 15, 2005, 07:40 PM »
Your thought got me thinking mouser.  (before I go any further let me warn you that I just got back from an hour and a half of ultimate frisbee in steamy humid weather... any ideas are suspect!!)  One thing that shortkeys doesn't do very well is filling in forms.  Now, I know there are form fillers, and I havent checked them out at all, but I was thinking this could be useful.  Assume you have already put your address (3 seperate pieces of info, mind) into the program.  Sequence of actions goes something like this:

1. tap generic "text replace" hotkey
2. type quick identifier eg. "address"
2. click (mouse) on the first input box, the first line of text goes in
3. click on the second input box, the second line of text goes in
4. click on the third input box, and the third line of text goes in

Basically the user needs to tell FindRun how many pieces of text and what order to put them in.  Problems I've thought of:
- what if the user decides midway through the clicking process he wants to stop?  Basically FindRun is assuming the next series of clicks will be in input boxes
- coding may be tough (I don't know.... I don't code FindRun!!)

Let me know what you think.... Like I said, this may already be handled by other programs more efficiently. 

Kevin
512
Find And Run Robot / Re: Feature Request v2 - text replacement
« Last post by kfitting on July 15, 2005, 04:28 PM »
I kind of agree with Ampa on this one.  If this could be done well, it might be worthwhile, but I think it may try to do too much.  The main reason I mentioned it was because as I was looking for text replacement apps, I noticed that a few of them included program launching.  mouser, the idea behind text replacement is that text is replaced "on the fly."  If I have an alias (for lack of a better term) such as "dt." that inserts today's date, as soon as I finish typing the period, those three characters are replaced by my chosen date format.  It relies on a keyboard hook rather than a hotkey being pressed. 

I don't know... I personally am on the edge regarding this feature.  On the one hand, I agree with Ampa that it may add too much bloat.  On the other hand....... if it could be done well, it would be kind of cool!  Perhaps, a better idea would be to make it more of a plugin (without rehashing the plugin arguement from before!!), an extra piece of FindRun that could be downloaded and inserted if desired.  Mouser, download Shortkeys and see what it can do.  They have a free lite version or a 30 day trial on their full version.  Then you could see if you think you could create something equivalent (rather than something halfway there.  Alluding to your "tries to do everything a little and nothing completely" comment!). 

We should keep talking about it, but I don't know if it's such a great idea to actually implement. 

Kevin
513
Find And Run Robot / Re: Feature Request v2 - time to get started
« Last post by kfitting on July 15, 2005, 08:47 AM »
Yeah.... like I said, I'm not sure this is necessarry for you to add.  There are a bunch of programs out there that do it, but I havent found a free one besides ShortKeys Lite, which limits the number of replacement texts to 15.  Whether or not it's worth the time and effort... that's up to you!  Shortkeys (full version) also does spellchecking/replacing (dont becomes don't etc).  Would it even be possible to include this kind of dictionary in FindRun?  I dont know.  Basically, this is just a feature I see in other similar programs... worth considering, but dont know if it's beneficial!

Kevin
514
Find And Run Robot / Feature Request v2 - text replacement
« Last post by kfitting on July 15, 2005, 05:39 AM »
I was just surfing through some of the different posts here (it was a convoluted path and I dont remember which ones, sorry!) and noticed references to KeyText and ActiveWords.  These programs seem to do very similar things to FindRun with the addition of text replacement (activewords especially... launch programs, urls, etc by typing).  I currently use the free version of Shortkeys for text replacement (seriously considering buying the full version, however.  full: http://www.shortkeys.com/ ; free: http://www.shortkeys.com/lite.htm) and was wondering if text replacement is something that could be incorporated into FindRun.  I realize this would be a serious undertaking, the ONLY reason I bring it up at all is because it seems to be something that other similar apps have.  Just a thought.  Like I said, I'm considering purchasing ShortKeys so whether or not FindRun incorporates it at some later date doesnt bother me one way or the other!  (If it does though, it should be able to be turned off!)

Kevin
515
Find And Run Robot / Re: Feature Request v2 - multiple configurations
« Last post by kfitting on July 13, 2005, 05:52 AM »
Two things I think would be important for a config file:
  -  folders to be searched (with an option to make the configuration have the same folders as the standard search... saves time entering them all in manually!)
  -  an extension filter

With these two options you can create something that will only find mp3s, pics, or documents in your normal folders for these files.

Kevin
516
Find And Run Robot / Re: Feature Request v2 - appearance and name?
« Last post by kfitting on July 13, 2005, 05:48 AM »
Skins?? On an app like this??  Could be that I generally care more about functionality than appearance, but I dont think skin support is worthwhile for FindRun.  If it stayed OPEN all the time, I could maybe see the use... but not for a minimalistic program designed to stay tucked away until a flash of urgency calls it forth.

Kevin
517
Find And Run Robot / Re: Feature Request v2 - misc. bug fixes
« Last post by kfitting on July 13, 2005, 05:46 AM »
I definitely agree with the options statement.  In general, the settings window could be laid out nicer (no offense meant mouser!).  One small example is that in the Pattern Scoring and Folders tabs there is no readily apparent way to know that you're supposed to right click to add new entries.  Not that it's hard for power-users (geeks) to figure out, but it could be made nicer for the average to less than average computer user (as well as smoothing the feel of the program).

Kevin
518
Find And Run Robot / Re: Feature Request v2 - file explorer/browser mode?
« Last post by kfitting on July 13, 2005, 05:42 AM »
One idea, probably falls under the "why do it?" catogory (but I'll bring it up anyway!),  what about allowing FindRun to display a folders contents directly?  You search for a folder, FindRun gives you a list of the matches.  If you single click on the folder it would bring up a list of what's in the folder.  Handy if you know the folder but not the filename.  I realize this functionality may already be present with the folder search (ie you can already open the folder in Explorer).  Just thought you could maybe make a faster process.  Just an idea!

Kevin 
519
Find And Run Robot / Re: Feature Request v2 - shell operations
« Last post by kfitting on July 13, 2005, 05:36 AM »
ooooooooooooo... neat.  One quick question (that may have already been answered in one of the plethora of new posts today... I'm slowly making my way through them!), will the searching algorithm be worked on?  The above feature makes FindRun extremely powerful as a search tool, but it's only nice if you can have FindRun look at a lot of files.... hence speeding up the search.  Not that I think FindRun is currently too slow, but if you add a whole bunch of folders to take advantage of the search capability search speed will be crucial.

Kevin
520
Find And Run Robot / Re: Possible bug in Find and Run?
« Last post by kfitting on July 10, 2005, 05:41 PM »
Any reason why the add method using THotKey control doesnt recognize the Win key?  I added a winkey hotkey using the GetHotKey method and it worked fine.

Kevin
521
Find And Run Robot / Re: HotKey feature being added to Find&Run
« Last post by kfitting on July 10, 2005, 04:47 PM »
could you give the option to go one step further and actually launch a program right away?  For example, before I used FindRun I used another program for hotkeys.  I would press Win+C and Opera would come up; Win+A and Xplorer2 came up.  I guess I am somewhat skeptical about just starting a search... could be just my naivete!  While I think this "starting a search" could be a neat idea, could we alos have the option to make the hotkeys launch a program?

Kevin
522
Find And Run Robot / Re: Feature Request Thread
« Last post by kfitting on July 05, 2005, 07:47 PM »
There's no way to tell if a mouseclick is what brought focus to a window?  (not trying to be stupid... just professing ignorance of windows coding!)  However, 90% of the time, I like FindRun keeping focus.  Maybe in the interim you could make it a user option... in a vain attempt to satisfy the masses!

Kevin
523
Find And Run Robot / Re: Feature Request Thread
« Last post by kfitting on July 05, 2005, 05:50 PM »
Just an idea regarding the whole "focus" issue.  Is there a way to allow FindRun to lose focus if the user clicks in another window?  The main reason I wanted FindRun to retain focus is because I wanted to start a bunch of slow starting apps in a row.  In that case, I'm not clicking anywhere, I'm bringing up FindRun and typing in it; I don't want other apps stealing focus.  But, if I bring up FindRun and want to do something else first, I'll bring up FindRun and then click somewhere else.  It's kind of like Opera's popup filter (which actually works a great deal of the time) which doesnt allow unrequested popups, but if you click on a link, the popup is allowed.  Similarly, FindRun would retain focus unless YOU commanded focus somewhere else.  Just a suggestion... don't know if there is a good way to code it,

Kevin
524
General Software Discussion / mst defrag questions...
« Last post by kfitting on July 04, 2005, 05:06 PM »
I know there are several people on this forum that use mst defrag.  Anyone care to give any further enlightenment than what's in the help file?  I remember there was one person who said there are a bunch of registry settings.  I looked; but didnt see a whole lot!  Specific questions I have (though any other random thoughts about usage would be appreciated):

- What good is the tray icon (when I click it.... it does nothing)
- What does "Faulty" mean next a drive icon in the main GUI (and why does it go and come seemingly at will?)
- What registry settings are tweakable?
- Are there any ways to change the order of folders(specifically, can I defrag and move the page file to the front of the drive?)

As I said, any other comments are welcome.  I love this piece of software... just wish the helpfile had more to it!  Also, I am using the new beta version  (1.8 I believe) and WinXP SP2.  Thanks,

Kevin
525
Living Room / Re: new "UNREAD POSTS" button
« Last post by kfitting on July 04, 2005, 01:41 PM »
Well then... I'll have to try it out! Thanks, just goes to show what happens when you dont look around!

Kevin
Pages: prev1 ... 16 17 18 19 20 [21] 22 23 24next