04-02-2014, 07:34 AM
Thank you. Let me comment some.
1. ?
2. I often need to copy name. Path also useful. Probably will add 'Copy name Ctrl+C' and 'Copy path Ctrl+Shift+C'.
3. Now the first 3 characters of control text are added to the variable name.
Tip: In macro you can declare reference variables like str& k=cb1002Sel and then use k instead of cb1002Sel.
4. This should be in 2.4.2 or 3.
5. Isn't it #ret ?
6. Now can use ARRAY(lpstr) and tok with flag 1:
str s="one[]two[]three"; ARRAY(lpstr) a; tok s a -1 "[]" 1
s still contains the strings, but newlines are replaced to null characters. a elements point to strings in s.
9. You can copy file. Maybe will add functions _qmfile.Backup and _qmfile.GetLoadedFiles.
14, 13, 10. Probably will add something like this.
1. ?
2. I often need to copy name. Path also useful. Probably will add 'Copy name Ctrl+C' and 'Copy path Ctrl+Shift+C'.
3. Now the first 3 characters of control text are added to the variable name.
Tip: In macro you can declare reference variables like str& k=cb1002Sel and then use k instead of cb1002Sel.
4. This should be in 2.4.2 or 3.
5. Isn't it #ret ?
6. Now can use ARRAY(lpstr) and tok with flag 1:
str s="one[]two[]three"; ARRAY(lpstr) a; tok s a -1 "[]" 1
s still contains the strings, but newlines are replaced to null characters. a elements point to strings in s.
9. You can copy file. Maybe will add functions _qmfile.Backup and _qmfile.GetLoadedFiles.
14, 13, 10. Probably will add something like this.
