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
/
main.java
10 lines
94 B
Java
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
}
public
class
{
untitled
}
{
Remove extra blank line. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4298 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-10-12 11:13:39 +00:00
Change array type syntax in Java file template Square brackets following the element type are more common.
2016-06-15 23:05:09 +02:00
public
static
void
main
(
String
[
]
args
)
{
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
}
}
Reference in New Issue
Copy Permalink