topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday November 11, 2025, 4:05 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 ... 25 26 27 28 29 [30] 31 32 33 34 35 ... 43next
726
Garbage program man.........worst freeware I have encountered.

Please let me know what doesn't work.
727
Where do I download this program.......I can't find a link anywhere on the page.

Download link is at the end of the top post.
728
also featured now in ghacks and freewaregenius  :huh: :Thmbsup: :Thmbsup: :Thmbsup:

http://www.ghacks.ne...ive-windows-hotkeys/

Ouch, did you see the screenshot under Vista?

windows_hotkeys-500x345.jpg

I hate theming - it's only human to hate what I can't understand :) The application is themed, but I had to set the blue color for the checkbox groups manually, since by default they used clWindow, which was ugly. So now under Vista the color I set manually clashes horribly with the OS theme. Just great!  :o
729
Request: Is there any way to identify the application that registered the keys in use?
-Carol Haynes (May 07, 2009, 04:37 PM)

Alas, no, it doesn't seem possible under Windows. There is no API for that. Maybe if you're a deep hard core API hacker it's possible, but I doubt, since even at StackOverflow no-one seems to have an answer.

Bug: If the "About" tab is open when you click "Test Active Hotkeys" you get an error. You need to force it to open the Active Hotkeys tab before attempting to test.
-Carol Haynes (May 07, 2009, 04:37 PM)

Thanks, you're right. I'll post a fix. (I wanted to add a couple of features first, but this is an ugly error message, so I'd better not wait til then.)
730
Congratulations Tranglos.. you still got it.   :up:

Thanks, mouser, but it's not just the program - it's the exposure DonationCoder gives! Seems like the major software bloggers are reading DC for picks. It's your work that did that.
731
Very nice.

Can you put the .ini files in the ActiveHotkeys folder?

Yes, I'll add that in the next release.

It's not always a good idea though. Under XP, Vista or later, it will only work if you log in as administrator (in fact, I don't think it will work at all under Vista). In XP programs are prohibited from writing any data under c:\Program files if the current user does not have administrator permissions. Under Vista, as far as I understand, writing data under that directory is completely prohibited (Windows really saves the files elsewhere and only pretends to the user and the programs that the directory is c:\Program files. I forget what this feature is called, but I've read it was giving people trouble).

If you want to store the ini files in the folder where the program is installed, do not install it under the Program Filesas folder.
732
Shift + Win + F9. works, even if eStopWatch didn't have the focus.

That's because it's a global hotkey. Note that if you do use F9 by itself, that key will not work in any other application, as long as the stopwatch is running.

733
1.3 work for my issue, thanks.

@ECHO OFF
start "" msPaint
start "" eStopWatch.exe /start /noresume /localconfig
exit

I don't know if this is possible/easy to implement,
but now i miss an /GetFocus parameter to give eStopWatch always (and every sec again) the focus to catch the F9 stop-press.

Right now, if the other app is fully loaded, this app get the focus and i have to click on eStopWatch first, no matter if i have set the onTop option.

You can press the global hotkey to pause. Granted, it is not the same as Stop, but it will halt the timer faster than by mousing around and clicking the button; you can always click Stop later. By default the hotkey to pause/resume is Shift + Win + F9.

You can change the default shortcut by editing the configuration file, look for settings called HotkeyPauseResumeKey and HotkeyPauseResumeModifier. For example, to just use F9 (by itself) edit the config file as follows:

HotkeyPauseResumeKey=F9
HotkeyPauseResumeModifier=mkShift,mkWin

Or, to use Alt+Ctrl+S for the hotkey, use:

HotkeyPauseResumeKey=S
HotkeyPauseResumeModifier=mkAlt,mkCtrl

(I know, there should really be a proper configuration dialog box in the program to define the hotkeys! I'll do that.)
734
Great ideas all, thanks!

1) Consider renaming the Active Hotkeys tab or having separate tabs for Active and Inactive hotkeys.  I was a bit confused when seeing inactive hotkeys listed on the active hotkeys tab until I found the Show Active Only option.

You are right, I'll rename it. I don't want to use separate tabs though. For now you can right-click and check the option to only display the active hotkeys. At the very least I should add the opposite option, to only show inactive ones.

2) While selecting the modifiers and key groups before scanning allows you to scan for less shortcuts, checking everything didn't seem to take that long.  It might be more useful if you just scanned for everything and then allowed the user to filter the results based on selected modifiers and key groups.

The UI for filtering is already there (hidden), but filtering itself isn't implemented yet.

2a) Extending that a bit it would be nice if the user could filter it even further by somehow entering keys.  Say I wanted all shortcuts that use F1, I could sort the list, but I think a filter would be better.

This definitely needs to be a part of the filter, yes.

3) While you cannot determine the program associated with the hotkey, you could allow the some user entered data.  In particular, if you allowed the user to group hotkeys, enter the program they are associated with, and maybe a small note of what they did, it would become so much more useful.  Obviously, it would fall on the user to ensure this data is updated and accurate.  Granted, you'd probably have to replace the list view to do this cleanly, but with such a feature it would turn the program into something I might even consider purchasing for a small fee.

I love this idea, thanks again. Now that I think about it, I can detect the hotkeys defined in lnk shortcuts (see my reply to DonationCoderTransmit above), and can have a built-in map of well-known Windows hotkeys (Win+R, Win+E, etc). THat would be a start. The rest, as you say, could be filled in by users.

Too bad we cannot have a shareable list of such hotkeys, since in most apps thay are configurable, and will be different for everyone. FARR uses Pause, for example, but there is no guarantee that Pause is mapped to FARR on any particular system.
735
Sweet, thanks.
You might add a button to start a scan for such programs?
-DonationCoderTransmit (May 06, 2009, 02:02 AM)

I'm not sure what you mean. There is nothing to scan for, as there is no standard manner in which programs store information about the hotkeys. It depends on how and where programs keep their configuration data: in the registry, in ini files, in xml files (at various locations). Then there are programs with hard-coded hotkeys, which are not configurable, so not stored anywahere, either.

The shortcut map program you referred to does the only thing that's possible - it scans the shortcuts in the Start menu. I's probably not a very well-known Windows feature, whereby you can assign a hotkey to each .lnk shortcut, so that you can start the program without clicking the link in the Start menu. That's detectable, because the hotkeys are stored inside the shortcut (lnk) files, and I'll see if I can add this to my program.

However, this is only a very narrow use of hotkeys, and it will do nothing about all the applications that register global hotkeys at runtime to perform various functions, e.g. when you press Pause to bring up Find and Run Robot, or PrintScreen to activate a screenshot application, etc.

For those - most common - cases, there is no way to find out which app "owns" a hotkey. I've posted a question at StackOverflow, so if it's possible, someone is likely to reply - but there are no replies so far. In general, it seems impossible to extract the necessary information from Windows; that possibility was simply not built into the system.
736
what's going on, Marek?!  You're unleashing programs on us like rain!  Awesome!  How long has this been in the works?

The hotkey app is very new, took three nights to write just this week, but of course there are all kinds of improvements left out.

The timer I wrote a few months ago, where a client wanted me to report the time spent on particular phases of a project. I was looking specifically for a timer program that would suspend when I stopped using the keyboard, and I couldn't find anything like that.

In both cases it was the perfect motivation - scratch your own itch. That's how Linux came to be, too :)
737
in the panel on the left it would be good to have an 'All' tick-box as well as the 'None' one

Actually, that's not what "None" means. None doesn't deselect all modifier options. Rather, it means "test all hotkeys whish do not use ANY modifier" - a relatively rare case, but it will come up with the Pause key (registered by FARR) for example. There is another program whose name I forget that uses CapsLock by itself to pop up its window. (Perhaps I should rename that checkbox to "no modifier" instead.)

So, by extension, adding "All" would not mean "all possible combinations of modifiers". It would mean "hotkeys that use all modifier keys", i.e. Alt+Ctrl+Shift+Win - and there is already a checkbox for that.
738

Could you perhaps create two versions one as it is and one with hundredths of seconds...for precision timing would suit me as well   


I'd rather not maintain two separate versions like this, but I'll see if I can add this feature to the program as-is. It won't be all that precise though ;)
739
Will there be an option to
- store the config files in the same folder as the exe?
- start the exe  and let it start counting immediately too? To use in batch to start it with an another app and count the start time)

Both done in version 1.3 (please download again; link in the top post).

To store the config files in the same folder as the exe, use the /localconfig parameter (can be added to the Start menu shortcut).

To start the exe and let it start counting immediately, use the /start parameter (likewise).

More details in the History section on top of this thread.


740
Note about the system requirements:

StopWatch runs only on Windows 2000 and later because of the "Suspend on no input" feature (essentially, stop counting when you're not using the computer). Hooking the keyboard and mouse inputs puts unnecessary strain on the system, and anti-virus programs don't like it when they see it. So instead I used a Windows API function that simply tells me the time of the last click of a key or the mouse. This is a much more economical solution, but the necessary function was introduced in Windows 2000 and is not available on earlier systems.

As a result, I expect that on Windows 95 or 98 the program will not even start, and may display an error message about a missing export in a dll.

If anyone wants to use the program under Windows 95 or 98, I can compile a special version without that particular feature, let me know.
741
Unfortunately I can't test under x64; no-one I know round here uses a 64-bit system. Can you describe what happens?
742
Thanks Tranglos!
No idea who's using a lot of those keys :-\ afraid to try them out, god knows what would happen ... :)

That was my thought too when I first ran the program! I found some long-forgotten hotkeys that reside in my AutoHotkey scripts, but also a bunch of shortcuts I don't recall ever having defined.
743
Feature requests:
Countdown timer:  Could you also include a countdown timer mode on it?

I want to add this, but don't want to spoil the interface. As you said (thanks!), it's pretty neat and compact. For counting down to zero I need a dialog box to specify the starting value, or put the necessary controls in the main window. So far I don't like what I've tried. The feature itself is not a problem, I just need to figure out a suitably low-key interface.

Show hundredths of seconds:  Can you show the hundredths of seconds...for precision timing.

Most likely not, sorry! With manual starting and stopping, it doesn't seem to make sense to have such a high precision. I check the time every second only four times a second to keep the CPU usage low.

The Windows timer message is not very reliable. If the computer is busy doing other things, timer messages are sometimes dropped. My stopwatch will make up for it, since it doesn't just count seconds, but calculates the interval from the last timer tick. So in theory I could show the time with millisecond precision, but in practice it would be deceitful to do so, as the measure would not be that precise.
744
Will there be an option to
- store the config files in the same folder as the exe?

I'd rather not do this, since most people will install the program under c:\Program Files, and in that case the program will not be able to write the config file. (Unless you run as administrator, programs you launch are prohibited from writing any data under Program Files folder).

What I do need to add is the ability to read/write config from the exe directory if the program was launched from a removable drive, like a CD or a pendrive - so as not to pollute the host computer. Perhaps I can add a command line option to force that behavior even if running from a fixed drive.

- start the exe  and let it start counting immediately too? To use in batch to start it with an another app and count the start time)

No problem, I'll add this.
745
Ethervane StopWatch (Up and Down edition)
Version: 1.4 BETA
Release date: 2009-05-09
First released on: 2009-05-05
Author: [email protected]
Requirements: Windows 2000 / XP / Vista or later (No Windows 95, 98 or ME)
License: Freeware. Copyright (c) Marek Jedlinski 2009

--- description ---

Ethervane Stopwatch is a simple timer for Windows 2000 or later. It can be used for example to track the time spent working or performing other activities on the computer. The timer can be paused and resumed at any time. If you close the program while the timer is running, it will continue counting from where you left off when the program is restarted. You can also count from a specified value down to zero.

NOTE: Beta release, with several new features added in this version. Please tread softly!

See "History" below to find out what's new in this version.

--- installation ---

No need to install. Just unpack the executable (estopwatch.exe) to any directory. You can create a Start menu shortcut for the program manually.

The program does not store any data in the registry. Configuration is saved in the following folder (Windows XP):
c:\Documents and Settings\<user>\Application Data\Ethervane\eStopWatch\

--- features ---

- Display elapsed time in days, hours, minutes and seconds.

- Count time up or down (to zero)

- The timer can be started from a user-specified initial value

- Global keyboard shortcut to pause/resume the timer

- The tray icon indicates the current state (idle, running, paused or suspended).

- Option to suspend counting when there is no input from the mouse or keyboard.

- When the program is paused or suspended, the display can optionally be faded or blink slowly to indicate the paused state.

- The program window can be semi-transparent when it does not have focus. Click the window to restore the normal (opaque) display.

- eStopWatch can be controlled programmatically from other applications by sending messages. It is also possible to query the current state, time value and mode of eStopWatch in the same way. For details about the message values and meanings, see the example AutoHotkey script included with the program (controleStopWatch.ahk).

