|
Forum Index : Microcontroller and PC projects : CMM2 wish - configure FONT and COLORs in EDITOR
| Author | Message | ||||
| jirsoft Guru Joined: 18/09/2020 Location: Czech RepublicPosts: 533 |
Hi Peter, is some chance to make possible to change default font and colors in EDITOR? Jiri Napoleon Commander and SimplEd for CMM2 (GitHub), CMM2.fun |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10590 |
OPTION EDIT FONT |
||||
| jirsoft Guru Joined: 18/09/2020 Location: Czech RepublicPosts: 533 |
This way I can change just 4 fonts/sizes from built in. Or can be this changed with MM.INFO(FONT ADDRESS n)? Second (very important) thing are colors, is somehow possible to hack them with memory access? Jiri Napoleon Commander and SimplEd for CMM2 (GitHub), CMM2.fun |
||||
| matherp Guru Joined: 11/12/2012 Location: United KingdomPosts: 10590 |
To make any further changes you will need to get the source and compile your own version - sorry |
||||
| jirsoft Guru Joined: 18/09/2020 Location: Czech RepublicPosts: 533 |
OK, no problem, it was just an idea... Thanks anyway! Jiri Napoleon Commander and SimplEd for CMM2 (GitHub), CMM2.fun |
||||
| jirsoft Guru Joined: 18/09/2020 Location: Czech RepublicPosts: 533 |
One more question, is it this part in kilo.c? #define GUI_C_NORMAL WHITE #define GUI_C_BCOLOUR BLACK #define GUI_C_COMMENT RGB(192, 192, 0, 0) #define GUI_C_KEYWORD CYAN #define GUI_C_QUOTE RGB(0, 200, 0, 0) #define GUI_C_NUMBER RGB(255, 128, 128, 0) #define GUI_C_LINE GRAY #define GUI_C_STATUS (Option.colourmode ? BROWN : gui_fcolour) Jiri Napoleon Commander and SimplEd for CMM2 (GitHub), CMM2.fun |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |