Feature Requests item #1268688, was opened at 2005-08-24 11:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1268688&group_id=2439
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Submitted By: Ricardo Garcia (rickg22) Assigned to: Nobody/Anonymous (nobody) Summary: Comments colored incorrectly in flagship Initial Comment: Comments in xbase programs are started with * (if there are no characters before the * but whitespaces). For example: * This is a comment Comments in lines with statements are marked by " && ", not " // ". Example: DO_SOMETHING() && This is a comment DO_SOMETHING_ELSE() // This is a syntax error, not a comment However, Scintilla 1.64 (I'm not sure if this is fixed in 1.65) treats // as comments, and *'s in beginning of line as operators, not comment starters. I'm not using scite, but scintilla as a component (wxScintilla) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1268688&group_id=2439 _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
