On Wed, Sep 5, 2012 at 1:15 PM, Michael Meeks <michael.meeks@suse.com> wrote:
Of course, if you really don't want to look into / learn that; I had
another idea that'd be great to get implemented:
https://bugs.freedesktop.org/show_bug.cgi?id=39439
Alright, let me see if I understand this one correctly first. You
basically want people to be able to find out what gets "#define" 'd in
what rc files ? So for example, you want people to search for
"FL_RECORD" to discover that that gets defined in
'./sw/source/ui/envelp/mailmrge.hrc" ?
If that is true, I guess I could work on a shell script that does
something like this :
find /usr/local/src/libreoffice -name \*.\?rc -exec grep "FL_RECORD" {} \;
of course, those searches will take a while and will have to be
executed on the Linux cmd prompt, so that will be no good for Windows
users.
But again, I feel things similar to this must have been done before
elsewhere. Arent there program around that tell you what gets #define
'd in which /usr/include header files ? Dont some IDE's even do stuff
like that for you automagically ? Surely it would be far easier to
modify such logic to work on those *.?rc files than to start from
scratch completely ?
- John Smith.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.