<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Updated to
      4814dabcf239faf6f0cae913b900160ad2a5a038<br>
      <br>
      With current Lazarus trunk, I can not reproduce this.<br>
      <br>
      Please test with default settings of the IDE. I.e. move your
      existing EditorOptions.xml away, and see if it still happens.<br>
      <br>
      If it does not happen with default settings, but only with your
      EditorOptions.xml, then please provide a copy of it.<br>
      <br>
      On 20/06/2020 11:56, Alexey Tor. via lazarus wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:85793e4b-f253-5066-baac-ba86d735cd3e@ya.ru">get project
      CudaText
      <br>
      <a class="moz-txt-link-freetext" href="https://github.com/alexey-t/cudatext/">https://github.com/alexey-t/cudatext/</a>
      <br>
      open its file formmain_py_api.inc, scroll to
      <br>
      function Py_GetTokenList(Adapter: TATAdapterEControl; ALineFrom,
      ALineTo: integer): PPyObject;
      <br>
      now move caret lower so that IDE shows blue-ribbon on top of
      source editor.
      <br>
      <br>
      expected: IDE shows blue panel with title of function.
      <br>
      reality: IDE shows blue panel with crap "Token: PecSyntToken"
      <br>
      <br>
      the same - with the next function,
      <br>
      function Py_ed_get_token(Self, Args: PPyObject): PPyObject; cdecl;
      <br>
      IDE shows blue panel for it: "Ed: TATSynEdit".
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
    </blockquote>
    <br>
  </body>
</html>