You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the cursor is pointing to any Binary Operator for example like ( + or = ).
The spelling property of the Cursor class is not working.
It is not returning the Operator. As you can see in the following screenshots that i have tried to printout the cursor.spelling but for that it returns nothing and the numbers are the location line number.
I have provided the code and the output of the problem.
The text was updated successfully, but these errors were encountered:
When the cursor is pointing to any Binary Operator for example like ( + or = ).
![code](https://private-user-images.githubusercontent.com/25686045/276557487-33131744-2876-4343-922c-d44d15b432ff.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjcyNzcsIm5iZiI6MTczOTQyNjk3NywicGF0aCI6Ii8yNTY4NjA0NS8yNzY1NTc0ODctMzMxMzE3NDQtMjg3Ni00MzQzLTkyMmMtZDQ0ZDE1YjQzMmZmLlBORz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA2MDkzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZiZmY5MmRmYWRhNDgxODA3NWIwNmMyOTA1OGUwMDg3ZDkwYmI5Y2QyMTg0ODcxMGQ1MDlkNmNmZGE3ZGYzODUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.V2JZls1Yg8bb9K9oMlXj3H-B5dM-v4y5T5ZZuyK74mI)
![code1](https://private-user-images.githubusercontent.com/25686045/276557501-667dfa66-9329-48a4-843d-ed483fb27609.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MjcyNzcsIm5iZiI6MTczOTQyNjk3NywicGF0aCI6Ii8yNTY4NjA0NS8yNzY1NTc1MDEtNjY3ZGZhNjYtOTMyOS00OGE0LTg0M2QtZWQ0ODNmYjI3NjA5LlBORz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDA2MDkzN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWU2NDkxYzBjZjU3N2E4NzMyMTRiOWE5ZTdmOTVkOTU0MDY5MzZkZjNmY2Y3NmM4ODdlNzM2MGFhMWM4M2Y3ZTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.XkawX9hZhTeAKRqaaM-Q6gQOeh2--6g9s8OAe9oSrPE)
The spelling property of the Cursor class is not working.
It is not returning the Operator. As you can see in the following screenshots that i have tried to printout the cursor.spelling but for that it returns nothing and the numbers are the location line number.
I have provided the code and the output of the problem.
The text was updated successfully, but these errors were encountered: