ACS auto-completion for Notepad++

Sprites, textures, sounds, code, and other resources belong here. Share and share-alike!
Forum rules
Before posting your Resource, please make sure you can answer YES to any of the following questions:
  • Is the resource ENTIRELY my own work?
  • If no to the previous one, do I have permission from the original author?
  • If no to the previous one, did I put a reasonable amount of work into the resource myself, such that the changes are noticeably different from the source that I could take credit for them?
If you answered no to all three, maybe you should consider taking your stuff somewhere other than the Resources forum.

Consult the Resource/Request Posting Guidelines for more information.

Please don't put requests here! They have their own forum --> here. Thank you!
boris
Posts: 769
Joined: Tue Jul 15, 2003 3:37 pm

ACS auto-completion for Notepad++

Post by boris »

If anyone is interested, I created an ACS auto-complete file for Notepad++. It works alongside Blue Shadow's syntax highlighting. You just have to put the file in the "autoCompletion" directory inside your Notepad++ installation. You also need to rename the language imported from Blue Shadow's post from "ACS (LT)" or "ACS (DK)" to just "ACS" (or rename the autocompletion file to "acs (lt).xml" or "acs (dk).xml" and change the language in the file). Note that auto-completion will only work when typing lower case if only the "function complete" option is set (i.e. it doesn't work correctly with "function and word completion", apparently that's a known bug in Notepad++).

The file is generated by an ugly-ass Python script I wrote, I guess I'll have to clean that up and put it on GitHub or something.
You do not have the required permissions to view the files attached to this post.
Blue Shadow
Posts: 5039
Joined: Sun Nov 14, 2010 12:59 am

Re: ACS auto-completion for Notepad++

Post by Blue Shadow »

boris wrote:You also need to rename the language imported from Blue Shadow's post from "ACS (LT)" or "ACS (DK)" to just "ACS" (or rename the autocompletion file to "acs (lt).xml" or "acs (dk).xml" and change the language in the file).
I just pushed an update, so that will no longer be necessary.

Return to “Resources”