Jump to content
Muxe Inc Forums

Adam_L

Members
  • Content count

    25
  • Joined

  • Last visited

Everything posted by Adam_L

  1. [wish] Search And Delete Line.

    Hi! I have an idea for a new feature for the editor NDN. To menu "Search" add function "Delete line..." This feature would operate similarly to the "Replace..." but when it finds the search text (or will not find - as an option) delete the whole line. Of course, finding it should be possible by means of regular expressions. Example: I want to delete all lines NOT starting with the words: FUNCTION or PROCEDURE I set: Text to find: $[ \t]*(FUNCTION|PROCEDURE) Options: [x] Delete when NOT FOUND , [x] Regular expression And press key "Delete all" Adam
  2. Hi! I get sam bug (new feature?) in NDN (DPMI32 v2.31.5309) 1. Alt+7 "Find files" -> get panel FIND with list of files. When delete same file, list not refresh, still include deleted file 2. DBFView. When set in options->configuration->country support => date format to "year-month-day" fields with date is wrong dispaly. 3. Why when to select files press INS key and hold down, not repetition key ? To select more files must press and release key. Adam
  3. [bug] Dbf Viewer.

    Hi! Same bug in DBF viewer: 1. If field is type INTEGER (FoxPro), NDN bad decode/dispaly value (wrong bytes order, low byte is first not last) 2. Find (F7) with set scope "All fields" not work and wish :rolleyes: when I show structure of DBF (F2) I want to search (like F7) field by name, and after Enter (or other key) back to view data and set cursor positon to selected field name Adam Lubszczyk
  4. [bug] Ndn 2.30.6778 Dbf Viewer

    Hi! Same database/clipper file: "abc.dbf" F3 View -> OK Rename "abc.dbf" to "abc.db" F3 View -> show warning message "Table is Encrypted !", click OK , and NDN hang. Adam
  5. [bug] Ndn 2.30.6778 Dbf Viewer

    Hi! OK. But NDN after it hang.
  6. Ndn 2.30.6778 Dbfviewer

    Hi! 1. DBFViewer F4 - edit field Why You cut prefixed spaces ? field: " A B C " -> in edit box: "A B C" ( MUST BE: " A B C" ) !!! This disqualification NDN 2.30.6778 for me !!! 2. My wish. In DBFViewer current filed in header is identify by "><" ( >name_field< ), it is ... (difficult read name field : NAME1 NAME2>NAME3<NAME4 NAME5 ). May You change this to change colour of field name or ... off this feature Adam
  7. New Release: 2.30.6778

    Hi! Very thanks for new features in DBF Viewer XLT, F3 on field and more but... You add delete record by press simply DELETE key. In my opinion it is danger. DELETE key is near HOME,END, INSERT,PGUP,PGDN keys. I use DBF Viewer usualy for speedy view and search in dbf files and may press by accident DELETE key. May I switch off this feature in config, or change to Shif+DELETE/Ctrl+DELETE (more ergonomic as Ctrl+D) ? Adam
  8. Hi! I often in my work use DBF files. May You expand DBFViewer for small my wish. If field is type "symbol" key F3 also view it like memo field in new window, where I can set wrap mode, and see all content long symbol field. Adam Lubszczyk
  9. Small wish for DBFViewer

    Hi! Testing. - F3 on any type field is VERY GOOD :) - Delete key for delete. DBFView from NDN I usualy use for view quick more files. Simple key "Delete" in my opinion is danger ( near other key: HOME, END, INSERT) I prefer change this to Shift+Delete or Ctrl+Delete (more ergonomic like Ctrl+D ;-) - I do not use Paradox so I not tested. Next wish :) - XLT translate in DBFViewer Sorry my english. Adam Lubszczyk
  10. Hi! In Editor (Viewer also) on key F8 is "Encode" between DOS, WIN and KOI. What it doing ? Translate only chars (how?) on screen but not keyboard. Whera I can define this translations ? Adam Lubszczyk PS In Viewer I always use XLT encode defined myself.
  11. Hi! I am Polish, and I use for Polish chars keyborad keys: RightALT + letter - for lower chars RightALT + Shift + letter - for upper chars If use RightALT +Shift + "o" - (for Polish upper "Ó" ) is open menu "Options". Where is switch to difference ALT keys (LeftALT to menu, RightALT for user national chars) I can't find it :-( Adam Lubszczyk
  12. Alternate ALT keys

    Hi! I tested ... (numbers is keycode,scancode,charcode) Sample Polish "e" with "ogonek" CapsLosk OFF LAlt + e --> 69,18,101 - OK "File attributes" LAlt + shift + e --> 69,18,69 - OK "File attributes" RAlt + e --> 69,18,169 - OK "ę" RAlt + shift +e --> 69,18,168 - OK "Ę" CapsLosk ON LAlt + e --> 69,18,69 - OK "File attributes" LAlt + shift + e --> 69,18,101 - OK "File attributes" RAlt + e --> 69,18,168 - OK "Ę" RAlt + shift +e --> 69,18,169 - OK "ę" Polish "ó" (with error) CapsLosk OFF LAlt + o --> 79,24,111 - OK menu "Options" LAlt + shift + o --> 79,24,79 - OK menu "Options" RAlt + o --> 79,24,162 - OK "ó" RAlt + shift +o --> 79,24,224 - ERROR menu "Options" (must be "Ó") CapsLosk ON LAlt + o --> 79,24,79 - OK menu "Options" LAlt + shift + o --> 79,24,111 - OK menu "Options" RAlt + o --> 79,24,224 - ERROR menu "Options" (must be "Ó") RAlt + shift +o --> 79,24,162 - OK "ó" Another Polish chars work OK And, same efect in Windows98 only in NDN ver W32 (not in D32) If CapsLock if OFF key ESC get codes: 27,1,27 but if CapsLock is ON key ESC get codes: 27,1,0 and escape not work. Adam Lubszczyk
  13. Alternate ALT keys

    Hi! I usualy work with D32 version on Win98 - keyboar work OK. Now I buy new computer with WinXP, so use W32 version of NDN. I testing... In D32 version keyboard work OK on Win98 and WinXP and I can use DOS TSR program to work with Polish old Mazovia codepage. In W32 version NDN TSR not work, keyborad work in CP852 codepage (In Microsoft Widows: windows applications use CP1250 codepage, but console application use CP852 codepage); alternate letf / right ALT work except: RightALT + Shift + "o" - open menu Options (must get Polish "Ó") ( RightALT + "o" - work OK get Polish "ó" ) My question. What is option "KbdXLAT" in NDN.INI ? Adam Lubszczyk
  14. Hi! NDN Editor. I set in NDN.INI option "UpCaseTbl" to chars code from 128 to 255 ( upper == lower) Why in editor funtion after "Uppercase" chars: 160-175 is change to 128-143 224-239 is change to 144-159 after "Lowercase" chars: 128-143 is change to 160-175 144-159 is change to 224-239 Why ? If I want it, I set it in NDN.INI. In my opinion it is error NDN. -- Adam Lubszczyk (sorry my english)
  15. HI! Testing... Now TOUPPER / TOLOWER work OK. Use only NDN.INI setting. Very thanks. Adam Lubszczyk
  16. Download rar - OK. Testing. TOUPPER work OK. TOLOWER for defined chars in INI work OK but change another chars, (first change group chars (shift it left) and next work with defined chars) You may test it. Make in Your NDN.INI "UpCaseTbl" to next 128 chars (upper=lower). In editor make line with all 128 to 255 chars. TOUPPER and TOLOWER must not change this line. TOUPPER work OK , TOLOWER work not OK. Adam Lubszczyk
  17. Yes, second TOLOWER / TOUPPER must not change text. I download this, but rar file have CRC error (in NDN.EXE) :-) Adam Lubszczyk
  18. Hi! NDN Editor. How I can delete line in function "Replace..." Sample text: line 1 test line3 test test line 6 I want delete all line with word "test" and get: line1 line3 line6 I can only make line empty: find "test" replace "". How delete it. --- Adam Lubszczyk
  19. DBView - my wish.

    Hi! I very, very happy for new version of DBView in NDN 2.15.7104 :-)) I have same small ;-) wish to add: 1. May by Encode with XLT tables ? 2. (Big wish) If press F3 on symbol type field, its contents opened in new window in wrap text mode (like on memo field). If field is long, I see all contents on screen :) Adam Lubszczyk
  20. Uppercase, lowercase in editor.

    Hi! Function Lowercase and Uppercase in editor work not good. If in option "Uppercase table" upper char == lower char Lowercase/Uppercase function not unchange this char but shift it +/- 32 bytes. So Lowercase function mistake same lower chars, and Uppercase function mistake same upper chars. See my attachment for sample. Adam Lubszczyk lower_upper.txt
  21. Hi! I wish to always view file from top, and edit from last cursor position. So I sets: [X] Store editor position [ ] Store viewer position [X] Track editing history [X] Track viewing history but F3 (View) open files on last viewed positon. I must sets: [X] Store editor position [ ] Store viewer position [X] Track editing history [ ] Track viewing history Now F3 open files alway on top, but not work History->Viewed Files... Adam Lubszczyk
  22. Hi! I always use Ctrl+Tab to change window, never use Shift+Tab :rolleyes: Adam
  23. as promised d32/w32 6017 betas uploaded

    Hi! Here is test file for You. Adam Lubszczyk
  24. as promised d32/w32 6017 betas uploaded

    Hi! In ndn-d32 still do not work: - Editor for upper/lower case do not use UpCaseTbl setings from config. (so I must still use NDN 2.13.5013) - DataBase Viewer can't view clipper *.dbf file with symbol field len than 255 chars (may You look for DNOSP project : symbol >255, XLat, type of field on window border) - If in "File Manager Setup" check "F3 opens archive" F3(view) file on network is very long time (NDN download more MB for file size KB) Adam Lubszczyk PS. Sorry my english.
  25. Hi! [bug / Not work] - in Editor Misc- Uppercase/Lowercase not use settings from "UpCaseTbl" - DataBase Viewer can't view *.dbf with symbol filed long more 255 chars (DN OSP can) - Viewer - general algorithm bug - viewer test file for it is archive, but not read it only ONE to memory buffer and test this buffer, but more and more read it and test. So if file is on network NDN (DN OSP too) read megabytes for file size 1 kilobytes (same seconds wait for display) [Wish] - in DataBase Viewer display on border type and size current filed (like in DN OSP) - in DataBase Viewer if symbol field long than wide of window if I press F3 this field displayed in new window (like field MEMO) Adam Lubszczyk PS Sorry my english.
×