Jump to content
Muxe Inc Forums

AngelsHolocaust

Members
  • Content count

    651
  • Joined

  • Last visited

Everything posted by AngelsHolocaust

  1. Auto wrap opinions wanted

    Hi again *! this is for everyone that uses the auto wrapping feature of NDN: the current NDN starts to wrap a line when it is longer than the right margin (in auto wrap mode), and then checks how many characters it needs to take to the next/new line at the moment, following characters are used (not all listed): space , . : ; ? (etc...) this means, that sentences like (\ is the line wrap) is this the end? can become is this the end\? now, this is not nice of course, it should do "\end?" i have implemented a line into the editor defaults where you can select the characters that you want to use for this wrapping, BUT, i am wondering if we can always use only SPACE for wrapping example: is this the\end? does anyone know a good reason/example not to wrap until a space? i would like to use the most simple solution to this Stefan / AH
  2. Suggestion of enhanced hgl entries for

    hi i would like to ask all users to check this and give their opinion since i don't want to/can't decide myself thanks GP Stefan / AH
  3. duplicite hotkeys

    Hi haman!! yes, that's my plan too :) Stefan / AH
  4. Copy single file...

    hi bmw! good point one thing is for sure, 2 assignments for same function will be removed ASAP (there's a point for this on my todo list already) so, hotkeys like Shift/Alt-F6, Alt-I or Ctrl-L, Alt-R or Ctrl-R will not exist anymore soon Stefan / AH
  5. Auto wrap opinions wanted

    hi again haman! wrapping on space only is now done. the problem with the virtual wrapping is the conversion between display and actual editing code it could ruin a lot of existing editor code but, maybe it's not very hard to do, i will know more when i try to do it someday i will keep it in mind, but this is not happening soon (esp. as there are so many other bugs and glitches open to do) i have to be in the right mood, but in theory it could already happen tomorrow :P ctrl-left/right+shift: i will add it to the todo list Stefan / AH
  6. Search (in editor/viewer)

    hi haman! 0. that still happens even to me sometimes 1. at the moment i am not sure what to do, i will leave the current code as it is 2. I use it! i NEVER use persistent blocks. and search inside block works VERY WELL with non-persistent blocks you can search backwards, and you can move the cursor to the top of the block before so, there are plenty of possibilities 3. yes, you are right :) Stefan / AH
  7. Copy single file...

    Hi haman! try SHIFT-F6 for Rename single :P Stefan / AH
  8. Auto wrap opinions wanted

    hi again!! ok, so, wrap on space only should do fine? that's great i will do that then :) Stefan / AH
  9. What programmimg language do you use for NDN?

    hi FDf! it applies to the code generated by VP and it's working in Windows/Linux unfortunately, i don't have a working DOS executable of VP but, i can compile and test in windows wfor DOS /o problems and all 3 targets are alive (D32, W32, LNX) the regex and context menu code is independent of dos/windows (of course, context menu only works in windows) it has nothing to do with VP itself i don't know about FP all i know is that it is huge hope this helps ( © Dandv ) Stefan / AH
  10. User Menu Variables

    hi NDN doesn't provide this possibility i THINK it is too special to be supported, although i just had the idea of adding support for regular expressions to parse the current/passive filename in addition to the filename macros still i think this may be a very rare case and not worth the trouble/work there are also many programs that fill the environment from within a batch file at runtime (user menus and extension files are executed as batch/script files) so, if a program can split the path it may help you (the 333 would be the filename) Stefan / AH
  11. Search (in editor/viewer)

    hi * i have this suggestion: when you have autoscope detect on and START the search inside a block, NDN will ignore the possible setting of from cursor, it will always start from the beginning of the block note: ONLY when you START the search, repeating or backward search will ignore this would this satisfy your needs? Stefan / AH
  12. Wish: wrap lines without adding CRLF

    hi! at the moment i have no idea how i could possibly implement this in the current editor framework i will add it to the todo list, but this sounds like really a lot of work, if possible at all Stefan / AH
  13. editor bugs: failed backward search in entire scope

    hi GPF! 1. uffa, thanks (also works on non empty files :) 2. well, it IS a feature. i recognized that BACKSP (or TAB) doesn't work differently in overwrite mode compared to the insert mode it you enabled options backspace unindents NDN will ignore characters (which it should in overwrite mode) and goes to the next tabulator position (or smart tabs, if enabled) you have to get used to it, BUT it's a consistent behaviour i could not produce the crash, is it gone in 5814? it is in my current version 3a. ok! 3b. this happens also in non pers. blocks, ok 4. in fact, EOLN is not common, i would use EOL only, so, what about removing the N? :) thanks Stefan / AH
  14. Some options replacement discuss

    hi again! yes, now it's clear :) Stefan / AH
  15. Some options replacement discuss

    Hi BMW! > #1 System Setup -> [ ] Don't show if file is ReadOnly > #2 File Manager Setup -> [ ] New style panel > #3 Panel Options -> [ ] New LFN > #2 - rename to "Show > on border" or show on column dividers ok > move #1 and #2 to Panel Options. hm, i would only move #1 to FM Setup both options are "global" in my opinion -> same for all file manager windows > #3 rename to "LFN in separate line" and change its action accordingly rename, ok, but what do you mean with action? is it's current operation wrong? changing of operations is always critical, since many users might use "New LFN" already Stefan / AH
  16. Search (in editor/viewer)

    Hey GP! #1 - i will wait for more user suggestions, it will be no problem to ignore scope setting if searching in block #2 - no, i don't aggree :) please, more opinions by other users! Stefan / AH
  17. minor bugs in qview, "show text buffer", and regexps

    hi GPFault! thank you for your detailed bug report the quickview crash is fixed and, highlight is disabled on purpose should it be possible? thanks again Stefan / AH
  18. What programmimg language do you use for NDN?

    Hey FDf! NDN is developed with Virtual Pascal, which is dead by now unfortunately. But it is very fast, produces very fast code and is very stable. http://www.vpascal.com/ a lot of it's code is asm, the regex library and context menu code is in C Stefan / AH
  19. Copy single file...

    Hi GPFault! i like your idea so, would anyone complain about SHIFT-F5 CopySingle SHIFT-F7 Splitcombine ? thanks for your nice words Stefan / AH
  20. hi dan! uff, thanks for the hint fixed! Stefan / AH
  21. Copy single file...

    what about shift f7? Stefan / AH
  22. Copy single file...

    hey garl is this necessary? is it often used? if i am not mistaken, it is the same operation as copy just that always the file under the cursor is copied! any other opinions? Stefan / AH
  23. putting current path to commandline doesn't work

    hi haman! sorry, i found and fixed this right after i released the last version Stefan / AH
  24. from the whatsnew: (TODO llist) * support for VFS in quickdirs i admit, it's hard to read the TODO list, as it's soooo long :P :) Stefan / AH
  25. Delay for next release!

    Hi *! Since i am quite busy with private and university issues/exams at the moment it will become middle or late february untill the next release, which will also be very Linux oriented. Sorry :) Stefan / AH
×