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.
ACS auto-completion for Notepad++
Forum rules
Before posting your Resource, please make sure you can answer YES to any of the following questions:
Consult the Resource/Request Posting Guidelines for more information.
Please don't put requests here! They have their own forum --> here. Thank you!
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?
Consult the Resource/Request Posting Guidelines for more information.
Please don't put requests here! They have their own forum --> here. Thank you!
-
- Posts: 769
- Joined: Tue Jul 15, 2003 3:37 pm
ACS auto-completion for Notepad++
You do not have the required permissions to view the files attached to this post.
-
- Posts: 5039
- Joined: Sun Nov 14, 2010 12:59 am
Re: ACS auto-completion for Notepad++
I just pushed an update, so that will no longer be necessary.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).