[ANN] File Status Bar 0.1 released


Just a tiny little single-class plugin, this time. Upon opening a file in your editor, File Status Bar shows it's name, size (in bytes), last modified date, and character encoding in the status bar. Because as good as IDEA is at abstracting the filesystem out of existence, sometimes you need that information.

--Dave Griffith

0
5 comments

Thanks, good idea.

Is there already an action I could bind to a key to show the information in the status bar for the current editor without having to go on the project tree? I didn't see any.

Thanks,

Vince.

0
Avatar
Permanently deleted user


No, but a good idea, and it'll be easy enough to add one. I'll see if I can do it on the train ride home tonight.

--Dave Griffith

0
Avatar
Permanently deleted user

Dave Griffith wrote:

No, but a good idea, and it'll be easy enough to add one. I'll see if I can do it on the train ride home tonight.

--Dave Griffith

It already shows the status of the editor file for me. Or am I not
getting the question?

0
Avatar
Permanently deleted user

It already shows the status of the editor file for me. Or am I not
getting the question?


It shows it when you switch to a new file and until something else
comes along and clears the status bar. From that point, it'd be nice
to bring the information back with some keystroke.

But that made me realize that I could just TabSwitch out/in of the
file and the info would come back.. :)

Vince.


0
Avatar
Permanently deleted user

Hello, Dave!
You wrote on Wed, 1 Sep 2004 17:58:30 +0400 (MSD):


DG> Just a tiny little single-class plugin, this time. Upon opening a
DG> file in your editor, File Status Bar shows it's name, size (in
DG> bytes), last modified date, and character encoding in the status
DG> bar. Because as good as IDEA is at abstracting the filesystem out
DG> of existence, sometimes you need that information.

Little but very nice plugin! :)

Thanks!
--
Alexey Efimov, Java Developer
Tops-BI
http://www.topsbi.ru


0

Please sign in to leave a comment.