Jump to content
Muxe Inc Forums

AngelsHolocaust

Members
  • Content count

    651
  • Joined

  • Last visited

Everything posted by AngelsHolocaust

  1. Insert in the buffer

    hello omkara! can you tell me the version of NDN that you use? D32/W32? 2.15.5814? try to install the new NDN in a new directory, and see if the exception still occurs you could also try to change some settings in Options.Configuration.System Setup concerning the clipboard i hope this will help you Stefan / AH
  2. Minor FTP bugs

    Hi! this should be fixed in the new version http://forums.muxe.com/index.php?showtopic=529 Stefan / AH
  3. print-HELP!!!!!

    Hi omkara! I fear i don't understand your problem. You may post in your native language, maybe another user of the board is able to help you or translate your post sorry, Stefan / AH
  4. new beta: 2.15.5814

    Hi *! This is the last release for 2005. There are a lot of changes and fixes in this release, i hope everyone will like it. I wish everyone a nice 2006! Stefan / AH ------------- http://ndn.muxe.com/beta.php ------------- [!] D32: now using Dos32A 9.10 (Dirk Fingerhuth) [*] make: now runs version update AFTER succesful compile [+] ScreenSaver keyboard shortcut (=.Screen Rest): F12 -> assigned Editor/Viewer switch to F11 [*] InterfaceData.ShadAttr is now String[3] [*] Screen Grabber: left mouse button now marks, RMB copies to clipboard and added SHIFT handling to [CTRL]-PGUP/PGDN [-] Clipboard: was never saved to disk (SystemSetup.Autosave buffer) [A] -> winclp.SetWinClip() [*] removed 1 of 2 existing PHP definitions from NDN.HGL (Dandv) [*] improved dnutil3.ShowTimeInfo -> (Time: Longint) [*] added commands.vmDBase = 99 [*] LNX: converted 2 more internally used filenames to lowercase in flpanelx and main2 (J.B.Lethbridge) TVHC/HELP [+] added Keyboard Macro documentation to the helpfile [*] finished help on editor higlight macros EDITOR/VIEWER [-] fixed shortcut conflicts in replace dialogs VIEWER [*] now shows infoline when other window is active (Dandv) [-] bookmark border was not changing when dragging or not active [A] [-] corrected the working of the viewer "New Style Opening" option [A] EDITOR [*] now shows infoline when other window is active (Dandv) [-] Search didn't mark first match when "[ ] Found string = block" [A] [-] UnIndent with Tab/Backspace in Overwrite mode didn't work [DNOC] -> improved micro_4.EdMakeBack [*] create/edit new file: handles filenames in "" [-] Trailing spaces were cut from VertBlocks (marking over EOL) (haman) [NC] -> added Strg() to microed3.EditorGetSelection [*] when in line drawing mode [F5] switched back to block mode but also switched the block mode itself -> now only switches back to old block mode -> microed6.EditorHandleEvent.cmSwitchBlock [*] SaveAs now shows the current filename in the inputline instead of *.* -> microed2.EditorSaveFileAs [*] Block (Un)comment now also uses CommentStart to get the block comment string, not only CommentString [A] [-] cmClose on Ctrl-K D didn't work [A] [*] when Editor Menu was selected couldn't switch windows [NC] [-] Margins: if '-' was the last character on line it was removed every 2nd line (Vladimir Kolyadin) [NC] -> micro_4.EdFormatBlock: commented not working/bad code handling the '-' [+] Option: Alt. Word delete => delete left/right word behaviour works like going to left/right word [-] Calc. block value [ALT-INS] didn't work if a whole line was marked [NOC] -> micro_4.EdCalcBlock [*] moved cm(Un)CommentBlock, cmMoveBlock(Up|Down|Left|Right) into micro_1.EdHandleBlockCmd [*] when copying a block to a new position [CTRL-K C] the clipboard was used -> clipboard not changed anymore -> moved code to micro_1.EdCopyBlockTo [*] quite some changes to keyboard shortcuts, most to remove conflicts and create better Wordstar compatiblity * [CTRL-B] conflicted with [CTRL-B ?] hotkeys: ASCII-Table : [CTRL-B] Change Block Mode: [CTRL-B V] -> [CTRL-K M] Justify Paragraph: [CTRL-B J] -> [CTRL-P J] Right " : [CTRL-B R] -> [CTRL-P R] Left " : [CTRL-B L] -> [CTRL-P L] Center " : [CTRL-B C] -> [CTRL-P C] * insert commands conflicted with wordstar hotkeys Insert Time : [CTRL-Q T] -> [CTRL-P T] Insert Date : [CTRL-Q D] -> [CTRL-P D] (goto EOL conflict) Insert Version : [CTRL-Q V] -> [CTRL-P V] * clipboard sync changed Sync Clip In : [CTRL-Q I] -> [CTRL-P I] Sync Clip Out : [CTRL-Q O] -> [CTRL-P O] * added wordstar hotkeys: Goto start of file : [CTRL-Q R] (reverse search conflict) Goto end of file : [CTRL-Q C] Open character map : [CTRL-P 0] Save file : [CTRL-K S] (sort block conflict) Save file as : [CTRL-K T] (mark word conflict) Print Block : [CTRL-P K] Del to start of line: [CTRL-Q DEL] * changed hotkeys: Sort block : [CTRL-K S] -> [CTRL-P S] Mark word : [CTRL-K T] -> [CTRL-K O] * completely removed hotkeys: Replace : [CTRL-R] (Page Up conflict) Reverse search : [CTRL-Q R] (goto start of file conflict) [+] readded LJustify, LCenter, LRight, LLeft: used in highlight macros on single lines [*] improved the editor highlight command handling: * moved the command macro strings from macro.pas to the edcom.dnr file * removed doubled EditCommands code from rcp and microed(2|6) -> EditCmds * microed2.LoadCommands now used in microed2.EditorLoadFile * removed cmCenter and cmBlockPrint (free editor command) [*] Comment/UnComment now work w/o blocks on current line [-] Block Move [ALT+DOWN] moved block up [A] -> micro_1.EdMoveBlock: special treatment for Blockmove [CTRL-K V] [-] replace didn't correctly handle insert escaped (\) characters [A] [-] Undo Bug: "[ ] Clear undo on Save", Change a file, save, undo to the last possible operation cleared the modified flag -> change not saved after exit (Dimases) [NC] -> added TFileEditor.WasSaved to signal previous save operation -> file only modified by undo/redo will always have the modified flag [*] SmartPad: zoom now toggles into the standard SmartPad size too -> added SmartPad zoom to microed.TEditWindow.Zoom [+] capitalize option to Create/Edit New File (dlgOpenEd) [*] Mouse double click cycles 3 mark modes on double click: word, line, none [*] completed the highlight macros: DelBlock, FilePrint, Paste, Cut, Copy, Close, Undo, Redo, WindowsCopy, WindowsCut, WindowsPaste,... (please see the online help for a complete list) [*] Renamed editor macro SpecChar to AsciiTable, SwitchSave to SwitchAutoWrap [+] "Copy Block" without a marked block marks and copies current word [-] LNX: draw line code characters corrected [-] marking a word and cursor already on first character of the word didn't show the block [NC] VIRTUAL FILE SYSTEMS (VFS) [-] FTP: didn't go to last specified directory (Dandv) [A] -> /a/b now works like /a/b/ -> vfs_ftp.parseftpurl [*] FTP Root: ftp host entries now have the directory attribute -> no '.' is added when copying names to cmdline or clipboard [+] FTP: added basic ftp commandline cmds HISTORIES [+] Menu option to clear all histories, added dlEraseHistories [-] Losing of commands should be fixed (Dandv) [NC] SYNTAX HIGHLIGHT [+] added a CSS highlight definition {D} CALCULATOR [-] several bugs fixed: (Eugeniusz Kosek) * div -> integer division, / -> floating point division [NC] * ! == && || didn't work as logical operators [NOC] * sqrt(0) returned Error.x<0 instead of 0 * (-4)^0.5 didn't show Error.x<0 [+] added frac: 1.6 -> 0.6 CLOCK [-] changing the time separator in country setup didn't work correctly without restarting NDN [A] -> gauges.HandleEvent: getting the timesep after cmReboundPanel FILE PANEL [-] copying filenames to clipboard didn't work correctly when the cursor was positioned over '..' (Dandv) [A] -> copied information for '..' for every selected file -> removed references to Curpos in MakeFname() [*] renamed fileio.GetSName to GetNameNoExt and added AddPoint parameter Remove doubled operations: * fileio.JustFilename with fileio.GetName * fileio.JustPathname with fileio.GetPath * fileio.JustFilenameNoExt with fileio.GetNameNoExt (was GetSName) * flpanelx.GetSName with fileio.GetNameNoExt [*] flpanelx.SelectExt improved: * removed G1/G2 number compare -> added bool to compare by name or ext * now partially uses quicksort data [*] commands history not disabled when outside filepanel [DNOC] -> moved dnutil.cmHistoryList to cmdline [-] executing file from archive with extension file didn't use temporary path (Dandv) [A] -> added TempFile usage to usermenu.MakeString, which will be used instead of the filerecords to handle the current file [*] renamed "options.file manager.setup.[ENTER] execs in archives" to "[ENTER] executes in VFS" [+] extension file now can also be used with FTP files [-] FIND VFS highlighted drive F in the driveline (Necromancer) [A] -> flpanel.TDriveLine.Draw now ignores the FIND VFS [-] [Alt-F1/F2]: LFN with spaces parsed from environment didn't work [A] -> advance0.lGetEnv() deleted all spaces: added DelSpaces bool [*] better error message for Desktop file errors: -> differentiate between version/reading errors -> using erCantReadDesktop, erDesktopError, erInvalidDesktop [-] using #26 as cutting indicator didn't work becaues NDN stopped reading the ini file at that position (Vladimir Bochkarev) [V] -> RTL: added HANDLE_EOF to system.pas -> disabled handling of the EOF character, shouldn't be needed [-] Alt difference didn't work correctly (Eugeniusz Kosek) [NC] -> old behaviour used any [ALT] + [left/RIGHT SHIFT] to select the panel -> now behaves as descirbed in the help file [-] DriveMenu: RMB click showed Rename while [ALT-V] didn't [A] -> TDriveInfo was case sensitive when comparing driveline characters [*] File Operations now also work in Temp Drive (but changes are not visible in the temp drive itself, yet) [+] added Switch case to File Operations [+] readded 3 original DN "Make Listfile" options [ALT-L]: * Store path names to list file (Eugeniusz Kosek) * Autodetect necessity of path names * Do not use Long File Names [*] Quick search updates: * added "Quick search by name" help to the file panel setup help * added Quick search help topic * multiple '*' cannot be entered anymore (advance0.DoQuickSearch) * Quicksearch string is now always visible in the panel [*] while column size change Info Divider wasn't updated -> flpanelx.TFilePanelRoot.RereadLName also draws InfoView [+] capitalize option to MkDir (dlgMkDir) and Quick File Rename (dlgRenFl) (Vladimir Bochkarev) [*] Directory Compare: "New" Option "Compare time (new)" (Tomasz) -> this was the default working of the "Compare time" option (until i changed it): selects files with EQUAL or NEWER time, not only EQUAL -> filescol.TFilesCollection.Compare, added cpdTimeNewer [+] center panel divider on double click (Dandv) -> flpanel.TSeparator.HandleEvent; added ChangeOwner(); [*] Zoom now also switches to default mode (visible cmdline) -> dblwndx.TDoubleWindowX.Zoom, max. of 3 modes possible: Maximum, Default, user defined (must be different size than first 2) [*] [CTRL-[]] now also supports [ALT] to get short file names (Dandv) -> added commands.kbAlt[LR]BRacket: dblwnd.TDoubleWindow.HandleCommand and dblwndx.TDoubleWindowX.HandleEvent -> flpanel.TFilePanel.HandleEvent.cmGetName [-] QuickSearch: '+' couldn't be found (Vladimir Bochkarev) [NC] -> '+' was used as wildcard for numbers in filenames, now uses '<' [-] could not use +|<> in wildcards when selecting files ([KEYPAD +]...) [NC] -> filecopy.SelectDialog: removed PValidator [+] option to quote filenames when copied to clipboard (Dandv) -> commands.fm2DontQuoteClip to flpanelx._CtrlIns [*] commented cmPushName and all corresponding code since it was unused [+] [CTRL-SHIFT-[]]: Make Left/Right panel same as other panel (MiB) -> added dblwnd.HandleEvent.CtrlL/RBracket shift handling, commands.cmChangeDrvAbsolute, flpanelx._ChangeDrv(IgnoreCurrentDir: Boolean) [+] added option to deny closing of last file manager window (Necromancer) -> added commands.fm2CloseLastFMWin, Options.File Manager.Setup.Close last FM window dnapp.TDesktop.HandleEvent().CheckFileManagerClose() [-] LNX ARC/TEMP/PROC/FTPRoot 2*Reread [CTRL/ALT+R] crashed NDN -> disk.TDriveInfo.Update didn't clear IOResult before reading mount info, resulting in 0 found drives -> improved error checking if Drives = nil or Drives^.Count = 0 -> this also fixed crash after rereading an archive (J.B.Lethbridge) [-] View archive with File.View.As Text/Hex/Dump/Disasm always opened the archive as directory (Necromancer) [A] -> dnutil.TDNApplication.ViewFile now always opens files internally if the given viewmode is valid [-] crash if opening file to view as Hex [A] -> dnutil.TDNApplication.ViewFile set the Viewmode w/o calling DoHexPos -> added fviewer.TFileViewer.SetViewMode() [-] Extracting archives to passive panel, when on '..' in active panel showed trash in archive line [A] -> fltools.CM_ArchiveFiles: didn't initialize string [+] show Label/disktype when changing drive via [CTRL-LEFT/RIGHT] (MiB) -> Driveline - Volume ID (not LNX) - Path - Type -> new Option: Options.File Manager.Setup.Show Driveline info window [-] loading desktop error: viewer with tempfile, exit NDN, restart [DNC] -> dnutil.TDNApplication.LoadDesktop stopped reading when S.Get returned nil (= Object type), but, a failing constructor of the target object also returned nil -> desktop read failed -> added objects.TStream.LoadObject(), also used in TStream.Get() COLOR SELECTION/PALETTE LOAD/SAVE [-] palette load didn't update full screen : Frame/Separator/Scrollbars [NC] -> readded "OLD" DN code to memory.pas: DoneMemory (FreeCache...) -> now a reset is not necessary anymore when loading or changing colors -> TGroup.Redraw should now fully work again [-] Options.Configuration.Colors: Cancel didn't restore old colors [DNOC] -> colorsel.ChangeColors restores old pal on cmCancel [*] Color dialog: renamed Timer to Clock TURBOVISION: DIALOGS/MENUS [+] added TGroup.RedrawForce(), TGroup.RedrawForced and cmRedrawForce; 2 possible operations (1 is used right now): 1) memory.DoneMemory to clear TGroup buffers to force update -> buffers need to be allocated newly, faster on my p200 than 2) 2) using new message cmRedrawForce -> don't use DoneMemory to enable full Redraw [+] Dialogs: Mouse wheel, not over an object, selects next/previous selectable objects in the dialog (like [TAB]/[sHIFT-TAB]) [+] added a debug function: TView.GetViewName() ARCHIVES/DNEXEC [-] LNX: MkArc/ExtArc didn't correctly execute command strings (J.B.Lethbridge) -> dnexec now swaps every LINUX cmd string to a script/batch file KEYBOARD MACROS [*] now also stores Shiftstate1 and 2, which should (in theory) simulate all possible hotkeys -> added gauges.TKeyMacros.GetKey(), improved PutKey(), all SmallWord code was converted to Word [+] macros will be repeated as long as the user holds [CTRL] (/haman) -> main3.MyApp.GetEvent -> works only after a keyboard macro was called 2 times in a row, else macros will be repeated too fast [*] show <MACRO> when playing -> gauges.TClockView.Draw() -> moved local main3.MacroPlaying to gauges [*] >MACRO</<MACRO> string blinks every second (normal<->inverted color) -> added gauges.TClockView.SecondChange
  5. Merry Christmas!

    Merry Christmas to everyone! I hope i can release a new version this week, just before New Years Eve. Best wishes Stefan / AH
  6. NDN+NTFS

    hi! then, i think, we found the solution. it's a driver problem and not NDNs, if even the DOS copy command also doesn't work if you want you can try to contact the DOSLFN developers about that problem (if possible). they may have a solution. at the very end, you might send me your boot disk and i could try to find the problem. but i cannot guarantee when or if i can solve it. Stefan / AH
  7. hi haman! it should be possible to call macro from macro, i will try to implement it (are you sure this worked in previous DN? the latest DN i used doesn't support this...) holding CTRL key to repeat the macro shoould be no big problem (in fact, i just implemented it into NDN in university...) what about this idea: if you hold ALT you will be prompted to input a number which tells NDN how often to repeat the macro about the speed: it won't be possible to be as fast as the old DN but, it should be possible to improve the speed hope this is what you want :) Stefan / AH PS: Sorry for the long delay, but i couldn't post to the board...
  8. NDN+NTFS

    Hello! there are a few things you might try: a) use another file manager and try if it works B) try to disable the long file names in NDN c) try the last beta versions (last one is 4950) if this doesn't help, post again Stefan / AH
  9. Copying '..'s filename to clipboard with selected

    Hi! Thanks. Stefan / AH
  10. Alarms need a year field

    Hi Dan! i copied your requrests to the todo list! Stefan / AH
  11. NDN's refresh conflicts with some applications

    Hi Dan! I just tried in W2K and WXP and cannot reproduce this. I guess this is just another "dandv-Special". :) Stefan / AH
  12. Wish: zoom of history list

    hi garl everything is possible :) but, i don't know how much work/modification to the TV RTL would be needed to do this and there are more important things i have to do i'll put it to the list Stefan / AH
  13. hi haman! i have written it down sounds like another option to me :) thank you Stefan / AH
  14. Crash on deleting a directory from a network path

    does this also happen on creating and deleting dirs in \\192.168.0.3\Users\Dan\? or only in \192.168.0.3\Users\? cannot test the second behaviour... Stefan / AH
  15. new beta: 2.15.4950

    Hi everyone! Another beta because you have waited so long for the last one, and because I am quite busy with assignments at the moment that i want to release the current one. There are not much visible news, but a lot of internal enhancements. One thing that is not mentioned in the whatsnew and the docs is the possibility to browse and to work with directories and files (mkdir/rmdir/cd ../cdup...) on the FTP (and basically every other active VFS in future...). I didn't add this to the docs yet because it's not complete and maybe unwanted by many of you, so at the moment it's just for you to test the possibilities... -------------------------------- [*] Option options.File Manager.Setup."!:!\!.! in Listfiles" is enabled by default (Dandv) [*] F7 tree.makedirectory doesn't ask for confirmation anymore, it only appears in the copy/move process (Dandv) [A] SYNTAX HIGHLIGHT: [-] ColorKeywords 2 color combos didn't work correctly (Garl) [A] -> highlite.TKeyColorsCollection.SearchIn COMMANDLINE [-] (after) execution of EXTENSION FILE commands the first command of this list was put to the cmdline (D32/LNX) and to the history [A] -> dnexec._ExecFile/_SearchExt -> only commands from EXTENSION FILE which are one line long will be put to the history [+] complete CmdLine status can now be saved on exit -> Option: Options.Configuration.Command line.Save status on exit -> added cmdline.TCommandLine.Load/Store to dnutil.TDNApplication.Retrieve/SaveDesktop and commands.oclSave -> removed CmdLine handling from sk.__Store/RetrieveDesktop and histries.LoadCommands -> Improved cmdline.TCommandLine.HandleEvent [+] Options.Configuration.Command Line: added "Don't-handle-cmd" character inputline and the option "Always handle commands" (oclAlwaysHandleCmds) -> if enabled every command will be handled, this is the old behaviour but may not be wanted by some because there will be a lot of commands handled in future -> if disabled, commands preceeded with the "Don't-handle-cmd" character will not be handled internally by NDN -> used in dnexec._ExecCommandLine -> Default character is space (20h) LFN [+] extended the DOS file attribute constants: mirrored in LFN, with added 'fa' ID at the beginning of the string. -> added faUpDir (..) and faCurdir (.) for faster parsing after a lFindFirst/lFindNext. Filled in in lfn.lFindFirst/lFindNext by lfn.AdvancedAttr -> with TFileRec always use QSort.IsUpdir, faCurDir must never occur in any panel file list [*] Updated IllegalChars/IllegalCharSet and added SquashChars according to tests in the 4 supported operating systems (Dos/W9x/WNT/LNX) -> several characters are not quoted anymore (+ in LNX/W32 f.ex.) FILE COPY/MOVE/OPEN/CREATE/DELETE [+] added filescol.TFileRec.Options.frTemp0/Temp1 to remove usage of the file attributes in filecopy for marking a finished operation on the given file [*] copy to *: works like TEMP: -> filecopy.CopyDialog [-] MkDir: ,; in names didn't work. Support for creating multiple directories with "" too. [NC] -> Tree.MakeDirectory FILE PANEL [+] added filescol.TFileRec.Options.frSizeKnown to vfs_drive/arc/arvd so we won't use the file attributes anymore to store this info -> filescol.NewFileRec.set always for files -> used to mark if a directory size has already been calculated [-] LNX FIND: Entire disk/all drives search work -> vfs_find.FindFiles -> NOTE: because LINKS are not correctly handled yet there are problems with linked directories (recursion!) [*] filescol.btFileRec: added frIsDizDisposable, removed TDiz.IsDisposable -> FILESCOL.PAS FLPANELX.PAS VFS_ARVD.PAS VFS_DRIV.PAS [*] removed doubled code from flpanelx.CommandHandle, because it's the same in flpanel.HandleEvent: kbIns/kbspace, kbDel, kbUp/Down, kbHome, kbEnd, cmScrollBarChanged [+] W32 added Context Menu to Utilities Menu [+] added Fast Rename to File.Single Menu [*] LNX Panel.Setup columns "Show short name in low case" is OFF -> startup.ColumnsDefaults?.Nameopt 5a instead of 5b [*] Filenames with extension > 3 weren't cut correcty with the following options: Panel.Columns setup [X]AlExt,AlShExt,Sh>Nm [ ]Sh>Ext -> filescol.NewFileRec.replaced (and removed) _extlen with LenExt [C] VIRTUAL FILE SYSTEMS (VFS) [+] ALL: Added VFS commandline handler "HandleCmdline", called with command cmVFSHandleCmdLine from dnexec._ExecCommandLine. It's sent to the top file panel. -> moved the existing CD and drive change code to the base class TDrive -> this creates the possiblity to "execute" VFS based commands on the cmdline [-] if in a VFS (*: f.ex) another "*:" command was sent to the OS and not handled by NDN [A] [+] FTP: enter an FTP URL on the commandline and NDN will automatically connect to it with the default options [+] BRANCH: also collect directories, with [CTRL-SHIFT-H] (Dandv) -> vfs_find.OpenDirectory.CollectDirs [+] FIND FILE: added option to ignore SFN in search [DNOC] (Dandv) -> LFN chars ,;.become SFN char _ (*_* finds a,b.txt) -> search for ~ finds all SFN of LFN -> enabled by default [-] FIND: found files from archives didn't correctly react on [sHIFT-ENTER] (goto to file in passive window) [DNOC] -> flpanelx._CtrlPgDn: rearranged [sHIFT-ENTER]/Handle archive code -> flpanelx.cmFindGotoFile: added archive handling (ARC:|) [-] FIND: files from/inside archive not handled correctly (View...) [DNOC] -> flpanlex.ViewFile: arcdrive wasn't handled correctly (Exit before Usefile) KEYBOARD [-] W32 ALT-Y and ALT-Z were mixed up on (f.ex.) german keyboards, QWERTZ vs. QWERTY [NOC] [-] W32 [ALT-SHIFT-/] didn't work and [ALT-GRAY /] reported the same keycode [V] (used in cmdline mode change) TURBOVISION: DIALOGS/MENUS [-] Window.List/Close all (cmWindowManager/cmClearDeskTop) were disabled when not in File Manager (Vladimir Bochkarev) [NC] -> removed from commands.PanelCommands and added to views.twindow.SetState -> could remove the WindowManager calls from following modules: microed6, edcom.dnr, dbfview, fviewer [-] Window.List in editor popped up 2 times [A] (see above fix) -> removed cmWindowManager from editor commandlist ENVIRONMENT HANDLING [*] Several improvements to the environment switch "NDN=": -> help, language, dialog, xlat, color files are always read from the NDN home directory (*.hlp, *.lng, *.dlg, XLT\*.xlt, COLORS\*.pal), these files cannot be moved to another directory and don't react to the above switch (dnutil.cmHelp, dnapp.OpenResource/InitLngStream) -> NOW useful in multi user environments -> updated the help file TVHC/HELP [*] English: replaced word "Commando" with "Command" (Dandv) [*] English: several updates to the help file EDITOR [-] Opening files under cursor didn't load and cleared existing histories [A] -> happened when paths weren't configured and the file was in the current directory -> dnutil.EditFile.LFExpand ALARM CLOCK [-] crashed after deleting entries (Dandv) [NC] -> alarmclk.TDates.ProcessItems: DateCount >= Count-1 -------------------- Have fun, Stefan / AH
  16. new beta: 2.15.4950

    sorry, i forgot to paste the link... http://ndn.muxe.com/beta.php
  17. Source code avaiability

    Hi! http://ritlabs.com/dn sorry, but download the source and look at the readme.txt before using the word illegal Stefan / AH
  18. new beta: 2.15.4360

    hi! not very much fixes, but new online help and improved navigation. sorry for the long delay! v2.15.4654 DPMI32/WINDOWS/LINUX 25-10-05 [-] "Options.Configuration.Confirmations.Create non existing dir" didn't work [DNOC] [+] new function to update top view if the TypeOf equals (used in setups) -> added views.TGroup.UpdateIf() [+] [CTRL-SHIFT-TAB] now works in opposite direction of [CTRL-TAB] (haman) -> dnapp.TDesktop.HandleEvent.cmPrev2 HIGHLIGHT GROUPS [-] groupdlg/groupsfm used StartUpDir to search/create ini files [NC] -> now using advance0.SourceDir. Useful for the "NDN" environment switch. VIEWER [*] ALT-G now also opens the "goto" dialog, like in editor, db view etc... EDITOR [-] Uncomment (Alt-F4) only worked with shortstrings (Dandv) [A] -> using AnsiStrings now [-] AutoWrap was not saved from options menu to history [DNOC] [-] "[ ] Tab moves blocks" didn't work for [sHIFT-TAB] [A] -> micro_4.EdDoTabBack checked for cmTab -> cmTabBack SYNTAX HIGHLIGHT [-] options AUTOWRAP and AUTOJUSTIFY were mixed up [NC] TURBOVISION: DIALOGS/MENUS [-] Zooming inputline histories didn't work correctly (Garl) [NC] -> added dialogs.THistoryWindow.Zoom -> Alt-Z now zooms too [+] Dialogs.TInputLine: change case of word/string/character -> new routine for all conversion code: StringsX.FormatStrCase, now used in Dialogs.TInputLine.HandleEvent and micro_3.EdCangeCase HISTORIES [*] Added startup.HisVersion to check history versions in dnutil3.LoadHistories -> removed old and unused startup.HisFormNum/HistoryVer -> MessageBox when history version doesn't match: added erCantReadHistory [*] removed startup.wDskVersion (only used once in dnutil.RetrieveDesktop) ALARM CLOCK [*] When an alarm will be deleted the name of it will be printed in the message box [-] Cancel Button didn't work (Garl) [DNOC] [*] Renamed cancel button to OK and made it default; makes more sense TVHC/HELP [!] The long awaited update to the Online-Help: -> some enhancements to the Help compiler TVHC -> added a lot of missing Help topics -> added OS (port) specific information to the topics -> better structure and (hopefully) easy navigation -> ideas and improvements are (as always) welcome -> completely moved the syntax highlight help from NDN.HGL to the online help -> improved several NDN.DNR issues while checking the online-help [-] LNX tvhc.ReplaceExt uppercased filenames -> LowerCase [-] LNX topic references weren't correctly displayed -> spaces in toprefs were replaced with 255 != ' ' in LINUX -> Not using tvhc.ReplaceSpacesWtihFF [*] '{ :}' reference strings are trimmed -> : 'hcxxx ' wasn't working before [*] Highlight-only topics ({...:_}/65535) are not selected anymore on [TAB] -> added helpkern.THelpTopic.InvalidRefs/GetInvalidRefs/ContainsValidRefs and helpfile.THelpViewer.HandleEvent.CheckSelect [*] LNX: help titles look better (only using simple frame chars) -> tvhc.ReadParagraph [-] 'Unkown Help File Format' error crashed NDN; Access Violation in helpkern.499 -> dnutil.TDnApplication.HandleCommand.cmHelp using HelpError for error detection [*] LINUX/English: added a new option for htx files: '~' at the beginning of the line tells TVHC to check the line for special characters and replace them -> added StringsX.Dos2LinuxStr in tvhc.GetLine [-] {text:} crashed TVHC -> Defaulting to topic '_' if Reference is '' [*] When Help opened, repeated [F1] now goes to Index then to Help-On-Help -> helpfile.THelpViewer.HandleEvent.cmDefault [*] Improved help navigation: [bACKSPACE] = [ALT-F1], [CTRL-LEFT]/ = [sHIFT-TAB], [CTRL-RIGHT]/ = [TAB], [CTRL-DOWN]/[DOWN] = Scroll Down, [CTRL-UP]/[uP] = Scroll Up. Now the window moves and not the cursor inside the window anymore. [+] Mouse right button double click goes to previous topic (Eugeniusz Kosek) RCP/RESOURCE [+] added the TVHC command '~' to RCP (Dos2LinuxStr) -> in defcoll.TDefCollection.ProceedStr2 REGULAR EXPRESSIONS/PCRE [+] BackReferernces \0-\9 were not supported in replacement string -> TpcRegExp.GetReplStr FILE PANEL [*] DriveLine: Dragging totals worked even if the free space on border was enabled but covered by file masks -> added flpanel.TDriveLine.EnableDragTotals, used in HandleEvent [-] File Operations also tried to convert '..' [A] SCREEN SAVERS [*] replaced ID char for internal screen savers '?'/#249 with '*' FILE COPY/MOVE/OPEN/CREATE/DELETE [-] LNX copying file in same dir with different case but same name failed [*] Copy/Move: Overall Progress did count files down (AndyRay) [A] -> filecopy.OverallProgress now counts from 0 to VIRTUAL FILE SYSTEMS (VFS) [*] FTP: now handles [type=a|i|d] in FTP-URLs, but doesn't do anything with that information [*] BRANCH: working msg now shows "Directory Branch: Reading list..." [-] FIND: inverted search found multiple '..'/'.' [A] http://ndn.muxe.com/beta.php have fun Stefan / AH
  19. Compare Directories in Branch

    hi! this is fixed in the next version (tomorrow!) Stefan / AH
  20. The NOD32 antivirus and NDN

    hi i decided to contact them if the next version of NDN will still produce the virus warning it won't take me too long anymore anyway :) Stefan / AH
  21. The NOD32 antivirus and NDN

    hi dan!! hm, could this be a problem for us? :P as long as NDN is not called VIRUS officially i can relax :) will those guys care for this information? Stefan / AH
  22. About new release

    Hi everyone! i just want to let you know that i must delay the next release even more. i wanted to release it sooner but writing the online help is not very funny and consumes a lot of time. i hope i can finish it within the next 2 weeks, and don't expect too many bugfixes this time so long Stefan / AH
  23. FTP-manager

    hi once more :) i assume you are using the LINUX or WINDOWS port (DPMI32 FTP is planned but not yet started...) there are 2 options in options.file manager.setup that you should take a look at: (in english, sorry) [ ] Show VFS on driveline [ ] ALT-F1/F2 Show VFS with these 2 options you should be able to access the ftp manager from the driveline and with ALT-F1/F2 the FTP drive char is "#" you can also use: "#:" this should bring you to the FTP directory btw, *: and ?: work too :) i hope you will be able to use it now Stefan / AH
  24. DOS/E32 (Warning) 9003...

    hello again ok, here's a little request to you: go here http://dos32a.sourceforge.net/ and download dos32a-735-bin.zip, which is the DOS extender used in the D32 version of NDN. i want you to try around with all the options that you can change. you can configure the complete dos extender when it is installed in an executable. you need to start SS.EXE from the dos32 zip file with NDN.PRG from the NDN archive and then a screen should open where you can configure the dos extender NOTE: you need the uncompressed version of NDN.PRG, the last BETA version is not compressed for example i hope you know a bit about DPMI32. but most options are ON/OFF so it should be easy to try. i think you can solve the problem with changing the right options, and, if you can solve it please let us know so i can use the options on new versions of NDN. good luck Stefan / AH
  25. FTP-manager

    hi again! don't you HAVE FTP already??? :P Stefan / AH
×