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

new beta: v2.14.9988

Recommended Posts

hi!

 

and another one, as long as i have time... :P

 

FILE PANEL

[-] Alt-Shift-Ins (ScreenGrab) didn't work [A] (Necromancer) {A}

[-] W32 FILE OPERATIONS (Alt-Shift-F6) on multiple files showed error screen

even if no error occured (Necromancer) (first file ok) [NC] {A}

[+] FILE OPERATIONS now also handles current file if 'ALL SELECTED' selected

and no files in panel are selected {A}

[-] rereadlname didn't fully update the new filerec.lname [A] {A}

[-] when desktop not focused, view file as DB/spreadsheet crashed

-> Event.InfoPtr = nil (Vadim) [NC] {A}

[-] cmViewFile/cmViewDBF/WKZ and others weren't disabled when NDN loaded up

with another window than FilePanel {A} [DNOC]

-> TDNApplication.LoadDesktop now disables sfActive for every window

[-] fixed crash in new position code (BMW) [A] {A}

[-] now all new drives should save the cursor position [A] {A}

EDITOR

[-] CTRL+K, [a-z] hotkeys did not work -> use scancodes not charcodes [NC]{A}

REGEXP

[+] added a RegExp setup to choose pcregexp.defaultoptions and enable RegExp

by default {A}

VIEWER

[-] RegEx search didn't start the search after 'Find'-dialog [A] {A}

CLIPBOARD

[-] W32 NT copying to clipboard didn't work [VA] {A} (BMW)

 

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

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

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

 

Stefan / AH

Share this post


Link to post
Share on other sites
Basil/2    0

List of the bugs are still present in beta (w32):

 

Editor/viewer:

 

1. In "Find" dialog, "selected text" option doesn't work - global search is always processed (both "Find" and "Replace" dialogs).

 

2. "Smart Backspace" still unworks:

if (NeedPIN)
{
  if (CurrOp == BEELINE)
  {
     safeStrcat(PINcmd, MSIMPIN2, sizeof(PINcmd)); // MTS
     _

  }
}

If cursor is at '_' position and I press Backspace, cursor jumps to the first position, not under '{' above it.

 

3. "Cancel" button doesn't work in "search progress" dialog IN VIEWER when direction is BACKWARD. It works perfectly if direction is "forward" or in editor.

 

File Manager

 

1. In "copy" dialog (F5), when I type "a:" and press enter - NDN doesn't react or can't copy file. The only "A:\" works.

 

2. NDN multiplies (doubles, triples, etc..) directories when showing an archive in panel (both zip and rar; see dpmi32_lfs_279.rar for instance).

 

3. NDN shows "red screen" when copying from archives. How to reproduce:

 

a. Enter the archive (I used _w32.rar with 9988 beta)

b. Select SEVERAL files.

c. Press F5.

d. Press Enter or Escape - red screen:

 

"Exception 0D8h at address 004981e3 in E:\NDN\SOURCE\flpanel.pas

Line 1100 Access violation"

 

Good:

 

3-colored progress indicator is very nice! :)

Share this post


Link to post
Share on other sites

hi!

 

yes, the editor stuff is still unfixed, it is still in my TODO LIST in ah_news.txt

(backspace was fixed on sunday)

 

the directory bug in archives is fixed since the last 2 betas

(only existed in the beta before the last 2,

i just checked the current _w32 archive for this)

 

the other filepanel bugs are new, thanks

 

Stefan / AH

Share this post


Link to post
Share on other sites
Basil/2    0

> the directory bug in archives is fixed since the last 2

> (backspace was fixed on sunday)

Good!

 

> yes, the editor stuff is still unfixed, it is still in my TODO LIST in ah_news.txt

 

I revealed incorrect Enter behaviour (it presents in 8164 release too):

Provider->Hash(Data2, DataSize, Buf2);
   assertNonEquals(Buf1, Buf2, "Hash");_1
Provider->Hash(Data1, DataSize, Buf2);_2
   assertEquals(Buf1, Buf2, "Hash2");

 

1. Put cursor is at '_' position marked "1".

2. Press Enter, cursor jumps to the next line at pos under "assert" (correct).

3. Move cursor to _2. Press Enter.

4. Bug: cursor moves to the next line NOT under "Provider" (1-pos) but under "assert" (4-pos)

 

P.S. Bug doesn't happend w/o 1. and 2. items.

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  

×