Lately I have been using the Python sqlite3 module quite a bit. That involves writing SQL statements within strings that are passed as arguments to Python functions. Particularly with longer such SQL strings it would be nice to use Leo's power, but I can't: an @others directive for example will not be recognized inside a string, which means I cannot put the SQL statements into a subtree. Apart, it would also be nice to see the SQL colorized.
The same problem exists with other language combinations too. For example, I use sometimes "lupa" - a Python module which embeds a Lua JIT compiler. In that case the string would contain Lua code, not SQL. I also already used LaTeX and VHDL in Python strings. So, I am looking for a way to enable all the usual Leo goodies inside Python strings. Others may have a need for other language combinations. - Josef -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
