Re: [fpc-pascal] alternative source format

2005-07-13 Thread L505
| i had in mind something like unified project format for all pascal's IDEs. | Open XML formats are popular in open source world now. But i do not think I think Pascal code and basic config files are a lot easier to read than XML and all the tags. I think XML obfuscates the pascal code. With some

Re: [fpc-pascal] alternative source format

2005-07-13 Thread Rimgaudas Laucius
Hello, i had in mind something like unified project format for all pascal's IDEs. Open XML formats are popular in open source world now. But i do not think this idea were anymore. > > Hello, > > Hi, > > > the problem is that IDEs like FP and others have no exact > > place where to store compiler

Re: [fpc-pascal] alternative source format

2005-07-12 Thread Marc Santhoff
Am Dienstag, den 12.07.2005, 12:01 +0300 schrieb Rimgaudas Laucius: > Hello, Hi, > the problem is that IDEs like FP and others have no exact > place where to store compiler configuration switches and > other program (project) related info. For examle if user set > switches in FP, they effect a

Re: [fpc-pascal] alternative source format

2005-07-12 Thread Michael Van Canneyt
On Tue, 12 Jul 2005, Rimgaudas Laucius wrote: Hello, the problem is that IDEs like FP and others have no exact place where to store compiler configuration switches and other program (project) related info. For examle if user set switches in FP, they effect all opened units, so there is no pos

[fpc-pascal] alternative source format

2005-07-12 Thread Rimgaudas Laucius
Hello, the problem is that IDEs like FP and others have no exact place where to store compiler configuration switches and other program (project) related info. For examle if user set switches in FP, they effect all opened units, so there is no possibility to configure each unit differently if