[Github-comments] [geany/geany] Vala comments inserted with Ctrl+E are not indented correctly (#1920)

medeotl notifications at xxxxx
Tue Aug 7 10:30:15 UTC 2018


How to reproduce:
open a .vala file
try to comment a line of the code.

Expected behaviour:
comment start at the same indentation level of the code

Actual behaviour:
comments start from the first line and add an extra tab indentation to the code

Example:
python
        button = Gtk.Button()
        # ~ button = Gtk.Button() 
c
    enum giorni settimana;
    //~ enum giorni settimana;
vala
        var label = new Gtk.Label (null);
//~         var label = new Gtk.Label (null);



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1920
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180807/cdb2441a/attachment.html>


More information about the Github-comments mailing list