Store userDefineLang_Dockerfile.xml at
%AppData%\Roaming\Notepad++\userDefineLangs\userDefineLang_Dockerfile.xml
and select Language > Dockerfile in Notepad++.
Since Dockerfile has no extension, the style is not automatically applied.
Store userDefineLang_Dockerfile.xml at
%AppData%\Roaming\Notepad++\userDefineLangs\userDefineLang_Dockerfile.xml
and select Language > Dockerfile in Notepad++.
Since Dockerfile has no extension, the style is not automatically applied.
| Sub LangInFrames() | |
| scount = ActivePresentation.Slides.Count | |
| For j = 1 To scount | |
| fcount = ActivePresentation.Slides(j).Shapes.Count | |
| For k = 1 To fcount | |
| If ActivePresentation.Slides(j).Shapes(k).HasTextFrame Then | |
| ActivePresentation.Slides(j).Shapes(k).TextFrame.TextRange _ | |
| .LanguageID = msoLanguageIDEnglishUK | |
| End If | |
| Next k |