get project CudaText
https://github.com/alexey-t/cudatext/
open its file formmain_py_api.inc, scroll to
function Py_GetTokenList(Adapter: TATAdapterEControl; ALineFrom, ALineTo: integer): PPyObject;
now move caret lower so that IDE shows blue-ribbon on top of source editor.

expected: IDE shows blue panel with title of function.
reality: IDE shows blue panel with crap "Token: PecSyntToken"

the same - with the next function,
function Py_ed_get_token(Self, Args: PPyObject): PPyObject; cdecl;
IDE shows blue panel for it: "Ed: TATSynEdit".

--
Regards,
Alexey

-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to