Dnia czwartek, 27 stycznia 2011 o 20:19:03 Stephan Beal napisał(a): > Hi, all! > > i'm new to Geany, and trying to get used to it (in place of xemac), mainly > for purposes of maintaining PHP and JS code (which emacs can't indent worth > a damn). > > i'm finding that when i document my code (which i always do!), geany is > inserting an extra '*' at the start of each line. That is a documentation > convention which i have never been able to sympathize with - it takes up > more space and makes it very painful to reformat the text (or add to it, > since we have to manually handle the word wrapping). i document A LOT, so i > get a bit cranky when my tools get in my way when i'm trying to document. > > Can i disable those extra stars? i find them truly painful. >
If you add structural comments (phpdoc), the initial asterisk is mandatory. Chris _______________________________________________ Geany mailing list [email protected] http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
