[fpc-pascal] Problems with fpdoc

2012-01-02 Thread dhkblaszyk
Hi, I seem to have some problems using fpdoc in combination with html tags. When I enter some text (taken from the documentation) I get compilation errors: Text used: With Strings do For i:=Count-1 downto 0 do Delete(i); Compilation errors: [] Invalid description (illegal XML eleme

Re: [fpc-pascal] Problems with fpdoc

2012-01-02 Thread michael . vancanneyt
On Mon, 2 Jan 2012, dhkblas...@zeelandnet.nl wrote: Hi, I seem to have some problems using fpdoc in combination with html tags. When I enter some text (taken from the documentation) I get compilation errors: Text used: With Strings do For i:=Count-1 downto 0 do Delete(i); Compilation err

Re: [fpc-pascal] Problems with fpdoc

2012-01-02 Thread michael . vancanneyt
On Mon, 2 Jan 2012, dhkblas...@zeelandnet.nl wrote: Here's the xml file. See attached. The problem code is around line 235. With Strings do For i:=Count-1 downto 0 do Delete(i); Is wrong. the tag must be at the same level as a tag, and cannot appear in a tag. It should be

Re: [fpc-pascal] Problems with fpdoc

2012-01-02 Thread dhkblaszyk
Thanks for the help. After also re-reading the documentation I now better understand how to use fpdoc. No more error messages anymore However, including an image in the documentation does not work unfortunately. After generating the chm file the image is not shown and an alternative text

Re: [fpc-pascal] Problems with fpdoc

2012-01-02 Thread michael . vancanneyt
On Mon, 2 Jan 2012, dhkblas...@zeelandnet.nl wrote: Thanks for the help. After also re-reading the documentation I now better understand how to use fpdoc. No more error messages anymore However, including an image in the documentation does not work unfortunately. After generating the c

[fpc-pascal] Adding code indentation without Lazarus

2012-01-02 Thread luciano de souza
hello listers, A blind programer doesn't matter whether a code is indented. That's my case. For us, it's natural to disregard all code formatation. In spite of that, the indentation is crucial. If my code is read by sighted programers, they will be disturbed. So if it's possible, I want to type

Re: [fpc-pascal] Problems with fpdoc

2012-01-02 Thread Marco van de Voort
In our previous episode, michael.vancann...@wisa.be said: > > the same directory as the .xml file is and from where the chm file is > > generated from. > > > > All relevant files and scripts are in SVN. > > CHM ? This is for Marco. I don't think it differs from html. Some questions that come to m

Re: [fpc-pascal] Adding code indentation without Lazarus

2012-01-02 Thread Vinzent Höfler
On Mon, 02 Jan 2012 15:12:15 +0100, luciano de souza wrote: So I ask: Does someone know a commandline tool that indents the code automatically? Try 'ptop'. It comes with FPC already. Vinzent. ___ fpc-pascal maillist - fpc-pascal@lists.freepasc

Re: [fpc-pascal] Problems with fpdoc

2012-01-02 Thread Darius Blaszyk
On Jan 2, 2012, at 3:23 PM, Marco van de Voort wrote: > In our previous episode, michael.vancann...@wisa.be said: >>> the same directory as the .xml file is and from where the chm file is >>> generated from. >>> >>> All relevant files and scripts are in SVN. >> >> CHM ? This is for Marco. > >

Re: [fpc-pascal] Problems with fpdoc

2012-01-02 Thread michael . vancanneyt
On Mon, 2 Jan 2012, Marco van de Voort wrote: In our previous episode, michael.vancann...@wisa.be said: the same directory as the .xml file is and from where the chm file is generated from. All relevant files and scripts are in SVN. CHM ? This is for Marco. I don't think it differs from

Re: [fpc-pascal] Adding code indentation without Lazarus

2012-01-02 Thread michael . vancanneyt
On Mon, 2 Jan 2012, luciano de souza wrote: hello listers, A blind programer doesn't matter whether a code is indented. That's my case. For us, it's natural to disregard all code formatation. In spite of that, the indentation is crucial. If my code is read by sighted programers, they will b

Re: [fpc-pascal] Adding code indentation without Lazarus

2012-01-02 Thread Marco van de Voort
In our previous episode, michael.vancann...@wisa.be said: > > My editor is Gedit. In Linux, there are not lots of accessible > > editors. For this reason, I don't think I will get a plugin to do it > > for me. > > > > So I ask: Does someone know a commandline tool that indents the code > > automati

Re: [fpc-pascal] Problems with fpdoc

2012-01-02 Thread Marco van de Voort
In our previous episode, michael.vancann...@wisa.be said: > > Upon reading, my first guess would be that either that specification how > > paths are transformed is murky (and it just "happens" to work with latex), > > or some transformation is missing in this specific case. > > Nono, when implemen

Re: [fpc-pascal] -OoASMCSE

2012-01-02 Thread Bernd
This seems to work: http://pastebin.com/E3LYfJCx (used with 2.6.0) Is this how it should look like or am I doing something completely stupid or did I forget something important? With this code (as a replacement for asmcse) the compiler would pass the complete bootstrap cycles without errors and

Re: [fpc-pascal] -OoASMCSE

2012-01-02 Thread Jonas Maebe
On 02 Jan 2012, at 17:56, Bernd wrote: > This seems to work: > > http://pastebin.com/E3LYfJCx (used with 2.6.0) > > Is this how it should look like or am I doing something completely > stupid or did I forget something important? At first sight, one important thing you forgot is that a single

Re: [fpc-pascal] -OoASMCSE

2012-01-02 Thread Bernd
2012/1/2 Jonas Maebe : > At first sight, one important thing you forgot is that a single memory > location can be aliased by multiple pointers. Simply checking whether the > base register and offsets match is not enough I have not yet found out how to accomplish this. Wouldn't I need to also kn

Re: [fpc-pascal] Problems with fpdoc

2012-01-02 Thread Darius Blaszyk
On Jan 2, 2012, at 5:31 PM, Marco van de Voort wrote: > In our previous episode, michael.vancann...@wisa.be said: >>> Upon reading, my first guess would be that either that specification how >>> paths are transformed is murky (and it just "happens" to work with latex), >>> or some transformation

Re: [fpc-pascal] Adding code indentation without Lazarus

2012-01-02 Thread Luciano de Souza
I have tested ptop with very good results. It does really what I want. As it is possible to get the default cfg with '-g", we can change it and call the changed cfg with '-c'. It's really a powerful and easy tool. Em 02-01-2012 14:29, Marco van de Voort escreveu: In our previous episode, mich

[fpc-pascal] Re: Finished full JVM Android application

2012-01-02 Thread herux
good job. I will learn it. thank you - - -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/Finished-full-JVM-Android-application-tp5103112p5116210.html Sent from the Free Pascal - General mailing list archive at Nabble.com. _