Forum Replies Created

Viewing 25 posts - 76 through 100 (of 119 total)
  • Author
    Posts
  • in reply to: EmEditor v21.2 beta 5 (21.1.905) #27764
    spiros
    Participant

    In order for very dark mode to look good, different set of icon needs to be used.

    Compare this
    image

    With this
    image

    in reply to: diacritics-insensitive search/filtering #27683
    spiros
    Participant

    There is a great number of languages using diacritics: https://web.library.yale.edu/cataloging/music/diacrit
    For example a simple phrase in French: l’été arrive à la fin. If one does not use the diacritics (or the correct diacritics) nothing will be found.
    Or in polytonic Greek: ὃν οἱ θεοὶ φιλοῦσιν ἀποθνῄσκει νέος

    Some software already does that, dtSearch (desktop search tool).

    in reply to: Very dark mode issue #27776
    spiros
    Participant

    Yes, it is a great tool, but it can be made to look a lot sexier with some serious UI and design interventions.

    in reply to: Merge two files in new file as columns #27767
    spiros
    Participant

    Oh thanks! That did it. 40 million lines in 4 minutes!

    in reply to: EmEditor v21.2 beta 5 (21.1.905) #27765
    spiros
    Participant

    I just posted something with image links which disappeared…

    in reply to: diacritics-insensitive search/filtering #27684
    spiros
    Participant

    There is a great number of languages using diacritics web.library.yale.edu/cataloging/music/diacrit
    For example a simple phrase in French: l’été arrive à la fin. If one does not use the diacritics (or the correct diacritics) nothing will be found.
    Or in polytonic Greek: ὃν οἱ θεοὶ φιλοῦσιν ἀποθνῄσκει νέος

    Some software already does that, dtSearch (desktop search tool).

    It could be added as an extra toggle button like the “W” (for whole word search).

    in reply to: Filtering text with long lines in wrap mode #27289
    spiros
    Participant

    Any ideas on this? It is quite vital in the work I am doing at the moment.

    in reply to: Save bookmarks (but not cursor position) #27285
    spiros
    Participant

    Because if I want to search in that file, if it has a cursor position saved, then it searches from that position downwards (thus, I have to go to top first in order to search).
    I think these two functionalities are different and present different possibilities and use case scenarios, so it would be good if they were separately controllable.

    in reply to: Save bookmarks (but not cursor position) #27282
    spiros
    Participant

    Because I want to keep processing a specific file by bookmarking certain lines.

    in reply to: Enclose selected text in specific characters #26218
    spiros
    Participant

    Just selecting text and pressing “[” results in text surround in one bracket from each side. In my case I need 2 on each side.
    Ctrl+Shift+] simply selects string enclosed in brackets, which is not something I need.

    in reply to: Enclose selected text in specific characters #26217
    spiros
    Participant

    Hi, thanks. I do not want to select a string enclosed in brackets already. I want to be able to select a non-bracket string and add with one shortcut double brackets at the end and the beginning so that for example the word test when selected becomes [[test]]

    in reply to: Match words/phrases between delimiting characters #26206
    spiros
    Participant

    Hi David, no I did not miss it… strange.

    The 1st solution mentioned here seemed to work even in older versions: https://stackoverflow.com/questions/58084119/match-strings-between-delimiting-characters
    Did not test Mr KT’s solution as my version is older.

    Thank you very much both.

    in reply to: Match words/phrases between delimiting characters #26202
    spiros
    Participant

    Thanks! This is what I got as output (with regular expression on):

    J “‘”.replace(/‘/g,”[[“) + “verdichten″.replace(/, /g,”]],[[“) + “’″.replace(/’/g,”]]”)
    J “‘”.replace(/‘/g,”[[“) + “verdichten, verstopfen″.replace(/, /g,”]],[[“) + “’″.replace(/’/g,”]]”)
    J “‘”.replace(/‘/g,”[[“) + “dunkel, finster, wolkig″.replace(/, /g,”]],[[“) + “’″.replace(/’/g,”]]”)
    J “‘”.replace(/‘/g,”[[“) + “fort sein, verloren sein, verloren″.replace(/, /g,”]],[[“) + “’″.replace(/’/g,”]]”)
    J “‘”.replace(/‘/g,”[[“) + “von den Nymph ergriffen, verzückt, verrückt″.replace(/, /g,”]],[[“) + “’″.replace(/’/g,”]]”)
    J “‘”.replace(/‘/g,”[[“) + “der sich halten kann, halten kann″.replace(/, /g,”]],[[“) + “’″.replace(/’/g,”]]”)

    in reply to: Tab bug when selecting and pressing tab #25988
    spiros
    Participant

    18.9.8 Tab is not assigned to anything. Its behaviour only changes when one first selects something and presses tab, as one can see from video.

    in reply to: Color theme: MinimalZen #25987
    spiros
    Participant

    Thanks, I did, but the only think it changed is the colour of the Find/Filter text areas. The menus and toolbars on top remained light colored.

    in reply to: Color theme: MinimalZen #25972
    spiros
    Participant

    The menus/button areas still have the light colour. Is it possible to change those to a darker one too?

    spiros
    Participant

    Thank you!

    in reply to: XMLFormatter macro #25435
    spiros
    Participant

    I had to select the text first, but still, the output is not as a one liner for each node. I.e. I want all content of each TU to be in a single line.

    in reply to: Unexpected output in Batch replace all #25417
    spiros
    Participant

    Hi, not sure if anyone had a chance to see why the replacement behaves in this I way, I just wanted to update that I tried the same replacements with an UltraEdit script, and it worked as expected; so I am guessing there is some sort of bug with EmEditor.

    in reply to: Matching previous group #24095
    spiros
    Participant

    Thanks :) For some reason it did not work for me.
    I tried the one below, which worked in Notepad++ (And PCRE, as ultimately I wanted to run it on a MariaDB database).

    (\{\{grml\n.*?\n\}\}\n)\1
    \1
    in reply to: Matching unopened tag #24092
    spiros
    Participant

    Yes, works great, thank you!

    in reply to: Matching unopened tag #24090
    spiros
    Participant

    I also tried using Tidy as external tool https://www.emeditor.com/text-editor-features/extensibility/external-tools/ but it seems to have the same issue, I.e. adding extra line breaks.

    in reply to: Shortcut to change to Title Case? #24089
    spiros
    Participant

    Thank you! Looks good and is much appreciated.

    in reply to: Shortcut to change to Title Case? #24062
    spiros
    Participant

    Thank you. Sorry for the late reply, I just saw it. Looks good apart from misrecognizing whole words. I.e.

    This:
    we’re master’s doesn’t

    Becomes
    We’Re Master’S Doesn’T

    Instead of

    We’re Master’s Doesn’t

    By the way, the default functionality of the Convert Selection > Capitalize command, does not do that.

    in reply to: Shortcut to change to Title Case? #23093
    spiros
    Participant

    There is already a shortcut for this in Notepad++ (no option though for words that should not be capitalized)


    https://superuser.com/questions/115432/converting-text-to-title-case-in-notepad

Viewing 25 posts - 76 through 100 (of 119 total)