Jump to content
Muxe Inc Forums

Adam_L

Members
  • Content count

    25
  • Joined

  • Last visited

Posts posted by Adam_L


  1. 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. 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. 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


  5. Hi!

    Hi everyone.

    [...]

    DBF VIEWER

    [*] [CTRL-LEFT\RIGHT] combination key support {G}

    [+] External *.XLT table support {G}

    [*] KOI codepage Support (Options->Configuration->Editor setup-> Use KOI

    keymap ) {G}

    [+] View field in external window (like ViewMemo) {G}

    [+] Paradox Date field support

    -> added timedate.DaysInYear(Year : Integer) : Word; {G}

    [*] Auto size GetInfo window by field name {G}

    [*] [shift-F2] change CSV-File separator to users define (like ',' '/' ';' '|' ) {G}

    [+] READ ONLY simply Support Paradox database file (*.DB) {G}

    [*] Show Table type and version info in Structure window if file is empty {G}

    [...]

     

    Stefan / AH

     

    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


  6. Hi!

     

    2 Adam_L:

     

    test this Dbf Viwer build based on Version v2.30.4464 (non oficial build)

     

    // [+] Paradox Date (crazy)field support PxDaysInYear( Year : Integer) : Word; / PxDaysInMonth(Month, Year: Integer): Integer;

    // [*] Auto size GetInfo window by field name

    // [+] Delete key work like Ctrl-D (delete record) {G}

    // [*] Shift-F2 change CSV-File separator to users define (like ',' '/' ';' '|' ) {G}

    // [+] READ ONLY simply Support Paradox database file (*.DB) {G}

    // [*] Show Table type and version info in Structure window if file is empty {G}

    W32.rar (sharing.ru)

    W32.rar (rapidshare.com)

     

    any question to ICQ: 27 52 45 033

     

    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


  7. 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


  8. 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


  9. 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


  10. Oh, sorry....

     

    I have reuploaded the file!

     

    Stefan / AH

     

    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


  11. Hi again!

     

    I think i have fixed the problem:

     

    chars will not convert again after two TOUPPER or TOLOWER operations.

    At least this worked for the example files you provided to me:

     

    lower: bÆåd ìma gæ× sÆoñce który ªrebak duºy

    upper: B£ÅD òMA GÉÿ S£OÑCE KTúRY áREBAK DUíY

     

    So, please test the version here:

    http://ndn.muxe.com/archives/ndn_upcase.rar

     

     

    @EVERYONE who can test this: please do so, I don't want to break any working code.

    @Adam: please tell me if it worked ASAP so i can finish the fix

     

    if there are (new) problems, please give me another detailed bug report

     

    Stefan / AH

     

    Yes, second TOLOWER / TOUPPER must not change text.

     

    I download this, but rar file have CRC error (in NDN.EXE) :-)

     

    Adam Lubszczyk


  12. 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)


  13. 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


  14. 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


  15. 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


  16. 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.


  17. 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.

×