Jump to content
Muxe Inc Forums

zakker

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by zakker

  1. Collaboration on source code

    Hi. So... My last visit to this forum was in 2007. I even contributed some code to the project in those days. The other day I decided to check how things are with the once beloved file manager. I had a desire to rewrite the code in C ++, but I see that the sources are still not open. Very sorry.
  2. Look at attached image. Nice bug :)
  3. Find binary

    How can I find 8B byte in file? (hexview) NDN found CB byte if WIN codepage is active, EC if KOI. and 8B with DOS codepage. So i should switch codepage to DOS to find binary sequences. Hm... Not so usable.
  4. Find binary

    It was my first action when i got such behaviour :( seems like bug.
  5. Respect developers! Please implement some features in editor: 1. Ctrl+Z - undo. Ctrl+Y - redo i lost my habit to use alt+BS :( 2. Ctrl+W - select whole word under cursor. Very usefull. 3. Tab and Shift+Tab shift whole block if selected (see ms developer studio) 4. Replace selected text with new typing or inserting one. (standart behaviour of ms word for example) 5. 'Del' should erase selected text (like shift+del, but dont touch clipboard) 6. 'Home' should move cursor to first non-space symbol in line. If cursor alredy at first non-space symbol, 'Home' should move cursor to begin of line. (see ms developer studio) 7. alt+left_mouse_button+move mouse - select with vertical block
  6. need some features for editor

    Mega thanks! I have patched "edcom.dnr" and it's work! Thats all I need :P some words about "Smart [HOME]": IMHO it should first move cursor to first non space character, then (on second [HOME] hit) move cursor to 0 position
×