It doesn't work. I recompiled Geany with above mentioned change and added 'numpy.python.tags' file to ~/.config/geany/tags' folder
++++++++++++++++++++++++++++++++++++++++ #format=pipe numpy.alen||(a) Return the length of the first dimension of the input array numpy.all||(a, axis=None, out=None) [ndarray, optional] Test whether all array elements along a given axis evaluate to True numpy.allclose||(a, b, rtol=1e-05, atol=1e-08) Returns True if two arrays are element-wise equal within a tolerance ... ========================================
Then launching 'geany -v' I see 'numpy.python.tags' is still not loaded. I load it through menu, and terminal reports:
Geany-INFO: Loaded ~/.config/geany/tags/numpy.python.tags (None), 530 tag(s).
However it does nothing when I type 'nump' in python file