First time here? Check our help page!
1

Autocomplete for OpenStudio Scripts writing

When writing/manipulating scripts for OS I seem to have auto complete / intellisense on one computer, but not another. And cannot figure out what was done differently. Using Notepad++ as text editor. example: I type "Mod" working machine and I get autocomplete menu for "model" (and several others.) Nonworking machine, I type "Mod" and I have...."mod". Any ideas/easy fixes here?

dradair's avatar
2.5k
dradair
asked 2018-09-14 08:21:05 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-09-24 11:44:30 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

3

Perhaps you installed the OpenStudio syntax highlighting capability developed by @Julien Marrec on your one computer? https://github.com/jmarrec/notepad

shorowit's avatar
11.8k
shorowit
answered 2018-09-14 08:32:02 -0500
edit flag offensive 0 remove flag delete link

Comments

I definitely have that installed on both. Its a great help, but doesnt seem to be the driver for the issue.

dradair's avatar dradair (2018-09-14 09:05:26 -0500) edit
add a comment see more comments
1

Alright - this may be a false alarm. Notepad++ has an 'auto-completion' as part of its settings. this appears to function as more of a 'mimic other stuff in this file' rather than a true 'auto-complete' where it shows all available methods/functions/subclasses/etc. (sorry if butchering terminology...engineer, rookie programmer)

If I turn this on, then they behave similarly.

dradair's avatar
2.5k
dradair
answered 2018-09-14 09:41:07 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments