##// END OF EJS Templates
Replaces QString unit by a new struct...
Replaces QString unit by a new struct The Unit struct contains a flag that indicates if it's a time unit or not. It will be used to set the correct ticker for axes on a graph (default ticker or datetime ticker)

File last commit:

r2:451739a45362
r177:4c64b786fec1
Show More
default
26 lines | 491 B | text/plain | TextLexer
#!/usr/bin/tclsh
# This file defines the set of scripts (rules) that should be executed
# by default (if no specific profile is named when vera++ is launched).
set rules {
IPSIS_F11
IPSIS_F13
IPSIS_S01
IPSIS_S02
IPSIS_S03
IPSIS_S04_FILENAME
IPSIS_S04_NAMESPACE
IPSIS_S04_CLASS
IPSIS_S04_ENUM
IPSIS_S04_TYPEDEF
IPSIS_S04_METHOD
IPSIS_S04_VARIABLE
IPSIS_S05
IPSIS_S06
IPSIS_S09
IPSIS_C01
IPSIS_C09
IPSIS_C11
}