Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(327)

Side by Side Diff: lib/src/prism/tests/languages/autohotkey/important_feature.test

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #AllowSameLineComments
2 #ClipboardTimeout
3 #CommentFlag
4 #ErrorStdOut
5 #EscapeChar
6 #HotkeyInterval
7 #HotkeyModifierTimeout
8 #Hotstring
9 #IfWinActive
10 #IfWinExist
11 #IfWinNotActive
12 #IfWinNotExist
13 #Include
14 #IncludeAgain
15 #InstallKeybdHook
16 #InstallMouseHook
17 #KeyHistory
18 #LTrim
19 #MaxHotkeysPerInterval
20 #MaxMem
21 #MaxThreads
22 #MaxThreadsBuffer
23 #MaxThreadsPerHotkey
24 #NoEnv
25 #NoTrayIcon
26 #Persistent
27 #SingleInstance
28 #UseHook
29 #WinActivateForce
30
31 ----------------------------------------------------
32
33 [
34 ["important", "#AllowSameLineComments"],
35 ["important", "#ClipboardTimeout"],
36 ["important", "#CommentFlag"],
37 ["important", "#ErrorStdOut"],
38 ["important", "#EscapeChar"],
39 ["important", "#HotkeyInterval"],
40 ["important", "#HotkeyModifierTimeout"],
41 ["important", "#Hotstring"],
42 ["important", "#IfWinActive"],
43 ["important", "#IfWinExist"],
44 ["important", "#IfWinNotActive"],
45 ["important", "#IfWinNotExist"],
46 ["important", "#Include"],
47 ["important", "#IncludeAgain"],
48 ["important", "#InstallKeybdHook"],
49 ["important", "#InstallMouseHook"],
50 ["important", "#KeyHistory"],
51 ["important", "#LTrim"],
52 ["important", "#MaxHotkeysPerInterval"],
53 ["important", "#MaxMem"],
54 ["important", "#MaxThreads"],
55 ["important", "#MaxThreadsBuffer"],
56 ["important", "#MaxThreadsPerHotkey"],
57 ["important", "#NoEnv"],
58 ["important", "#NoTrayIcon"],
59 ["important", "#Persistent"],
60 ["important", "#SingleInstance"],
61 ["important", "#UseHook"],
62 ["important", "#WinActivateForce"]
63 ]
64
65 ----------------------------------------------------
66
67 Checks for all important keywords.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698