DaxTraj #1 I have a really hard time spotting where the flashing cursor is in the Blitz3D editorI'd love to change it to something more visible.Is there a way of doing this ?
GfK #2 yeah. edit the ide prefs file (I think its in your Blitz CFG folder). Change blkcursor from 0 to 1. Or if its 1 already, change it to 0.Sorry for being vague - haven't got Blitz installed!
Genexi2 #4 Not afaik....what you could do though is use HidePointer to remove the cursor fully, and instead use your own in the program...
GfK #5 what you could do though is use HidePointer to remove the cursor fully Except that only removes the mousepointer, not the text caret in the IDE.