Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4748
    xxx_pic
    Member

    You can see that picture:
    “hello_world” split to “hello_” and “orld” (missing “w”)

    #4749
    Yutaka Emura
    Keymaster

    This should be fixed by beta 10. Next time, please specify which version of EmEditor you are using when you post a message.

    #4751
    xxx_pic
    Member

    7.0 beta 10

    there are 2 ways to be fixed:
    hello_world (leave the whole word)
    or split to :
    hello
    world

    the 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()

    #4760
    Yutaka Emura
    Keymaster

    Sorry, 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.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.