Skip to main content

Notifications

Announcements

No record found.

AL Language for Notepad++

Hello Team!

Today I read a brilliant blog post about C/AL Language for Notepad++ editor by MrinMaX:

https://community.dynamics.com/nav/f/34/t/313798

It's cool to have colored highlight for key words not only in development environment but also in most popular text editor. And I've made AL language for it based on C/AL from MrinMaX.

You could download AL.xml file from this repository:

https://dev.azure.com/baludin/Blog/_git/AlPlusPlus

Short instruction how to install it:

  1.  Open Notepad ++ and push Language ->Define Your Language
  2. Push Import button and select downloaded AL.xml file
  3.  Restart Notepad ++, open any *.al file and push Language -> AL

After that you will see next:

al_2B002B00_.JPG

Hope it will be useful for you and send me a message if I forgot to highlight some keywords.

Comments

*This post is locked for comments

  • Erol Profile Picture Erol 192
    Posted at
    Thanks, now I got it.
  • Erol Profile Picture Erol 192
    Posted at
    I cannot download AL.xml file from dev.azure.com/.../AlPlusPlus since it requires logon...and if I logon with my credentials, then error "The user ... is not authorized to access this resource" Please make AL.xml available somewhere else or remove login restriction if possible.