What is new in Ring 1.4.1?¶
In this chapter we will learn about the changes in Ring 1.4.1 release.
Ring 1.4.1 is a little update to Ring 1.4
List of changes and new features¶
Ring 1.4.1 comes with the next changes
- Better Scripts for Building from Source Code
- Better Colors for the Modern Style in Ring Notepad
- Better StdLib
- Better RingQt
- New Sample : Sixteen Puzzle
Better Scripts for Building from Source Code¶
The scripts are updated for building from source code.
Tested using Windows, Ubuntu Linux, Linux Mint and MacOS X.
Screen Shot:
Better Colors for the Modern Style in Ring Notepad¶
In Ring Notepad - the (Modern) Style colors are updated
Screen Shot:
Better StdLib¶
The StdLib is updated to include the next functions
- TrimLeft()
- TrimRight()
- TrimAll()
- EpochTime()
Better RingQt¶
The next functions are updated to display the dialogs on the top of other windows.
- SetDialogIcon(cIconFile)
- MsgInfo(cTitle,cMessage)
- ConfirmMsg(cTitle,cMessage)
- InputBox(cTitle,cMessage)
- InputBoxInt(cTitle,cMessage)
- InputBoxNum(cTitle,cMessage)
- InputBoxPass(cTitle,cMessage)