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

Snippets "Maintain indentation context ater insertion" not working #3598

Closed
babobski opened this issue Aug 27, 2018 · 2 comments
Closed

Snippets "Maintain indentation context ater insertion" not working #3598

babobski opened this issue Aug 27, 2018 · 2 comments

Comments

@babobski
Copy link
Contributor

Short Summary

I noticed that in 11.1.0 the "Maintain indentation context ater insertion" is not working.
I have a default snippet for inserting a if statement in JavaScript:

afbeelding

Only the indentation is not working properly,

Expected results

if (blabla) {
	if () {
	
	}
}

Actual results

if (blabla) {
	if () {
	
}
}

Platform Information

Komodo IDE, version 11.1.0, build 91033, platform win32-x86.

Additional Information

When inserting the snippet is giving the following error

[2018-08-27 22:53:51,792] [ERROR] console-logger: TypeError: pos is undefined (2) in chrome://komodo/content/sdk/editor.js:1300
Traceback (most recent call last):
  File "chrome://komodo/content/sdk/editor.js", line 1300, in 

[2018-08-27 22:55:43,226] [ERROR] console-logger: TypeError: pos is undefined (2) in chrome://komodo/content/sdk/editor.js:1300
Traceback (most recent call last):
  File "chrome://komodo/content/sdk/editor.js", line 1300, in 
@th3coop
Copy link
Member

th3coop commented Aug 27, 2018

This should be fixed in the nightly: #3569
http://downloads.activestate.com/Komodo/nightly/komodoide/latest/

@babobski
Copy link
Contributor Author

confirmed working perfect in the nightly.

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

No branches or pull requests

2 participants