Enable autocomplete .api files?

Does anyone know how to automatically exit Notepad ++ using the .API files provided on the N ++ site? Autocomplete works fine for me in languages ​​with an XML autocomplete file in the API folder, but doesn’t work completely for languages ​​that use the .API file (ruby, AutoIt and others).

From what I was able to find on the Internet, all I have to do is copy the .API or .XML file to the API folder and make sure that the file name matches the language name in the language menu. I exit N ++ to make sure that this is not a refresh issue at startup.

On the N ++ site, I copied the Ruby.apt and AHK Autohotkey.api files to the API folder:

C: \ Program Files \ Notepad ++ \ plugins \ APIs

I am running the latest Notepad ++, v5.4.3. I tried it in Notepad ++ 5.3.x on three machines before upgrading.

+3
source share
1 answer

Just use this one. Name it ruby.xml and put it in the plugins \ APIs folder

Notepad ++ Ruby API XML File

I made this from ruby.api file. But I guess it is not completed in regrad for the ruby ​​standard library.

+5
source

Source: https://habr.com/ru/post/1710492/


All Articles