Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
F2 to toggle back and forth
#1
I have a suggestion

In the AutoText file, press F2 to toggle back and forth between item definitions and subfunctions

If the items is defined a lot, this feature is very friendly


Attached Files Image(s)
   
#2
In QM3 will not need subfunctions. Use C# lambda:
Code:
Copy      Help
var x = Triggers.Autotext;
x["ata"] = o => o.ReplaceWithAutoInputDialog("china");
x["tes"] = o => {
,var s =
@"eng name
eng name2";
,o.ReplaceWithAutoInputDialog(s);
};
x["te"] = o => o.Replace("hello");
...
#3
QM3 looks good   Tongue


Forum Jump:


Users browsing this thread: 1 Guest(s)