Skip to content

errorcalc/JustRadUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JustRadUtils

Delphi IDE wizard for insert Int64 ID (YYYYMMDDhhnnss) to source code, for asserts

Using:

  1. Install
  2. Just click "Insert Int64 ID (YYYYMMDDhhnnss)" in editor menu

Examples of use:

if TryGetNamedSymbol(Name, Symbol) then
  WriteSymbol(Symbol)
else
  CompilerFail(20240723054605); // <- YYYYMMDDhhnnss id
CompilerAssert(Declaration.Name <> nil, 20250214033529); // <- YYYYMMDDhhnnss id

About

Delphi IDE wizard for insert Int64 ID (YYYYMMDDhhnnss) to source code, for asserts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages