Messages - dandersahn [ switch to compact view ]

Pages: prev1 2 3 [4]
16
ProcessTamer / Process Tamer and Windows Service Priorities
« on: March 08, 2007, 09:28 AM »
Does anyone know of a way to use process tamer (or anything else; registry, whatever) to control a specific windows service running in svchost.exe?  It seems that there is no way to differentiate the various svchost services.  I don't want to change them all.

17
Post New Requests Here / DONE: Hotkey Toggle Screen Resolution
« on: September 17, 2006, 11:42 AM »
I would love to have something that would allow me to toggle between two (or more) screen resolution modes with a hotkey.  There are a couple programs out there (e.g. QRes) that can do this via command line and I could incorporate one into an Autohotkey script, but I would prefer to do it all in one app.  I assume that there must be some way to use Autohotkey to do this, using "DllCall" or something like that.  If anyone has any ideas as to how this can be done (or if anyone could whip up something :) ), I would appreciate it.

18
MiniCap is great.  I have one suggestion for improvement.  An option to capture the currently focused window.  (If none are focused, capture the desktop).  Gadwin Printscreen has this feature: http://www.gadwin.com/printscreen/.  I love the configurability of MiniCap and it's the only feature I find missing. 

19
Best Text Editor / Re: UltraEdit 11 - Best text editor?
« on: July 11, 2005, 12:09 PM »
mouser, does your macro basically copy to the clipboard, run and external program to process the clipboard and update it then paste the clipboard contents back?  that seems to be the only way i can see to implement the "text filter" functionality.

after using UE for a few days, i see a few (mostly minor) things that are missing as far as i can tell...
- there seems to be no way to select the contents of a document without losing the current cursor postion
- it would be nice to be able to close tabs w/ middle click
- there seems to be no way to have variables (e.g. currenly selected word, current cursor column, current line) in macros
- there is no way to specify how to interpret the output of external tools when captured in the 'list box'.  UE seems to be pretty good at figuring it out if there is a filename and line number somewhere in the output lines, but can't always and there is no way (e.g. via regex) to specify the pattern
- activating a line in the listbox output from an external tool will revert the current file to the last saved version if the line refers to the current file
- there seems to be now way to "list lines containing current string" without moving to the next such line.

mostly minor gripes probably better suited for the UE forums :)

20
Best Text Editor / Re: UltraEdit 11 - Best text editor?
« on: July 07, 2005, 09:18 AM »
Can UltraEdit send the selected text (or the entire active buffer if nothing is selected) to the stdin of an external program and replace it with the stdout of that program?  EditPlus has this 'text filter' option.  I have never seen it work exactly the same way as in EditPlus.  I would swtich to UltraEdit if this is available.

What about jEdit?  Did anyone mention it already?  It's about as customizable as possible and with beanshell macros it can do just about anything you can imagine (including the text filter thing and much more).  If only it was so damn slow and such a resource hog.

Pages: prev1 2 3 [4]
Go to full version