Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AblUppercase.py #3

Open
rodsoa83 opened this issue Jan 28, 2019 · 2 comments
Open

AblUppercase.py #3

rodsoa83 opened this issue Jan 28, 2019 · 2 comments

Comments

@rodsoa83
Copy link

rodsoa83 commented Jan 28, 2019

Hi!
I've just installed the package - however, I can't make it work.
I'm getting the following error for all reserved words:

File "C:\Users\XXX\Documents\Programs\Sublime 3176 x64\Data\Installed Packages\OpenEdge ABL.sublime-package\AblUppercase.py", line 11, in run
TypeError: 'NoneType' object is not subscriptable

I'm using the Portable Version of Sublime (Sublime Text Build 3176 x64). Do you think this could be related?

Thanks a lot!

@gabsoftware
Copy link
Owner

Hello, I also use the latest Sublime Text and I do not have any issue with the package. Can you reproduce the problem on another machine?

@dkast
Copy link

dkast commented Aug 7, 2023

I had the same issue, it seems to be related to a missing setting in your .sublime-project file, once I added the uppercase_keywords setting it worked without issues

{
	"folders":
	[
		{
			"path": "."
		}
	],
	"settings":
	{
		"abl":
		{
			"uppercase_keywords": true
		}
	}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants