 |
|
| Computers Forum Index » Computer - Editors » Editor that keeps track of multiple editor windows... |
|
Page 1 of 1 |
|
| Author |
Message |
| h... |
Posted: Fri Nov 06, 2009 11:55 am |
|
|
|
Guest
|
I use Notepad in the way that some people use yellow stickies to keep
multiple sets of notes or reminders visible on the screen at the same
time. I often resize windows to be quite small, to take up less
screen space. Other times, I have overlapping windows, but the text
that is sticking out reminds me of what the note is about.
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 |
|
|
| Back to top |
|
|
|
| h... |
Posted: Fri Nov 06, 2009 1:32 pm |
|
|
|
Guest
|
On Nov 6, 8:10 am, SM <kas... at (no spam) ne-spamon.gmail.com> wrote:
Quote: 2009-11-06, h skribis:
I use Notepad in the way that some people use yellow stickies to keep
multiple sets of notes or reminders visible on the screen at the same
time. I often resize windows to be quite small, to take up less
screen space. Other times, I have overlapping windows, but the text
that is sticking out reminds me of what the note is about.
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- Hide quoted text -
- Show quoted text -
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. |
|
|
| Back to top |
|
|
|
| SM... |
Posted: Fri Nov 06, 2009 6:10 pm |
|
|
|
Guest
|
2009-11-06, h skribis:
Quote: I use Notepad in the way that some people use yellow stickies to keep
multiple sets of notes or reminders visible on the screen at the same
time. I often resize windows to be quite small, to take up less
screen space. Other times, I have overlapping windows, but the text
that is sticking out reminds me of what the note is about.
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 |
|
|
| Back to top |
|
|
|
| Andreas Waldenburger... |
Posted: Fri Nov 06, 2009 8:02 pm |
|
|
|
Guest
|
On Fri, 6 Nov 2009 05:32:17 -0800 (PST) h <hsgoogol at (no spam) gmail.com> wrote:
Quote: [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! |
|
|
| Back to top |
|
|
|
| Christian Brabandt... |
Posted: Sat Nov 07, 2009 12:49 am |
|
|
|
Guest
|
On 2009-11-06, h <hsgoogol at (no spam) gmail.com> wrote:
Quote: 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.
You could obviously start several Vim applications.
regards,
Christian |
|
|
| Back to top |
|
|
|
| h... |
Posted: Sun Nov 08, 2009 5:36 am |
|
|
|
Guest
|
Quote: You could obviously start several Vim applications
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. |
|
|
| Back to top |
|
|
|
| h... |
Posted: Sun Nov 08, 2009 5:38 am |
|
|
|
Guest
|
Quote: 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?
Could I restore all open stickies if the computer crashes?
Also, is the storage format proprietary, or is it simple text files? |
|
|
| Back to top |
|
|
|
| Andreas Waldenburger... |
Posted: Sun Nov 08, 2009 5:51 pm |
|
|
|
Guest
|
On Sat, 7 Nov 2009 21:38:54 -0800 (PST) h <hsgoogol at (no spam) gmail.com> wrote:
Quote: 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.)
Quote: 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.
Quote: 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! |
|
|
| Back to top |
|
|
|
| Kenny McCormack... |
Posted: Sun Nov 08, 2009 11:51 pm |
|
|
|
Guest
|
In article <20091108135157.4709d8a2 at (no spam) geekmail.INVALID>,
Andreas Waldenburger <usenot at (no spam) geekmail.INVALID> wrote:
Quote: On Sat, 7 Nov 2009 21:38:54 -0800 (PST) h <hsgoogol at (no spam) gmail.com> wrote:
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.)
In MacOS, (both 9 and X) there is a built-in Stickies app. It works
very well.
For Windows, well, Google is your friend. |
|
|
| Back to top |
|
|
|
|
|
All times are GMT
The time now is Thu Dec 03, 2009 7:45 pm
|
|