Differences
This shows you the differences between two versions of the page.
howtos:custom_autocomplete [2016/08/25 13:41] – created thule.arch_gmail.com | howtos:custom_autocomplete [2017/08/04 16:27] (current) – Added in notes for this to be done on a Windows install of Geany wballum | ||
---|---|---|---|
Line 8: | Line 8: | ||
====Step 1==== | ====Step 1==== | ||
First of all create a tags file as below and save it as <wrap hi> | First of all create a tags file as below and save it as <wrap hi> | ||
+ | * **Note:** For Windows: " | ||
Format for the tags file is as below. | Format for the tags file is as below. | ||
Line 21: | Line 22: | ||
Then modify the <wrap hi> | Then modify the <wrap hi> | ||
That is where it will show in the menu. | That is where it will show in the menu. | ||
+ | * **Note:** For Windows: " | ||
< | < | ||
Line 36: | Line 38: | ||
Copy a system file from global directory: For eg: | Copy a system file from global directory: For eg: | ||
<wrap hi>cp / | <wrap hi>cp / | ||
+ | * **Note:** For Windows(within admin cmd): < | ||
Now we need to modify this to declare and setup new file type. In my case I created a simple <wrap hi> | Now we need to modify this to declare and setup new file type. In my case I created a simple <wrap hi> | ||
Line 59: | Line 62: | ||
I was stumped here but thanks to the open source culture, Colomban on the Geany mailing list suggested to use any unused tag_parser to the [settings]. | I was stumped here but thanks to the open source culture, Colomban on the Geany mailing list suggested to use any unused tag_parser to the [settings]. | ||
- | Once all this is done, close the Geany and reopen. | + | Once all this is done, close the Geany and reopen. |
+ | * **Note:** For Windows: After restarting Geany if any *.txt were auto loaded from a previous session, you will need to close and reopen these files in order for the autocomplete to work. | ||
If you start Geany from command line as "geany -v", you should see the following or something similar. | If you start Geany from command line as "geany -v", you should see the following or something similar. |