office-gobmx/bin
Jeroen Nijhof e81212315b find-german-comments -l crashed for a too long path name
In calculating how many tabs to use for the display,
when the path was more than 40 characters (like for
dbaccess/source/ui/relationdesign/RelationTableView.cxx)
it returned '1, 0' for the number of tabs --
and python didn't like that. Return 1 instead.

Change-Id: If370ffe03b4aff67ca59094dd38863986ca39519
Reviewed-on: https://gerrit.libreoffice.org/9239
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
2014-05-03 10:42:16 +00:00
..
text_cat Speed up find-german-comments: speed up text_cat -s 2014-05-02 09:15:51 +00:00
bash-completion.in
benchmark-document-loading
convwatch.py
count-todo-dialogs
distro-install-clean-up
distro-install-desktop-integration
distro-install-file-lists
distro-install-sdk
fake_pom.xml
find-german-comments find-german-comments -l crashed for a too long path name 2014-05-03 10:42:16 +00:00
find-undocumented-classes
find-unusedheaders.pl
findunusedcode callcatcher: hide glTF methods from easy list 2014-04-26 12:29:08 +01:00
fixincludeguards.sh fixincludeguards.sh: improve regex 2014-04-19 11:10:10 +02:00
fuzzfiles
gbuild-to-ide
generate-bash-completion
get-bugzilla-attachments-by-mimetype add image/x-sun-raster mimetype 2014-04-16 20:26:42 +01:00
get_config_variables
git-new-module-workdir
git-new-workdir
git-ps1
ios-mapfile-statistics Improve command line handling, don't read stdin 2014-04-25 11:05:41 +03:00
java-set-classpath.in
lint-ui.py
lo-all-static-libs Don't create an icudata library for iOS 2014-04-12 20:34:49 +03:00
lo-commit-stat
lo-generate-source-tarball
lo-pack-sources
lo-xlate-lang
module-deps.pl Do not mishandle further libs without dependencies 2014-04-11 15:09:31 +02:00
moveglobalheaders.sh
mvn.py
README
sanitize-image-links
striplanguagetags.sh
stubify.pl
test-hid-vs-ui.py map the modules and special names back manually 2014-04-18 10:54:09 +01:00
ui-translatable.sh
unpack-sources
update_pch.sh
verify-custom-widgets-libs

Tools and scripts mostly not used during the build

This direction has a number of key pieces (?) that are used during the
build, or are simply generally useful. One example is

bin/find-german-comments <directory>

which will try to detect and extract all the German comments in a
given source code hierarchy / directory.