[BUG_FIXED] Fix url link style problem in php document.
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@985 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
1ec4e68ed5
commit
1e9690998d
@ -789,6 +789,9 @@ SectionGroup "Localization" localization
|
||||
Section /o "Arabic" arabic
|
||||
CopyFiles "$TEMP\nppLocalization\arabic.xml" "$INSTDIR\localization\arabic.xml"
|
||||
SectionEnd
|
||||
Section /o "Aragonese" aragonese
|
||||
CopyFiles "$TEMP\nppLocalization\aragonese.xml" "$INSTDIR\localization\aragonese.xml"
|
||||
SectionEnd
|
||||
Section /o "Aranese" aranese
|
||||
CopyFiles "$TEMP\nppLocalization\aranese.xml" "$INSTDIR\localization\aranese.xml"
|
||||
SectionEnd
|
||||
@ -1464,6 +1467,9 @@ SectionGroup un.localization
|
||||
Section un.arabic
|
||||
Delete "$INSTDIR\localization\arabic.xml"
|
||||
SectionEnd
|
||||
Section un.aragonese
|
||||
Delete "$INSTDIR\localization\aragonese.xml"
|
||||
SectionEnd
|
||||
Section un.aranese
|
||||
Delete "$INSTDIR\localization\aranese.xml"
|
||||
SectionEnd
|
||||
|
@ -2057,7 +2057,7 @@ void Notepad_plus::addHotSpot()
|
||||
|
||||
LangType type = _pEditView->getCurrentBuffer()->getLangType();
|
||||
|
||||
if (type == L_HTML)
|
||||
if (type == L_HTML || type == L_PHP || type == L_ASP || type == L_JSP)
|
||||
mask = INDIC2_MASK;
|
||||
else if (type == L_PS)
|
||||
mask = 16;
|
||||
|
Loading…
Reference in New Issue
Block a user