Multiple logic in File Types Event Tab

I am interested in being able to use multiple (about 4) global variables to switch how the system handles certain files. Currently I can only see how to create the logic for two. Have tried some other syntax with no luck.

@ifset:$glob:Notepad++
"C:\Program Files (x86)\Notepad++\notepad++.exe" {filepath}
@ifset:else
"C:\Program Files\Adobe\Adobe Dreamweaver CC 2017\Dreamweaver.exe" {filepath}

for example the global variables I want to switch on are Notepad++, Dreamweaver, Visual Studio, and AceText? Thanks

@ifset:$glob:Notepad++
"C:\Program Files (x86)\Notepad++\notepad++.exe" {filepath}
@ifset:$glob:Dreamweaver
"C:\Program Files\Adobe\Adobe Dreamweaver CC 2017\Dreamweaver.exe" {filepath}
@ifset:$glob:Photoshop
...etc...

Thought I tried that... I must have missed something. This is super, your support is super duper! Thank you