How to Insert Compiler Definitions Into Your Sources

Posted December 15th @ 4:08 pm by m3Rlin

There are various ways to include compiler definitions into your source code. One of them is editing your project’s options and another can be including a definition file (*.inc). Although both of these make sense and should be used imagine a 1 file source. Why would you even bother with editing it’s options or including [...]

How To Convert Text to Uppercase and Vice Versa

Posted December 15th @ 3:53 pm by m3Rlin

When editing text and you want to change the case of the text, just select the text and:
To convert to lower case: Ctrl+K and then press O
To convert to upper case: Ctrl+K and then press N

« Previous Entries