[Lazarus] Is there a tool to list all the string literals in your application?

ik idokan at gmail.com
Tue Jan 4 14:42:55 CET 2011


If you are using resourcestring, then FPC extract an rst file for that. If
you wish to have all of the strings extracted, then there is none that I
know of.

Ido


LINESIP - Opening the source for communication
http://www.linesip.com
http://www.linesip.co.il




2011/1/4 Frank Church <vfclists at gmail.com>

>
>
> 2011/1/4 ik <idokan at gmail.com>
>
> On linux you have a command named "strings"
>>
>> $ strings <app>
>>
>> Ido
>>
>>
>
> Is there some Lazarus/FPC related app to do that?
>
> I am interested in one that parses the source code rather than the
> executable.
>
> Can some development related utility find all the string literals and print
> out their line numbers?
>
>
>
>> LINESIP - Opening the source for communication
>> http://www.linesip.com
>> http://www.linesip.co.il
>>
>>
>>
>>
>> 2011/1/4 Frank Church <vfclists at gmail.com>
>>
>>>
>>> Is there a tool to list all the string literals in your application?
>>>
>>> I want to list all the strings in my app and save them in a file or look
>>> up table from which I can change them or translate them
>>> to a different language if necessary.
>>>
>>> Is there some app to do that?
>>>
>>> --
>>> Frank Church
>>>
>>> =======================
>>> http://devblog.brahmancreations.com
>>>
>>> --
>>> _______________________________________________
>>> Lazarus mailing list
>>> Lazarus at lists.lazarus.freepascal.org
>>> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>>>
>>>
>>
>> --
>> _______________________________________________
>> Lazarus mailing list
>> Lazarus at lists.lazarus.freepascal.org
>> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>>
>>
>
>
> --
> Frank Church
>
> =======================
> http://devblog.brahmancreations.com
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20110104/59d375d4/attachment-0003.html>


More information about the Lazarus mailing list