[Github-comments] [geany/geany] Geany symbol browser doesn't show C++ class constructor (#1892)

2018-07-05 Thread FabianInostroza
Open the file in the link in geany, look for the constructor in the symbol browser, it isn't there. If I delete the lines 88 to 204 the constructor is shown in the symbol browser. https://github.com/KiCad/kicad-source-mirror/blob/101b68b610d4334db68f1e4ba9e287b37f65c9a6/eeschema/lib_edit_frame.c

Re: [Github-comments] [geany/geany-osx] Check AppleLocale before AppleLanguages when setting LANG (#9)

2018-07-05 Thread Jiří Techet
@b4n I've decided to go simple and basically removed all the code in the launcher script that guesses the right language settings. We can use what `defaults read .GlobalPreferences AppleLocale` gives us directly and the result will be better and less surprising than what the script does now. --