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

new beta: 2.15.8058

Recommended Posts

Hi *!

 

(small) new beta release (since i have not much time at the moment):

 

[!] check your options in Options.File Manager.Setup and

Options.Cofiguration.System Setup

[*] HGL improvements: hgl, ndn cfg files, batch/config.sys files, C/C++

(GPFault)

[*] LNX Config file improvements: ndn.ext, ndn.mnu, ndn.hgl (J.B.Lethbridge)

[*] "Options.Configuration.Colors.Editor.Highlight.Current line comments" was

unused and therefore commented out (GPFault)

 

FILE PANEL

[*] switching FMSetup."Convert Masks to RegExp" required a restart

-> added groupsfm.DoneGroups + filescol.DoneTempGroups to setups.FMSetups

[*] removed double hotkey assignments:

ALT-R & CTRL-R (Reread panel): removed ALT-R

ALT-I & CTRL-L (Info panel): removed ALT-I

SHIFT-F6 & ALT-F6 (Rename fast/quick rename): removed ALT-F6 (sorry Elfy)

[*] removed Options.File Manager.Setup."Disable erasing of files"

and moved Options.Cofiguration.System Setup."Don't show if file is read

only" to FMSetup (BMW)

[*] NDN will change to directories provided on the commandline (Dandv)

-> dnutil.TDNApplication.Init

[+] Compare Directories (local disks only!): Recursively (Necromancer)

-> fltools.CM_CompareDirs completely new,

improved filescol.TFilesCollection.Compare,

added vfs_driv.GetFilesColl_All and TDirs to vfs_driv.GetFilesColl,

added TotalDirs to vfs_*.T*.GetDirectory

[*] removed usage of infopane.ReadDiskInfo (moved into vfs_driv.GetDirInfo)

[*] filescol.(Copy|Store|Load)FileRec didn't handle TFileRec.QSort correctly

[*] Improved the hotkeys in the archive files dialog

 

EDITOR

[*] wrapping on space improvment (J.B.Lethbridge)

-> micro_1.EdSplitString: adding 1 to position only when data copied to

the new line contains not only whitespace

[*] block operations (comment/uncomment/move) now center the y-view

-> micro_1.EdHandleBlockCmd

[-] current line higlight overwrote syntax highlighted text (GPFault) [A]

-> rearranged microed7.EditorDraw highlight code

[*] current column highlight now preserves foreground colors (GPFault)

 

EDITOR/VIEWER

[*] color of the bookmarks in the infoline is inverted as long as the current

position in the file is lower than or equal to the bookmarks

-> microed7.InfoLineDraw and fviewer.TViewInfo.Draw

-> added own help topic

 

VIRTUAL FILE SYSTEMS (VFS)

[-] FTP: directory change didn't work correctly (Dandv) [A]

-> lfn.zlFSplit didn't handle Unix paths (/)

[*] NETW: network scan can be interrupted (Esc)

-> added lAbort to network.GetResources

 

TURBOVISION: VIEWS/DIALOGS/MENUS/OBJECTS

[-] Subtitles were cut even though there was enough space on the bottom frame

[A]

-> TWindow.SubTitle used a wrong maximum length for clip calculation

 

http://ndn.muxe.com/beta.php

 

have fun,

Stefan / AH

Share this post


Link to post
Share on other sites
GPFault    0

Hi!

2AH: I`m very sorry: you`ve included my C/C++ hgl in distribution, and just yesterday i`ve found AWFUL bug in it(see below)

 

2All: to highlight simple floats like 0.0 replace in hgl (C and C++ sections)

regkeywords color lightcyan        \.\d+([eE][+-]?\d+)?[fFlL]?\b,\b\d+\.

with

regkeywords color lightcyan (?<!\w)\.\d+([eE][+-]?\d+)?[fFlL]?\b,\b\d+\.(?!\w)

Share this post


Link to post
Share on other sites

Hi *!

 

np GPF. :)

 

for some reason the resource compiler did use the D32 data from the resources while compiling, therefore the option show keycode was don't use lfn in the system setup

 

i have uploaded an updated W32 archive

 

Stefan / AH

Share this post


Link to post
Share on other sites
Garl    0

ALT-F6 (Rename fast/quick rename): removed ALT-F6 (sorry Elfy)

 

but i still press Alt-F6 to rename a file, Shift-F6 it is so slow...

maybe ruturn Alt-F6 back ? (or add only in Russian Res.)

Share this post


Link to post
Share on other sites

hi garl!

 

im sorry, but shift-f6 is simply more consistent,

since copy single and delete single are used with shift + f5/f8 too

 

we should not have double hotkeys for same features (except for a few operations that

are very common in other programs as well, like clipboard or redo/undo)

 

you wil get used to shift-f6 soon :)

 

other opinions?

(we already had a thread about this topic some weeks ago)

 

Stefan / AH

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  

×