Jump to content
Muxe Inc Forums
Sign in to follow this  
naX

... some features...

Recommended Posts

naX    0

Hi!

 

What about this features...

 

-----------

in Panels

-----------

1. Adjust automatically the column widht with the largest filename.

2. Focus the related panel with the Drive Selection (Ctrl F1/F2).

3. Show My Documents in the Drive Selection (Ctrl F1/F2).

4. Shift Up/Down to select files.

5. Copy and paste a file in the same panel and automatically rename it (if I copy and paste the file_x, its name will be "copy of file_x").

6. Use Up/Down to go to the files that match with the words typed in quick search.

 

-------

Editor

-------

1. Ctrl+Up/Down move the screen, but not the cursor.

2. Ctrl+u uppercase selected chars, Ctrl+l lowercase selected chars.

3. When I open a file with emphasized words, they appear wrong (propósito is right, but the editor shows prop¾sito). What happen?

 

Bug?

 

1. When I emphasized a char of a word, all the word puts in uppercase.

 

--------------

Miscellanous

--------------

1. Include telnet/ssh/ftp/sftp

2. Copy/paste from/to dialog windows (e.g., from the Replace window).

Share this post


Link to post
Share on other sites

Hey naX.

 

Before I start, thank you for your post and interest in NDN

remember that all wishes may not occur in a very long time, especially if you look at my TODO list in the whatsnew.txt file.

 

and i will only comment the questionable wishes, the rest will appear in my todo list :)

 

-----------

in Panels

-----------

1. Adjust automatically the column widht with the largest filename.

2. Focus the related panel with the Drive Selection (Ctrl F1/F2).

3. Show My Documents in the Drive Selection (Ctrl F1/F2).

4. Shift Up/Down to select files.

5. Copy and paste a file in the same panel and automatically rename it (if I copy and paste the file_x, its name will be "copy of file_x").

6. Use Up/Down to go to the files that match with the words typed in quick search.

 

2. do you mean to switch the cursor to the panel where you selected the drive?

if yes don't answer, i added it to the list

3. i think about a change in this: remove the hard coded handling of system drives and add a text config file where the users can add paths as they want

4. shift up/down is already used for the commandline history, maybe alt + up/down

5. this is too much windows :)

but if i fix the bugs in the context menu code this would be possible via the context menu copy and paste commands

6. there's CTRL+ENTER to do that, i think that is enough

 

-------

Editor

-------

1. Ctrl+Up/Down move the screen, but not the cursor.

2. Ctrl+u uppercase selected chars, Ctrl+l lowercase selected chars.

3. When I open a file with emphasized words, they appear wrong (propósito is right, but the editor shows prop¾sito). What happen?

 

Bug?

 

1. When I emphasized a char of a word, all the word puts in uppercase.

 

1. this already works

2. we also need similar keys to make this for case switch and capitalize operations

and at the moment the Ctrl-K+?? works quite well.

if i ever add hotkey configuration to NDN everyone can customize keys as he wants

3. not sure... emphasize = uppercase?

this i a codepage problem, which is hard for me to fix since i don't work much with this

maybe this can be fixed if i add mutliple codepages to the editor (like in the viewer)

 

bug 1.: see 3.

 

--------------

Miscellanous

--------------

1. Include telnet/ssh/ftp/sftp

2. Copy/paste from/to dialog windows (e.g., from the Replace window).

 

1. ftp is implemented, the rest is nice but a lot of work...

2. already works: don't use ctrl-cxv but shift-insert/delete and ctrl-insert

 

have a nice weekend

Stefan / AH

Share this post


Link to post
Share on other sites
naX    0

Hi AngelsHolocaust, thanks a lot for your answers.

 

I have a question:

 

-----------

in Panels

-----------

 

Me: 3. Show My Documents in the Drive Selection (Ctrl F1/F2).

You: 3. i think about a change in this: remove the hard coded handling of system drives and add a text config file where the users can add paths as they want

 

It is posible that the ndn detects automatically My Documents path?

I use the ndn in different pc's, so I copy it in my usb. I think is an excelent idea to do it portable.

 

In the other way, a have a question:

 

I have a free multi-format viewer (Universal Viewer or ATViewer) and I copy the exe into the ndn path. I wrote in ndn.vwr (in my usb):

 

jpg,bmp,gif,htm,html : "<usb drive>:\Programas\ndn\viewer\Viewer.exe" "!:!\!.!"

 

But when I copy ndn to other pc and disconnect my usb, I have to change the path:

 

jpg,bmp,gif,htm,html : "<local drive>:\<other path>\ndn\viewer\Viewer.exe" "!:!\!.!"

 

So, it is posible that a Macro can tell us what path the ndn.exe is running in? In this way, we will have something like this:

 

jpg,bmp,gif,htm,html : "<macro>\viewer\Viewer.exe" "!:!\!.!"

 

This is useful in archivier, and in other settings.

 

And what about the fonts? It is possible to change the type of them (Arial, verdana, and so on; not bold, italic, and so on)?

 

Thanks a lot :)

Share this post


Link to post
Share on other sites

hey naX

 

It is posible that the ndn detects automatically My Documents path?

I use the ndn in different pc's, so I copy it in my usb. I think is an excelent idea to do it portable.

hm, of course it is, but you can also do it ith ENVIRONMENT VARIABLES

try "%userprofile%\my documents"

 

I have a free multi-format viewer (Universal Viewer or ATViewer) and I copy the exe into the ndn path. I wrote in ndn.vwr (in my usb):

 

jpg,bmp,gif,htm,html : "<usb drive>:\Programas\ndn\viewer\Viewer.exe" "!:!\!.!"

 

But when I copy ndn to other pc and disconnect my usb, I have to change the path:

 

jpg,bmp,gif,htm,html : "<local drive>:\<other path>\ndn\viewer\Viewer.exe" "!:!\!.!"

 

So, it is posible that a Macro can tell us what path the ndn.exe is running in? In this way, we will have something like this:

 

jpg,bmp,gif,htm,html : "<macro>\viewer\Viewer.exe" "!:!\!.!"

 

This is useful in archivier, and in other settings.

 

very good idea!

i will add this to the list

 

And what about the fonts? It is possible to change the type of them (Arial, verdana, and so on; not bold, italic, and so on)?

 

sorry, this is not possible from inside a console program i am afraid

at least i haven't found any WIN API call related to this

 

have a nice weekend

Stefan / AH

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×