Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- October 8, 2007 at 3:49 am #4748xxx_picMember
You can see that picture:
“hello_world” split to “hello_” and “orld” (missing “w”)October 8, 2007 at 3:56 am #4749Yutaka EmuraKeymasterThis should be fixed by beta 10. Next time, please specify which version of EmEditor you are using when you post a message.
October 8, 2007 at 4:04 am #4751xxx_picMember7.0 beta 10
there are 2 ways to be fixed:
hello_world (leave the whole word)
or split to :
hello
worldthe 1st way is recommanded,because many program langauges use _ as a validate identifier.
Python for example(from Emeditor’s template.py):
def HelloWorld():
print “Hello World!”if __name__==”__main__”:
HelloWorld()October 8, 2007 at 7:12 pm #4760Yutaka EmuraKeymasterSorry, you can choose “Custom” for the Word Type in the Matching Criteria tab of the Word Complete properties, and enter _ for the Mid Characters. The beta 12 will include _ for the Normal Words.
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.