hello
I'm just switching from textpad to notepad++. looks good so far. is there a way to clean up my code htm/php with the insertions? so that this code:
if(bla) {
bla
for (bla)
{
blabla
}
}
going to something like:
if(bla) {
bla
for (bla)
{
blabla
}
}
thx a lot and cheers
tlz
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sourceforge doesn't preserve your leading spaces but you can try Plugins | TextFX Edit | Reindent C++ code. PHP looks a lot like C++ and the little PHP code I've tested reindents quite well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello
I'm just switching from textpad to notepad++. looks good so far. is there a way to clean up my code htm/php with the insertions? so that this code:
if(bla) {
bla
for (bla)
{
blabla
}
}
going to something like:
if(bla) {
bla
for (bla)
{
blabla
}
}
thx a lot and cheers
tlz
Sourceforge doesn't preserve your leading spaces but you can try Plugins | TextFX Edit | Reindent C++ code. PHP looks a lot like C++ and the little PHP code I've tested reindents quite well.