mpcjanssen / simpletask-android

GNU General Public License v3.0
549 stars 128 forks source link

Highlighting lines #766

Open luisfsr opened 7 years ago

luisfsr commented 7 years ago

When adding tasks from clipboard sometimes it's hard to identify the end of the line and the new one. Is it possible to highlight each line, so it'd be easier to differentiate between tasks?

mpcjanssen commented 7 years ago

Do you mean when editing them or when they are displayed in the task list?

luisfsr commented 7 years ago

I mean when editing them. It'd be useful to differentiate lines when long lines are imported from another application.

smichel17 commented 7 years ago

In vim I have it set up so lines that wrap are prefixed with a carriage return symbol, which works pretty well.

mpcjanssen commented 7 years ago

@luisfsr disabling automatic wordwrap might already help a lot (from the overflow menu)

luisfsr commented 7 years ago

Indeed! It does help a lot! :)