Settings are saved between sessions.

--- usage ---

1. Start the program. Click the Start button (or press F9) to start the timer.

2. Pressing F9 again will pause the timer. To resume, again press F9.

3. To stop the timer, click the Stop button or press Shift+F9.

Before you start the stopwatch, you can change the timer mode (counting direction). To do so, press Ctrl+Up arrow or Ctrl+Down arrow. By default, the stopwatch counts up from zero. Press Ctrl+Down to switch to countdown mode. In that mode, when you press the Start button, eStopWatch will display a dialog box to let you specify the initial value (number of days, hours, minutes and seconds to count down from). Note that you can also switch modes by right-clicking the time display area and picking appropriate options from the menu,

You can start the stopwatch from a specific value. Press F8, set the initial time value, and click the Count Up button (or Count Down, depending on the current mode).

The dialog box used to specify initial value for counting up or down supports presets. To create a new preset, set a desired time value, then type a name for the preset in the Presets box and click "Save preset". To load an existing preset, select it from the drop-down list, then click "Load preset". The "Delete preset" button will erase the preset currently selected in the drop-down box.

Another way of starting the stopwatch is to start counting from the last value, i.e. the value displayed in the timer area. Press Shift+F8 to use that function. If the currently displayed value is other than zero, the stopwatch will start counting up or down from that value, depending on the current mode setting.

Pressing Shift-Esc will minimize the program. Click the StopWatch icon in the system tray to restore.

You can also restore the program window and bring it to front by pressing the global keyboard shortcut: Win+F9.

When the timer is running, you can pause and resume it by pressing the global keyboard shortcut: Shift+Win+F9.

(These shortcuts can only be changed by editing the configuration file, eStopWatch-config.ini, in a text editor such as Notepad. You can also disable the shortcuts entirely.)

Click the Options button to display a menu of configuration settings. See "Configuration settings" below for details.

Right-click the timer display area for a menu of available commands.

--- configuration settings ---

Click the Options button to display a menu with the following options:

Stay on top
- When enabled, Ethervane Stopwatch will always be displayed on top of other windows.

Show time in window title
- When enabled, elapsed time will be displayed in the titlebar, as well as on the taskbar button. When disabled, the titlebar and taskbar button display the current state (idle, running, paused or suspended).

Transparent when deactivated
- When enabled, the program window will be made semi-transparent when it does not have focus. Click the window to restore normal (opaque) display.

Display when paused
- Opens a submenu with the following two settings:
a) Blink time display: the display will blink slowly when the timer is paused.
b) Dim time display: the display will be dimmed when the timer is paused.
You can enable either of the two options, or disable both.

Suspend on no input
- When enabled, the timer will be suspended after there has been no mouse or keyboard input for more than a minute. Timer will automatically resume when you press a key or start using the mouse. This lets you walk away from the computer without manually pausing the timer.

Minimize on start
- When enabled, the program will automatically minimize when the timer starts (when you click the Start button or press F9).

On restart resume from last count
- When enabled, Ethervane Stopwatch will remember the current value if you close the program while the timer is running. When you start the program again later, it will automatically resume the timer from the saved value. (If the program was paused while you closed it, it will resume in the paused state).

Fonts and colors
- Opens a submenu with self-explanatory options for setting the fonts and colors of various elements of the display. Click "Reset font and color" in this submenu to restore default color and font settings.

About
- Displays program name, version number and license information.

--- limitations ---

eStopWatch will NOT work with Windows 95, 98 or ME.

Timer resolution is 1 second. This program is not designed for measuring time with higher precisions.

While it is possible to run several instances of sStopWatch at the same time, the built-in global hotkeys will only apply to the first instance started, and note that there is only one configuration file (and one resume file!) for all instances.

Several configuration settings are not available in the main interface, and can only be changed by manually editing the configuration file, eStopWatch-config.ini. The file is stored in the following folder:
c:\Documents and Settings\<user>\Application Data\Ethervane\eStopWatch\
You can edit the file using a text editor, such as Notepad. Remember to close the program before editing the configuration file.

--- download ---

Currently the program is only available via DonationCoder website: www.donationcoder.com

--- support ---

Email the author at [email protected] if you encounter a problem.

--- distribution ---

The program is free to download and use. Written permission from the author is required to bundle, repackage or redistribute the program.

--- command line parameters ---

The program recognizes the following command line parameters:

/start
The timer will start automatically when the program is launched. (If an autoresume file exists, it will be used instead, as before).

/noresume
The timer will not automatically resume even if a resume file is found, regardless of the setting in the configuration file. This parameter can be used together with /start. In that case, resuming will not occur, and StopWatch will start the timer from zero.

/localconfig
Forces the program to read and write all its configuration files in the local directory, i.e. the folder where the program is installed (rather than under c:\Application Data).

/nowriteconfig
Disables writing any configuration files, including the resume file. The program will still read any existing config files, but will not update them on exit.

/id:"custom titlebar text". The text "custom titlebar text" will be displayed on the eStopWatch title bar instead of application name ("Ethervane Stopwatch"). Text must be enclosed in quotation marks if it contains spaces. This is useful if you want to control multiple instances of the stopwatch via system messages - simply execute each instance with a different value of the /id: parameter, which will let you select a unique running instance of the stopwatch.


--- history ---

Version 1.4: 2009-05-09

1. Added the ability to count from a specified initial value DOWN to zero.

2. Added the feature to start counting UP from a specified initial value.

3. Added the feature to start counting (up or down, depending on current mode) from the last displayed value.

4. Added support for time value presets, so that when specifying the initial value, you can pick one of the user-defined presets rather than always specify the number of days, hours, minutes and seconds manually.

5. Added the ability to control eStopWatch and query its current state via Windows messages (see the example controleStopWatch.ahk script included with the program).

6. Added the "/id:" command-line parameter to allow distinguishing between multiple instances of eStopWatch running.

7. Added a small progress bar that indicates remaining time when counting down to zero.

8. Added a configuration option to prompt before stopping the timer. The timer is paused while the prompt is displayed. By default prompting is OFF. (The setting can be changed by editing the configuration file).

9. Changed a few keyboard shortcuts and improved the stopping notification (although it still needs a more pronounced UI)

10. Minor cosmetic fixes.


Version 1.3: 2009-05-06

1. Added a few command-line parameters to allow StopWatch to be used in batch files and scripts. See "Command line parameters" for details.
746
So here's another one... a simple stopwatch/timer with a few handy features. Yes, there are plenty available, and no, I didn't quite like any of them, so I wrote my own :) Download links at the very bottom of this message (be sure to pick the latest version).

New (February 2012): StopWatch is now hosted on my site at tranglos.com. This thread is still good for support and new version info, I'm not going anywhere :-)

A standard installer and a portable version are now available. Latest version direct download:




Please note: Windows 2000, XP and up only. Will not work on Windows 95, 98 or ME (won't even open - see this post for an explanation). Tested only on WinXP 32-bit, that's all I have :)

Freeware, of course. The included readme file has all the details on usage (or see the post below).

Main screen when running:
02-stopwatch-main.png


A few options:
03-stopwatch-options.png


Setting initial value with presets (new in 1.4):
05-stopwatch-presets.png

747
So that it's easy to find, here's the contents of the (original) readme file. Please let me know if you need more info or anything isn't quite clear.

Ethervane ActiveHotkeys
Requirements: Windows 95 / 98 / ME / 2000 / XP / Vista or later
License: Freeware.

--- description ---

ActiveHotkeys detects what global keyboard shortcuts (hotkeys) are currently registered on the computer by various applications. This helps you determine which hotkeys are in use, and which are still available.

See the "History" section for what's new in this release.

--- installation ---

No need to install. Just unpack the executable (activehotkeys.exe) to any directory. You can create a Start menu shortcut for the program manually.

The program does not store any data in the registry. Configuration is saved in the following folder (Windows XP):
c:\Documents and Settings\<user>\Application Data\Ethervane\ActiveHotkeys\

--- features ---

Supports all possible combinations of Alt, Ctrl, Shift and Win keys with regular typewriter keys.

Results can be sorted and filtered to show all possible hotkeys or only currently active hotkeys (those registered by various applications in the system).

Program displays total counts of existing, inactive and currently active hotkeys.

Results can be copied to clipboard or saved to file. Results are copied and saved as tab-delimited format, which can be imported into a spreadsheet.

Settings are saved between sessions.

--- usage ---

1. At the top-left of the screen, under "Select modifier keys", select checkboxes for the modifier keys or chords which you want to test. For example, if you are only interested in shortcuts including the Windows key, select Win, Alt+Win, Ctrl+Win and Shift+Win.

