Lazarus
Announcements => Third party => Topic started by: Edson on September 20, 2014, 08:53:25 pm
-
This new highlighter (SynFacilComplet) enhances the capabilities of SynFacilSyn, adding syntax on The XML file, for defining the list of words for the completion code.
https://github.com/t-edson/SynFacilCompletion
-
SynFacilCompletion v1.1 is released.
Syntax for defining code completion in the XML file, has been large improved. Now it's possible to replace not only identifiers, but any kind of token.
-
Very nice, thank you for sharing it.
If I find time, I would love to use it to make a small IDE for FPC. I could use UnTerminal to capture the compiler output. :)
-
Very nice, thank you for sharing it.
If I find time, I would love to use it to make a small IDE for FPC. I could use UnTerminal to capture the compiler output. :)
Good. It would be a perfect experiment. Tell me if you need some help.
-
SynFacilCompletion v1.13 is released.
Now the completion list can show icons. And the cursor position can be set after the replacing.
-
SynFacilCompletion is in v1.15 now.
Improved the dinamically filling of the completion list.