Editor showing dots in place of spaces
Posted: Fri Oct 27, 2017 2:34 pm
Codelite 11.0.2 / Windows 10 (64-bit)
After changing some colour settings, code apperance has a dot in place of each space character
Whereas I would like the appearance to be (no dots in place of spaces)
Please can you tell me which setting I need to adjust?
Many thanks
Colin
After changing some colour settings, code apperance has a dot in place of each space character
Code: Select all
...//.Set.the.fixed.printer.settings
...g_PrintData->SetOrientation.(wxPORTRAIT);
...g_PrintData->SetPaperId.(wxPAPER_A4);
...g_PageSetupData.=.new.wxPageSetupDialogData;
Code: Select all
// Set the fixed printer settings
g_PrintData->SetOrientation (wxPORTRAIT);
g_PrintData->SetPaperId (wxPAPER_A4);
g_PageSetupData = new wxPageSetupDialogData;
Many thanks
Colin