You can right-click this area for additional handy commands. There are commands to select all modifier key combinations, clear all selections, as well as to select all the single key modifiers or 2-, 3- and 4-key chords.

2. Below the top area, under "Select normal key groups", select checkboxes for the key groups you want to test. For example, you may want to test only the alphabetic keys, only numbers, or a combination of the available groups. These selections allow you to limit the number of results, so that finding a particular key is easier.

Right-click this area for additional commands to select all key groups or clear all selections.

Hint: Click the "Key groups" tab to find out what keys are included in each group.

3. Click the "Test active hotkeys" button at the bottom of the screen, or press F9. Results will be displayed in the main pane.

Right-click the listing of results for additional commands:

- Select all results
- Copy selected results to clipboard
- Save selected results to file
- Toggle between showing all results, or only the active (currently registered) hotkeys.

--- limitations ---

Windows does not provide information about what program registered a particular global hotkey. Therefore this information is not available through ActiveHotkeys either.

--- download ---

Currently the program is only available via DonationCoder website: www.donationcoder.com

--- support ---

Email the author at [email protected] if you encounter a problem.

--- distribution ---

The program is free to download and use. Written permission from the author is required to bundle, repackage or redistribute the program.

--- history ---

Version 1.1.0: 2009-05-09

- Added support for multimedia and browser keys that some keyboards have. Typically, these keys will be shown as inactive, even though they "work". That is because the operating system does not register these keys as hotkeys with itself. However, some applications (e.g. Winamp), can register these keys, and then you'll see them listed as active.

- The "Show only active keys" option has been replaced with a three-way toggle: Show all, Show only active keys, and Show only inactive keys. The F5 key now cycles through these three options.

- Added an option to display gridlines in the hotkey view (Ctrl+G).

- Added support for the following two command-line switches:
  /localconfig : AH will write its configuration files in the directory where it is installed.
  /nowriteconfig : AH will read its configuration files normally, but will not write back any changes.

- fixed a bug where AH displayed an error message if the "Test active hotkeys" button was clicked while the Key groups or About tab was visible.

- Small cosmetic changes.
748
On several occasions there have been requests for a program that displays what global keyboard shortcuts are registered by various applications. ActiveHotkeys does just that: it will show a list of all active (registered) or inactive (available) global hotkeys.

New (February 2012): ActiveHotkeys is now hosted on my site at tranglos.com. This thread is still good for support and new version info, I'm not going anywhere :-)

A standard installer and a portable version are now available. Latest version direct download:



Please note that Windows does not allow for detecting which application has registered a particular shortcut, so that feaure is not included. (If you think you know how to achieve that, using message hooks or what-not, please post here or earn some karma at StackOverflow)


Main screen:

02-activehotkeys-main.png

(Yes, I've used the dreaded listview. It's almost OK for this purpose, though not quite. The upside is you can sort the listing by clicking the column headers.)


Remember to right-click everywhere:

03-activehotkeys-rcmenu.png

04-activehotkeys-rcmenu2.png


Happy shortcutting!
749
General Software Discussion / Re: The Best Of: text editors
« Last post by tranglos on May 04, 2009, 07:30 PM »
Emeditor split window (4 ways) is NOT what I'm talking about.
You cannot put a different file in each split, can you? So it's useless to me.

Ah, I see. I understood split screen as referring to multiple views of a single file - somehow the "fancier" thing.

I suppose the ability to see multiple files side by side went away with the appearance of tabs. At the same time Microsoft started telling developers that MDI was now a bad thing.

TextPad can still do that, since it's an MDI app, but that's probably less useful than a real split screen. EmEditor does a strange thing there. It has what looks like a standard set of MDI commands, but they don't work quite like that. It tells you to disable tabs (manually, under the Window menu), and when you do, it shows each file in a separate program window - i.e. nowhere near a split screen.
750
General Software Discussion / Re: The Best Of: text editors
« Last post by tranglos on May 04, 2009, 05:31 PM »
Two things that I really need and not many editors provide: ctags integration, and split window so you can show two files. Vim does that, but not many others.

TextPad and EmEditor also do the split window (EmEditor can even split the screen four ways).

And I'm with you on ctags - it would be useful for non-programming purposes too, as long as it's efficient with large files.
Pages: prev1 ... 25 26 27 28 29 [30] 31 32 33 34 35 ... 43next