Home away from home
Joined: 2006/12/2 3:55 Last Login
: Today 21:22
From Italy, Perugia
Group:
Registered Users
|
New version of NoWinED it's done ! Here the changelog: Quote: 0.78 [14/04/2009]:
-Implemented print process thanks to example code and explanations and fixes by -=ONIX=-, documentation by Elena Novaretti, testing and suggestions by itix. This step was and is hard. NoWinED performs a graphic print instead of text one, in this way when I'll implement a possible sintax highlight user will can print a coloured text. For now he can print even choosing font and he can choose to wrap text following AutoWrap mode eventually setted. You can access to default print from menu Print->Now (AmigaR+P shortcut), while you can access to a custom print process with menu "Print->Custom..." (AmigaR+1). All print process is in multithreading with NoWinED, so you can manage your txt files with NoWinED while it is printng ;-P. Print process is implemented to check if TurboPrint is installed and, except on MorphOS, to ask if user wants use it. There is even another prefs checkmark to control if user wants use turboPrint or not, see Preferences. With few words: now NoWinED prints like a word processor :P <itix> very nice printing window <ShInKurO> eheh Obviously on AROS printer.device doesn't exist so there is any support for this Amiga incarnation;
-OMG, finally workarounded THE TextEditor bug which didn't permitt to refresh some important gfx fields of NoWinED on MUI3.8 and Zune. However this workaround could break some toolbar refreshs if many updates to different part of UI are done in the same time. In other words on MUI3.8 and Zune will be always some problem if TextEditor will not fixed or MUI3.8/Zune don't reshesh itself(thanks to Georg Steger);
-NoWinED uses on AmigaOS4.x new APIs for Resource Tracking, so if NoWinED had to crash in these systems, all msgport, messages, iorequests will be freed (and my friend Jerome on OS3 will not have "Single Istance" disabled into NoWinED's debug version anymore ;D);
-Fixed some bad looking label of checkboxes into prefs window (reported by Artur Ostrowski);
-Fixed some cosmetic problems with list of files and bold titles;
-When a voice into list was selected and linked button was hide, this last one wasn't scrolled to show itself, fixed;
-If prefs were absent, some default prefs were wrong, fixed;
-If user exports or save text, recents menu was not updated, fixed;
-NoWinED window title shows full path of current file if user sets the proper prefs (suggested by Elena Novaretti);
-Added bubbleHelp for single istance feature (so end of your questions! :D);
-Finally "Find Top" and "Case Sensitive" are not mutual exclusive anymore (thanks to suggestion from OS4Depot);
-Changed tooltype "Save Tooltypes" from "AmigaR+P" to "AmigaR+/";
-When window with findbar visible was in sleep and returns in normal mode, previous search button became enabled, fixed;
-Better incapsulated rootbar class;
-Fixed some cosmetic problems if user opens a prefs file from prefs window;
-On OS3 NoWinED doesn't unlock PROGDIR properly causing not deleting of PROGDIR, fixed (reported by -=ONIX=-);
-Make smarter behaviour of NoWinED when a project icon is associated to it, now if first page is empty NoWinED opens file into it instead to open a new page in any case if "drop on opens new one" pref is disabled. This behaviour is showed even when one or more recents files are opened. This should fix bug reported by Elena Novaretti (sorry to have forgotten it ;D);
-When restore default state closing all pages if user opens a new file it was opened in another page even if first one was empty and user setted disabled "drop on opens new one" pref, fixed;
-"Open All" recents now has "AmigaR+=" shortcut;
-On OS3 and AROS when a page is unselected closebutton is removed, this should fix some bugs in the handle of tabs and fix bug #410;
-Fixed a wrong assumption about to set two attributes which titleBut class doesn't know, while they are only known by buTitleGrp (which is into an object contained by titleBut class itself). (I don't know why it worked...and perhaps this gave many problems to MorphOS users...);
-Added new about class which gives even a splash window while NoWinED is launched (damn samo79!!!11);
-Changed this ChangeLog with a formatted one (thanks to Elena Novaretti);
-Fixed bug #417 (loading trouble);
-Minimum request of TextEditor MCC is now 15.28+ (except on AROS), because from this version NoWinED can use an enhanced version of gotoline function, smarter than old one...;
-Changed position of all checkmarks: left from text. Imagine forms you get on paper (suggested by Geit);
-When NoWinED is setted with single instance option enabled, if user does a doubleclick on NoWinED icon when an old NoWinED istance is just opened now it's opened a new page (suggested by Geit);
-Changed some STRPTR declarations to CONST_STRPTR to better respect safe standard;
-Fixed vbcc stack handling;
-Fixed name for WBenchMsg (all compilers);
-In certain condition label button wasn't updated to be bold, fixed;
-On OS3 NoWinED is now compiled with GCC3;
-Updated translator notes into documentation with tokai suggestions;
-updated italian translation by samo79;
-updated french translation by faranheit;
-updated polish translation by Adam Kami?ski;
-updated german translation by -=ONIX=-;
-added russian translation by Andrei Shestakov, thanks! :) http://shinkuro.altervista.org/amiga/software/nowined.htm
|