Bug 8619

Summary: Some fixes for fp (IDE from package fpc)
Product: Mageia Reporter: Alex Loginov <loginov_alex>
Component: RPM PackagesAssignee: Mageia Bug Squad <bugsquad>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: Normal CC: mageia
Version: CauldronKeywords: Junior_job
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: fpc CVE:
Status comment:

Description Alex Loginov 2013-01-07 05:46:00 CET
#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
Alex Loginov 2013-01-07 05:46:33 CET

Keywords: (none) => Junior_job
Hardware: i586 => All
Source RPM: (none) => fpc

Comment 1 Nicolas Lécureuil 2013-05-13 22:21:00 CEST
the first 2 should be reported upstream

CC: (none) => nicolas.lecureuil

Comment 2 Alex Loginov 2013-05-13 23:50:16 CEST
Reported into upstream, but no effect.
Comment 3 Alex Loginov 2014-01-20 10:47:37 CET
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 => RESOLVED
Resolution: (none) => WONTFIX