Results 188 comments of rdipardo

[Lexilla](https://github.com/ScintillaOrg/lexilla/issues) bug, here: https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f7de2076c3ed052422a05a31ec7d45ad714753f8/lexilla/lexers/LexHTML.cxx#L1521-L1522 The `

Perhaps the description and/or commit message should mention #1148?

> ? why removed To get [your attention](https://github.com/geany/geany-plugins/pull/1241#issuecomment-1464731699), it seems.

@asifamin13, > Fixed a bug to address a case when nested brackets weren't getting their color updated when their parent gets updated Looks like a good improvement. In the future,...

The styling is what another user asked for: #5894 Before b3ff400 was committed, it [only applied to decorators](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/5894#issuecomment-1978175262). It would be nice if there were [user options](https://github.com/notepad-plus-plus/notepad-plus-plus/issues/12213) to set lexer...

For now, you can use the Style Configurator to hide the unwanted style. #### Before #### After

@benrg What happens when you delete all the `.`s?

An alternative workaround is to install the [NppExec](https://github.com/d0vgan/nppexec#readme) plugin and run this script: set SCI_SETPROPERTY=4004 SCI_SENDMSG $(SCI_SETPROPERTY) "lexer.python.identifier.attributes" "0"

Fixed in Lexilla 5.4.3: ScintillaOrg/lexilla@df5fefe

Known issue, (from even before the Scintilla upgrade in v8.4): > Double-clicking a Hebrew word in **RTL**, the word is selected properly. Double-clicking a Hebrew word in **LTR**, random characters...