<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Does the UDL miss the ablity to recognize methods and classes?]]></title><description><![CDATA[<p dir="auto">Regarding syntax highlighting, I’m able to define the styles of operators, keywords and comments. What about identifiers for methods (method names) and classes (class names). They aren’t recognized so I’m not able to define their style. Don’t I just see a feature of the “User Defined Language”?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16088/does-the-udl-miss-the-ablity-to-recognize-methods-and-classes</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 01:59:01 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16088.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Jul 2018 10:35:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Wed, 15 Aug 2018 11:57:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%CF%87%CF%81%CE%AE%CF%83%CF%84%CE%BF%CF%82-%CE%BA%CE%BF%CF%84%CE%B6%CE%B9%CE%AC%CF%82" aria-label="Profile: Χρήστος-Κοτζιάς">@<bdi>Χρήστος-Κοτζιάς</bdi></a></p>
<p dir="auto">Yes, I’m able to see your uploaded image.<br />
What is your question or what did I miss?</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34143</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34143</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 15 Aug 2018 11:57:01 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Wed, 15 Aug 2018 08:55:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a></p>
<p dir="auto"><a href="http://tinypic.com/r/4r4904/9" rel="nofollow ugc">http://tinypic.com/r/4r4904/9</a></p>
<p dir="auto">I have uploaded a screenshot from the built-in editor of the Merlin Pro assembler (Applewin emulator, Enhanced Apple IIe system)</p>
<p dir="auto">Can you see it?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34142</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34142</guid><dc:creator><![CDATA[Χρήστος Κοτζιάς]]></dc:creator><pubDate>Wed, 15 Aug 2018 08:55:30 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Tue, 14 Aug 2018 13:01:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%CF%87%CF%81%CE%AE%CF%83%CF%84%CE%BF%CF%82-%CE%BA%CE%BF%CF%84%CE%B6%CE%B9%CE%AC%CF%82" aria-label="Profile: Χρήστος-Κοτζιάς">@<bdi>Χρήστος-Κοτζιάς</bdi></a></p>
<p dir="auto">Yes, can be done when you are willing to install python script plugin.</p>
<p dir="auto">From my understanding of 6502 assembler and your description the label needs to be<br />
followed by <strong>known</strong>  mnemonic fields. Keeping this in mind and using a slightly<br />
modified version of the script I posted above you would get something like</p>
<p dir="auto"><img src="https://camo.nodebb.org/521bf17258b6e22ab543e6749dce13ff8d17140b?url=https%3A%2F%2Fi.imgur.com%2Fnm4XO90.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">The part of the script which needs to be modified is within the main function</p>
<pre><code>    def main(self):
        # 2. define the lexer language, normally like what is returned by notepad.getLanguageName
        self.lexer_name = 'Assembly'

        # 3. define needed indicator_ids, indicator_fore_colors and regexes
        self.regex_dict = {
                            self.set_indicator_attributes(18, fore=(131,255,245)) : u'^\w+?(?= LDA| LDX| LDY)',
                          }

        self.set_lexer_doc(True)
        self.style()
</code></pre>
<p dir="auto">First you need to change the <strong>self.lexer_name</strong> with your udl name.<br />
Run notepad.getLanguageName(notepad.getLangType()) in the python script console<br />
after assigning your udl language to a document. I chose the assembly lexer for<br />
demonstration purpose.</p>
<p dir="auto">Second you need to extend the list of know mnemonic words in the regex</p>
<pre><code>u'^\w+?(?= LDA| LDX| LDY)',
</code></pre>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34135</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34135</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 14 Aug 2018 13:01:12 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Tue, 14 Aug 2018 06:22:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a></p>
<p dir="auto">*AUTO<br />
DEMODISK = 0<br />
ORG = $5400<br />
TR ON<br />
LST OFF</p>
<p dir="auto">***PRINCE OF PERSIA<br />
***COPYRIGHT 1989 JORDAN MECHNER</p>
<p dir="auto">ORG ORG</p>
<p dir="auto">JMP AUTOCTRL<br />
JMP CHECKSTRIKE<br />
JMP CHECKSTAB<br />
JMP AUTOPLAYBACK<br />
JMP CUTCHECK</p>
<p dir="auto">JMP CUTGUARD<br />
JMP ADDGUARD<br />
JMP CUT</p>
<p dir="auto">ADDAMOB LDX  $0500  ;THIS IS A COMMENT, THE ABOVE LINE ISN’T ACTUALCODE</p>
<p dir="auto">(LABEL    MNEMONIC(LDX)     OPERAND($0500)    ;COMMENT)</p>
<p dir="auto">CPX #MAXMOB<br />
BEQ :RTS</p>
<p dir="auto">INX<br />
STX NUMMOB</p>
<p dir="auto">JMP SAVEMOB</p>
<p dir="auto">.<br />
.<br />
.<br />
.</p>
<p dir="auto">This is a 6502 assembly source code made with the Merlin assembler for the Prince of Persia game (copyright to Jordan Mechner)</p>
<p dir="auto">Somewhere in the middle of that code you will see the typical syntax of the assembler. It goes like --&gt; a) LABEL b) MENMONIC  c) OPERAND and  d) COMMENTS</p>
<p dir="auto">4 columns all the time, some of them are optional (LABELS and COMMENTS and rarely OPERANDS)</p>
<ol>
<li>Mnemonics are fixed keywords. I can highlight them. :)</li>
<li>Operands are sometimes fixed and sometimes not, but I don’t want to highlight the non-fixed since I can highlight the fixed ones.</li>
<li>Comments start with “;” or “*” and I can highlight them.</li>
<li>Labels are not fixed keywords and I want to use a different color for them.<br />
LABELS -always- start in the beginning of a new line. NO space precedes them.<br />
Is it possible to color every word and ONLY THAT WORD who is the first ONE of each line of code???</li>
</ol>
<p dir="auto">Thanks in advance :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34132</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34132</guid><dc:creator><![CDATA[Χρήστος Κοτζιάς]]></dc:creator><pubDate>Tue, 14 Aug 2018 06:22:50 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Fri, 10 Aug 2018 13:36:17 GMT]]></title><description><![CDATA[<p dir="auto">I see - once the post passes the “lead time”  it is correct again.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34074</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34074</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 10 Aug 2018 13:36:17 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Fri, 10 Aug 2018 13:31:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a></p>
<p dir="auto">what is strange is that if you hover over the timestamp then it does show the correct time.<br />
Although I don’t know the server setup I would say that nowadays no server-ops should<br />
have troubles to install “clustered” servers with time sync - most OSes which<br />
support clustering do have it anyway and rely on it to work correctly.<br />
It’s really strange …</p>
<p dir="auto">Cheers<br />
Claudia</p>
<p dir="auto">Update: just said and proven to be incorrect. Just hovered, immediately after submitting the post,<br />
over the timestamp and … it is wrong.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34073</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34073</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 10 Aug 2018 13:31:40 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Fri, 10 Aug 2018 13:10:23 GMT]]></title><description><![CDATA[<p dir="auto">There have been times that immediately after hitting SUBMIT, I see “PeterJones posted 7 minutes ago”…</p>
<p dir="auto">I almost wonder if the timestamp issue here is similar to the one I described <a href="https://notepad-plus-plus.org/community/topic/16148/upload-success-but-must-refresh-browser-many-times-before-viewing-result" rel="nofollow ugc">in the browser refresh thread</a>: if there’s more than one server here, with different times – so that some people get one timestamp and some get the other.</p>
<p dir="auto">The other possibility I can think of: NodeBB might assign the timestamp when you hit REPLY and get the compose window, rather than when you hit SUBMIT.  So if you take longer to author and post your node, your post goes farther into the past.  (Though if you’re replying to an existing node, I don’t see how that would explain your post showing with an earlier timestamp than the one you’re replying to.  That goes back to my multiple-server-times hypothesis.)</p>
<p dir="auto"><strong>update</strong>: appropriately, this one showed up as exactly “7 minutes ago” like I said above. :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34072</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34072</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Fri, 10 Aug 2018 13:10:23 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Fri, 10 Aug 2018 12:17:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a></p>
<p dir="auto">Now it is back on track - thx for your image otherwise future readers must think we are insane :-)</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34071</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34071</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 10 Aug 2018 12:17:02 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Fri, 10 Aug 2018 12:12:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a></p>
<blockquote>
<p dir="auto">back to the future again</p>
</blockquote>
<p dir="auto">Yea, I’d much rather see <code>10-Aug-2018 7:47a</code> than <code>2 minutes ago</code> or <code>six months ago</code> anyway, but geez, if they’re going to do it that way (relatively), can’t they at least get it right?  This will be confusing to any future readers, so here is the progression of the last several posting timestamps, as of <code>RIGHT NOW</code>:</p>
<p dir="auto"><img src="https://camo.nodebb.org/88f79d9ffc4869f644145864648bf3ade34baa3c?url=https%3A%2F%2Fi.imgur.com%2FEZPSx2y.png" alt="Imgur" class=" img-fluid img-markdown" /></p>
<h4>It would be really cool to go to an <em>absolute timestamp</em> here, how can that be made to happen?</h4>
]]></description><link>https://community.notepad-plus-plus.org/post/34070</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34070</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Fri, 10 Aug 2018 12:12:36 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Fri, 10 Aug 2018 12:02:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a></p>
<p dir="auto">well sometimes you have to have changes in your life to keep it exciting :-)<br />
Seems we are back to future again - I answered your question 1 minute before you<br />
were asking it and you did it even 3 minutes before I was answering it :-D</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34069</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34069</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 10 Aug 2018 12:02:39 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Fri, 10 Aug 2018 11:58:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a></p>
<p dir="auto">Got it!  (I guess I expected them to be closer together, like is shown <a href="https://notepad-plus-plus.org/community/topic/16142/bullet-list-special-characters" rel="nofollow ugc">here</a>)</p>
<p dir="auto">:-D</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34068</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34068</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Fri, 10 Aug 2018 11:58:38 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Fri, 10 Aug 2018 11:55:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a></p>
<p dir="auto">well, might happen when you start scrolling :-D</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34067</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34067</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 10 Aug 2018 11:55:13 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Fri, 10 Aug 2018 11:53:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a></p>
<p dir="auto">I’m looking forward to seeing steps 2 and 3!  :-D</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34066</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34066</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Fri, 10 Aug 2018 11:53:56 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Thu, 09 Aug 2018 20:19:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andreas-wiese" aria-label="Profile: Andreas-Wiese">@<bdi>Andreas-Wiese</bdi></a></p>
<p dir="auto">if you are asking whether udl supports regex then the answer is no, not currently<br />
but if the question is if the python script could be used with regex then yes, it can and<br />
it is used in this example</p>
<p dir="auto"><img src="https://camo.nodebb.org/4af6c35b12111a62e4c847f9c87d9fe890bfbb03?url=https%3A%2F%2Fi.imgur.com%2FJnABXVn.png" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">As you see, only the keywords true and null have been defined, as well as<br />
two delimiters, one using ( and )  and the other for strings using ’ and ’</p>
<p dir="auto">A script to accomplish this could look like this</p>
<pre><code>from Npp import editor, notepad, NOTIFICATION, SCINTILLANOTIFICATION, INDICATORSTYLE

