tora-tool / tora

TOra is an open source SQL IDE for Oracle, MySQL and PostgreSQL dbs
http://torasql.com/
GNU General Public License v2.0
290 stars 58 forks source link

Auto wrapping in SQL code editor? #156

Open romanrm opened 2 years ago

romanrm commented 2 years ago

Maybe I am missing something, but there appears to be no way to enable auto wrap in the editor window. There are usually two kinds of that, line wrapping and line breaking. The former just makes text appear wrapped in the editor window, without actually inserting newline characters into the text. For instance Geany editor supports both, in TOra though, I seemingly looked through everything and couldn't find either. Could you consider adding such a setting (at least for wrapping, not breaking)? Thanks!