Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: problems with syntax highlighting #5864
    sort
    Member

    (To answer your q’s: The .esy is my own PHP highlighter. And then, viewing any .php file)

    I have Em installed on my desktop and laptop. The copy on laptop is broken, and it is using settings/highlighting exported from the desktop version. It seemed to break when I imported the highlighting file. To test, I imported the same settings onto a third computer and it did not break.

    Now, the odd part is if I run EmEditor on my desktop from the laptop’s install directory on a network share, I will see broken highlighting. Essentially, I can run two emeditors side by side with the same file open and see both highlighted differently.

    Since EmEditor loads settings from the registry, both are operating with the same configuration set. The differences are: files in the install directory, install location, and Em version. Though with quick tests, changing the install directory and installing new versions doesn’t help. I will try a clean install of the latest version and see how that goes. But the question remains, what is going on? :)

    in reply to: New! CustomWordSelect plugin #5791
    sort
    Member

    Updated with the ability to “drag and select” after double-click selecting. It will simply select characters up to the mouse cursor, instead of selecting to the next word boundary.

    Download: http://oooh.eisbaer.be/CustomWordSelect.zip

    in reply to: New! CustomWordSelect plugin #5785
    sort
    Member

    Here are some more regexs for working with HTML.

    ; HTML entities (must come before #color regex or  may not select properly)
    /&[#da-zA-Z]+;/

    ; HTML #color
    /#[da-fA-F]+/

    ; CSS length value
    /[-+]?d+(.d+)?(em|ex|pt|px|in|cm|mm|pc)b/

    ; html tags
    |)?|
    ||

    in reply to: New! CustomWordSelect plugin #5779
    sort
    Member

    I have posted a new version of this. Regexs will now do a full match instead of just checking character type.

    Download: http://oooh.eisbaer.be/CustomWordSelect.zip

Viewing 4 posts - 1 through 4 (of 4 total)