# to use this for a different language, three steps need to be done

# 1. replace the EnhancedUDLLexer string with a different but unique name,
# Note, checkout the string_needs_to_be_replace_here marks
try:
    # string_needs_to_be_replace_here
    EnhancedUDLLexer().main()
except NameError:

    # string_needs_to_be_replace_here
    class SingletonEnhancedUDLLexer(type):
        _instances = {}
        def __call__(cls, *args, **kwargs):
            if cls not in cls._instances:
                # string_needs_to_be_replace_here
                cls._instances[cls] = super(SingletonEnhancedUDLLexer, cls).__call__(*args, **kwargs)
            return cls._instances[cls]

    # string_needs_to_be_replace_here
    class EnhancedUDLLexer(object):

        # string_needs_to_be_replace_here
        __metaclass__ = SingletonEnhancedUDLLexer

        @staticmethod
        def set_indicator_attributes(indicator_number, fore=(0,0,0)):
            editor.indicSetFore(indicator_number, fore)
            editor.indicSetStyle(indicator_number, INDICATORSTYLE.TEXTFORE)
            return indicator_number


        @staticmethod
        def paint_it(indicator, pos, length):
            editor.setIndicatorCurrent(indicator)
            editor.indicatorFillRange(pos,length)


        def do_regex(self, regex, indicator, start_position, end_position):
            editor.setIndicatorCurrent(indicator)
            editor.indicatorClearRange(start_position, end_position-start_position)
            editor.research(regex,
                            lambda m: self.paint_it(indicator, m.span(0)[0], m.span(0)[1] - m.span(0)[0]),
                            0,
                            start_position,
                            end_position)


        def style(self):
            line_number = editor.getFirstVisibleLine()
            start_position = editor.positionFromLine(line_number)
            end_position = editor.getLineEndPosition(line_number + editor.linesOnScreen())
            for indicator, regex in self.regex_dict.items():
                self.do_regex(regex, indicator, start_position, end_position)


        def __init__(self):
            editor.callbackSync(self.on_updateui, [SCINTILLANOTIFICATION.UPDATEUI])
            notepad.callback(self.on_langchanged, [NOTIFICATION.LANGCHANGED])
            notepad.callback(self.on_bufferactivated, [NOTIFICATION.BUFFERACTIVATED])

            self.__is_lexer_doc = False
            self.get_lexer_name = lambda: notepad.getLanguageName(notepad.getLangType())


        def set_lexer_doc(self,bool_value):
            editor.setProperty(self.__class__.__name__, 1 if bool_value is True else -1)
            self.__is_lexer_doc = bool_value


        def on_bufferactivated(self,args):
            if self.get_lexer_name() == self.lexer_name and editor.getPropertyInt(self.__class__.__name__) != -1:
                self.__is_lexer_doc = True
            else:
                self.__is_lexer_doc = False


        def on_updateui(self,args):
            if self.__is_lexer_doc:
                self.style()


        def on_langchanged(self,args):
            self.set_lexer_doc(True if self.get_lexer_name() == self.lexer_name else False)


        def main(self):
            # 2. define the lexer language, normally like what is returned by notepad.getLanguageName
            self.lexer_name = 'udf - test'

            # 3. define needed indicator_ids, indicator_fore_colors and regexes
            self.regex_dict = {
                                self.set_indicator_attributes(18, fore=(131,255,245)) : u'([A-Za-z][\w+]*)(?=\()',
                                self.set_indicator_attributes(19, fore=(255,137,115)) : u'([A-Za-z][\w+]*)(?=\.)',
                              }

            self.set_lexer_doc(True)
            self.style()

    # string_needs_to_be_replace_here
    EnhancedUDLLexer().main()
