amay5267
amay5267
Hi @magiblot How to switch syntax off manually in source code for C/CPP? I like how it behaves in C# source code case e.g. newSourceFile.cs - no syntax color you...
How to not automatically enable syntax highlighting in newSourceFile.c and newSourceFile.cc files?
It is not automatically enabled in C# source code e.g. newSourceFile.cs
Perfect! As a temporary workaround I write C source code but save it with .cs extension. Than I rename the file with Turbo and with .c extension
I am not sure if you are familiar with Vim. If you do vim HelloWorld.c, vim opens HelloWorld.c with syntax on. Now if you are in vim and write :syntax...
Hi @Kangmo Turbo doesnt currently support persistent settings. However you can switch to use far2l file manager that supports persistent settings and opening turbo from its command line. So basically...