AdaCore / gnatstudio

GNAT Studio is a powerful and lightweight IDE for Ada and SPARK.
399 stars 52 forks source link

Completion with UTF-8 encoding. #82

Closed Blady-Com closed 1 year ago

Blady-Com commented 5 years ago

Hello, Configuration: GPS Community 2019, macOS 10.13.6.

a) Completion is not fully working with accentuated UTF-8 identifiers When asking for completion, the identifier is not displayed correctly, see screen capture 20190608-GPS-103: 20190608-GPS-103 When typing, an empty box is displayed, see screen capture 20190608-GPS-104: 20190608-GPS-104 or nothing is displayed when accentuated character is first, see screen capture 20190608-GPS-105: 20190608-GPS-105

b) Completion with accentuated UTF-8 identifier cancels characters When selecting the proposed accentuated completion, see screen capture 20190608-GPS-106: 20190608-GPS-106 a character is suppressed in the source, see screen capture 20190608-GPS-107: (the opening parenthesis in this case) 20190608-GPS-107

HTH, Pascal. Source file: essai14.adb.txt

ogorodnik commented 5 years ago

Thank you for the report. We are investigating this issue.

AnthonyLeonardoGracio commented 1 year ago

Hello @Blady-Com ,

This has been fixed with the transition to the Ada Language Server.

Closing the issue.

Regards,