Update bulgarian.xml#1
Merged
donho merged 1 commit intonotepad-plus-plus:masterfrom Apr 18, 2015
rddim:master
Merged
Conversation
This was referenced Apr 20, 2015
Closed
Merged
Closed
nikkra-code
referenced
this pull request
in nikkra-code/notepad-plus-plus
Dec 21, 2015
…h with Run-Time Check Failure #1 - A cast to a smaller data type has caused a loss of data. Use of WinAPI GetGValue() macro replaced with a new macro GetGValueFix() defined in accordance with MSDN community additions to GetGValue() https://msdn.microsoft.com/en-us/library/windows/desktop/dd144893%28v=vs.85%29.aspx
5455945
added a commit
to 5455945/notepad-plus-plus
that referenced
this pull request
Sep 3, 2016
Closed
MAPJe71
referenced
this pull request
in MAPJe71/Notepad-Plus-Plus_Fork
Sep 25, 2016
- Updated file header and `associationMap`-header. - Changed order of associations and parsers to follow ascending 'langID' numerical values. - Removed `displayMode` attributes (are not used). - Make functionList.xml XML compliant. - Put set of characters in same order in all character groups. - Correct `)/` to `/)` in `commentExpr`-attribute. - Add pattern modifier to multi-line comment expression. - Add pattern modifier to single-line comment expression. - When applicable remove outer most parentheses of `commentExpr`-attribute. - As an underscore is part of character class `\w` (equals group `[A-Za-z0-9_]`) remove the underscore when both are used in the same group. - Replace the `A-Za-z0-9_` set in a group with character class `\w` as they are equal. - No need to put one character class in a group e.g. change `[\w]` to `\w`. - Replace space character with its hexdecimal representation i.e. \x20. - Corrected Python parser i.e. renamed `funcNameExpr` to `nameExpr` in function-parser part. - Changed use of L_JS (19) to L_JAVASCRIPT (58).
Closed
Closed
Closed
Closed
Closed
1 task
1 task
1 task
This was referenced Dec 28, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.