</code></pre>
<p dir="auto">Note, focus was on portability not on performance and<br />
you need to call it for each of the two views npp supports if you want<br />
to have it automatically coloring udl docs in both views.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34059</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34059</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 09 Aug 2018 20:19:11 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Thu, 09 Aug 2018 11:37:16 GMT]]></title><description><![CDATA[<p dir="auto">Thank you for your reply. Well, at least in Java classes are recognizable by their capital letter at the front, while identifiers (method names/variable names) usually start with a lower case letter. Does your proposed thread say anything about regular expressions and how to use them with Notepad++? I’m not sure. Maybe I should go over it once more.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34042</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34042</guid><dc:creator><![CDATA[Andreas Wiese]]></dc:creator><pubDate>Thu, 09 Aug 2018 11:37:16 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Wed, 08 Aug 2018 22:21:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andreas-wiese" aria-label="Profile: Andreas-Wiese">@<bdi>Andreas-Wiese</bdi></a></p>
<p dir="auto">no, the current UDL version does not support it directly.<br />
A hack to get the method colored might be to use the dot as an opening delimiter<br />
and the open-round-bracket as a closing delimiter but the class is still open.</p>
<p dir="auto">Another, possible, approach is discussed <a href="https://notepad-plus-plus.org/community/topic/16125/colored-keywords-in-xml" rel="nofollow ugc">here</a>.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34036</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34036</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 08 Aug 2018 22:21:32 GMT</pubDate></item><item><title><![CDATA[Reply to Does the UDL miss the ablity to recognize methods and classes? on Wed, 08 Aug 2018 17:20:11 GMT]]></title><description><![CDATA[<p dir="auto">Maybe I’ve not been precisely enough. To clarify what I mean, here’s a screenshot: [<a href="http://fs1.directupload.net/images/180808/82g2vbd7.png" rel="nofollow ugc">http://fs1.directupload.net/images/180808/82g2vbd7.png</a>]</p>
<p dir="auto">The highlighting algorithm recognizes that there is a class/type to the left of the point and a method to the right of the point and displays both elements in the corresponding color.</p>
<p dir="auto">I’m looking for something similar for Notepad++.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/34029</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/34029</guid><dc:creator><![CDATA[Andreas Wiese]]></dc:creator><pubDate>Wed, 08 Aug 2018 17:20:11 GMT</pubDate></item></channel></rss>