Recognition of calling conventions

Issue #14 open
Sebastian Klatte created an issue

If i hover over a calling convention and press CTRL of a function with a non-static type i.e. SYSINT i get the code preview of the return type for example SYSINT = Integer.

For static types i.e. WordBool, string etc. the functionality is correct!

Comments (1)

  1. Christopher Wosinski repo owner
    • changed status to open

    That is a general bug in OmniPascal right now. Unfortunately it can't be resolved quickly so it will stay for a while. This bug has many faces. Every time you hover a word which is not part of the abstract syntax tree you will see the wrong results.

  2. Log in to comment