erinata / FingerText

Tab triggered snippet plugin for Notepad++.
https://sourceforge.net/projects/fingertext/
146 stars 32 forks source link

Unable to get a certain dynamic list hotspot to work. #36

Open CSoest opened 11 years ago

CSoest commented 11 years ago

I am working with getting a snippet to give a user a Listbox choice between Nothing, and the particular line or block of script. For some reason when ever the "AnimationArray = AnimationListArray" line is hit it is removed automatically when tabbing too it.

I am assuming I have a syntax error or something but I have been unable to find any thing. Any advice?

P.S. Is there a better way to allow the user to choose between nothing and something without a empty carriage return being left in place of the "nothing"?

Here is the data I am using: TriggerText = desc Scope = GLOBAL Content =

$[![(lis)ActorDesc|base/npcdesc]!] {
$[![(lis)Name = "$[![Name]!]";|]!] $[![(lis)|AnimationArray = AnimationListArray { AnimationLists = array (

$[![(run)C:_Vigil\Project4\assets\mainline\build\scripts\helpers\getPackageName.bat]!]/$[![(key)FILENAME]!]_Animations,

    );
};]!]

}[>END<]