So it's important for me to have separate windows, not MDI. And it's
important for there not to be a big "frame" in each window, with
buttons taking up space.
Notepad can do all this just fine. For my notes, I don't require
powerful features, and I prefer a quick startup.
But I want one more feature: I want the editor to be able to keep
track of all open files, so I can reopen them all later. A bonus
feature would be if it could restore the window sizes and positions.
Having different coloured backgrounds and foregrounds would help too.
Can someone recommend a text editor that can do this?
(Programming: Using the Windows API and C#, I managed to enumerate all
Notepad windows, but I wasn't able to get the filename, so it wasn't
helpful.)
Thanks
Vim or in this case Gvim can be used in this manner. The workspace can
be split in windows horizontally (:sp) and vertically (:vsp). Toolbars,
menus and such can be hidden with :set go-=mT
Check out for e.g.:
http://yfrog.com/45200911061502141149x815sp
OTOH, if you're not familiar with Vim, this might be a serious overkill.
--
kasmra
:wq
Thanks, but that doesn't help. Any MDI app can have its windows
arranged in various shapes (tiled or not) within its main window. The
problem is that the main window covers the whole screen. I want to
see my "stickies" next to other apps, like IE (not running full
screen) or winamp. They really must be independent windows. Yet I
want overall control, to be able to restore them. Office offers such
a system.
> [in reply to a suggestion]
> Thanks, but that doesn't help. Any MDI app can have its windows
> arranged in various shapes (tiled or not) within its main window. The
> problem is that the main window covers the whole screen. I want to
> see my "stickies" next to other apps, like IE (not running full
> screen) or winamp. They really must be independent windows. Yet I
> want overall control, to be able to restore them. Office offers such
> a system.
Any reason why one of the millions of free sticky notes apps won't work
for you?
/W
--
INVALID? DE!
You could obviously start several Vim applications.
regards,
Christian
That wouldn't give me the ability to restore all open files, would
it? This is in case I need to reboot, or the computer crashes.
Maybe this is a good thing to try. I am not familiar with them. Do
you want to recommend one?
Could I restore all open stickies if the computer crashes?
Also, is the storage format proprietary, or is it simple text files?
> > Any reason why one of the millions of free sticky notes apps won't
> > work for you?
>
> Maybe this is a good thing to try. I am not familiar with them. Do
> you want to recommend one?
>
Not really, because I don't use them ;). I've used Tomboy, and it seems
to do what you want (plus internote links), but that is a Gnome app
and you're under Windows. (Ignore that last sentence, if you want. I
know it was useless.)
> Could I restore all open stickies if the computer crashes?
>
No more or less than you can with Notepad, I guess. But in general,
restoring stickies is pretty much the bread and butter of those apps.
> Also, is the storage format proprietary, or is it simple text files?
Tomboy uses text files ;).
Again, I don't know. I'd wager Open Source apps are more likely to use a
more open format. Nothing a thorough net search won't turn up, I'm
sure. Sorry that I can't help you any more, not a sticky notes user.
I guess you could search sites like Lifehacker for sticky notes apps,
they dig this kind of stuff. :)
Good luck.
/W
--
INVALID? DE!
In MacOS, (both 9 and X) there is a built-in Stickies app. It works
very well.
For Windows, well, Google is your friend.