Feature Requests item #1653165, was opened at 2007-02-06 02:27 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=1653165&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: SciTE Group: None Status: Open Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Request for Ruby editing Initial Comment: Hi, Ruby has some "special" naming rules that are not taken into account in Scite : - instance variable starts with @ and class variables starts with @@. This is recognized correctly in the syntax coloring. Nevertheless, when typing an @ or @@, the completion mechanism doesn't propose these variables. The completion mechanism takes only account the name of these variables without the prefix. - class method is defined by naming the method <ClassName>.method_name of self.method_name. The syntax coloring should : - In the first case, <ClassName> should be detected as a class name or being part of the name of the method. - in the second case, self should be detected as a keyword (it is actually a keyword) - the method_name should be detected as the method name and not as an identifier Thanks in advance. PS : Scite is great. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1653165&group_id=2439 _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
