simonsteele / pn

Programmer's Notepad
373 stars 115 forks source link

setup intellisense list #158

Closed JoseQuintas closed 7 years ago

JoseQuintas commented 7 years ago

Configuring ctags, I have intellisense: shows function parameteres

as example, I type ChangeText( and PN shows ChangeText( cText, cChangeFrom, cChangeTo )

It is great, but this Works for functions inside current opened file.

How I can setup a "main file" with functions to be available to all files? Or may be considered all opened files, and I create one with a list.

JoseQuintas commented 7 years ago

Found this:

Commit https://github.com/simonsteele/pn/commit/5067e5f206dc3c8c9bd7dba81e9f3bede4ffb2cd Adding a utility to convert SciTE format .api files to PN format.

And on SciTE, as example https://github.com/downpoured/scite-files/blob/master/files/files/api_files/pascal.api

I think will be created harbour.scp like anothers on this folder: https://github.com/simonsteele/pn/tree/master/pn1/Schemes

Is this correct? Is this a step for PNotepad creation, or is available on user side?

JoseQuintas commented 7 years ago

solved using api file