TobyLobster / Inform

Inform is a design system for interactive fiction based on natural language
Other
82 stars 18 forks source link

Quick fix for invisible text cursor in dark mode #8

Closed angstsmurf closed 3 years ago

angstsmurf commented 3 years ago

This is a quick and dirty fix for the invisible text cursor when editing the source in dark mode. It simply sets the insertionPointColor property of the IFSourceFileView to black.

For a description of the problem, see https://intfiction.org/t/inform-on-mac-no-cursor/44491