#Fix for new docs (incorrect old URL in Help -> Contents) sed -i -e "s|http://www.freepascal.org/down/docs/docs.html|ftp://ftp.freepascal.org/pub/fpc/dist/|g" ./ide/wconstse.inc #Fix for better result sed -i -e "s|Write(' Press any key to return to IDE');|Writeln(' Press any key to return to IDE');|g" ./ide/fpide.pas #Fix for templates (don't work File -> New from Templates...) cp -pfR ./ide/*.pt /usr/lib/fpc/2.6.0/ide/text/ Now incorrect: /usr/lib/fpc/2.6.0/ide/gplprog.pt /usr/lib/fpc/2.6.0/ide/gplunit.pt /usr/lib/fpc/2.6.0/ide/program.pt /usr/lib/fpc/2.6.0/ide/unit.pt
Keywords: (none) => Junior_jobHardware: i586 => AllSource RPM: (none) => fpc
the first 2 should be reported upstream
CC: (none) => nicolas.lecureuil
Reported into upstream, but no effect.
I think it's better don't touch fp from fpc package, it's upstream problems. I have own projects: http://code.google.com/p/fp-ide-en http://code.google.com/p/fp-ide-ru with realy full Textmode Free Pascal IDE for English and Russian.
Status: NEW => RESOLVEDResolution: (none) => WONTFIX