Dave Corley
|
090a389feb
|
Cleanup(idvalidator): Just don't use isValid function and instead
directly check if input is a printable char
|
2024-02-22 02:52:58 -06:00 |
|
Dave Corley
|
9fc66d5de6
|
Fix(idvalidator): Allow any printable character in refIds
|
2024-02-21 15:25:13 -06:00 |
|
clang-format-bot
|
ddb0522bbf
|
Apply clang-format to code base
|
2022-09-22 21:35:26 +03:00 |
|
elsid
|
f99ed6f1db
|
Split components/misc/stringops.hpp into multiple headers
Replace all ciEqual overloads with one having std::string_view as argument.
|
2022-08-03 22:06:24 +02:00 |
|
Andrei Kortunov
|
f9d42ed396
|
Fix MSVC's C4267 warnings
|
2021-05-12 10:34:39 +04:00 |
|
scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
2015-08-18 23:06:12 +02:00 |
|
Scott Howard
|
e2ef8c4022
|
fix -Wnewline-eof warnings
|
2015-03-11 10:54:45 -04:00 |
|
Marc Zinnschlag
|
2b9395333a
|
fixed error detection and improved error reporting in IdValidator
|
2014-08-15 13:11:55 +02:00 |
|
Marc Zinnschlag
|
c66dfe67b1
|
integrated namespace widget into input field (GenericCreator)
|
2014-08-14 14:21:34 +02:00 |
|
Marc Zinnschlag
|
67bc0a0c70
|
additional modification to the IDValidator (restricting relaxed mode slightly more)
|
2013-10-22 11:32:10 +02:00 |
|
Marc Zinnschlag
|
aa61948801
|
relaxed rules for new IDs when ID is also a user visible text
|
2013-10-22 11:08:37 +02:00 |
|
Marc Zinnschlag
|
32c697abc6
|
validate IDs entered by the user
|
2013-07-28 14:40:11 +02:00 |
|