<div dir="ltr">Hi folks<div><br></div><div>First, thanks to the developers and community for Geany - amazing editor!</div><div><br></div><div>I am in need of some help with customizing Geany. I have a set of words that I want available when I am typing text files. So I read the documentation and created a </div><div><div><br></div><div>#############</div><div>Modified the [filetype_extensions.conf ] as below:</div><div><br></div><div>[Extensions]<br></div></div><div>...</div><div>txt=*.txt;<br></div><div><br></div><div><div>[Groups]</div><div>...</div><div>Misc=JSON;txt;</div></div><div><br></div><div>########### - copied the /usr/share/geany/filetypes.css to the file below and modified.</div><div><div>~/.config/geany$ more filedefs/filetypes.txt.conf </div><div># For complete documentation of this file, please see Geany's main documentation</div><div>[styling]</div><div># Edit these in the colorscheme .conf file instead</div><div>default=default</div><div>.....</div></div><div><div>[keywords]<br></div><div>[settings]<br></div><div># default extension used when saving files</div><div>extension=txt</div><div># MIME type<br></div><div>mime_type=text/plain</div><div>[indentation]<br></div></div><div><br></div><div>###############</div><div><div><div>~/.config/geany$ more tags/txt.txt.tags </div><div># format=pipe</div><div>alpha|||</div><div>omega|||</div><div>gamma|||</div><div>beta|||</div></div><div><br></div><div><br></div><div><br></div><div>When I start geany from command line as geany -v this is what i see:</div><div>Geany-INFO: Geany 1.27, en_US.UTF-8</div><div>Geany-INFO: GTK 2.24.30, GLib 2.48.1</div><div>Geany-INFO: System data dir: /usr/share/geany</div><div>Geany-INFO: User config dir: /home/myuser/.config/geany</div><div><br></div><div>Geany-INFO: Added filetype txt (68).</div><div>Geany-INFO: Loaded:   /usr/lib/x86_64-linux-gnu/geany/saveactions.so (Save Actions)</div><div>Geany-INFO: Loaded /home/myuser/.config/geany/tags/txt.txt.tags (txt), 342 symbol(s).<br></div><div>Geany-INFO: /home/myuser/Documents/mydocs/notes1.txt : txt (UTF-8)</div><div>Geany-INFO: /home/myuser/Documents/mydocs/notes2.txt : txt (UTF-8)</div></div><div><br></div><div><br></div><div>As can be seen filetype txt is accepted, txt.txt.tags is loaded. However it seems to be loaded for file type (txt) where as my text files come up as txt (UTF-8). Needless to say my tags from autocompletion don't show up. However when I tried to set the file type to php manually and saved the tag file as php.php.tags it worked. The same with setting manual type of "txt" and loading txt.txt.tags does not work!</div><div><br></div><div><br></div><div>Any help/guidance is greatly appreciated.</div><div>Thanks </div><div><br></div></div>