This website requires JavaScript.
Explore
Help
Sign In
HybridDog
/
geany
Watch
1
Star
0
Fork
0
You've already forked geany
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
geany
/
data
/
templates
/
files
/
program.pas
13 lines
74 B
ObjectPascal
Raw
Normal View
History
Unescape
Escape
Move filetype template defaults into custom file template files. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4273 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-09-30 17:40:10 +00:00
{fileheader}
Don't translate program name directive in Pascal file template Pascal code only accepts an identifier in the program name directive, but {untitled} wildcard gets replaced with a translated string that may not be a valid Pascal identifier. Moreover, the directive being part of the source of the program it's good practice for it to be in English anyway. Closes #3602314.
2013-03-08 18:32:47 +01:00
program
untitled
;
Move filetype template defaults into custom file template files. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4273 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-09-30 17:40:10 +00:00
uses
crt
;
var
i
:
byte
;
BEGIN
END
.
Reference in New Issue
Copy Permalink