Forum Replies Created

Viewing 25 posts - 1 through 25 (of 74 total)
  • Author
    Posts
  • in reply to: Snippets #29534
    tuska
    Participant

    Thank you for this information.
    Now everything works as desired for me.

    Regards,
    Karl

    in reply to: Snippets #29532
    tuska
    Participant

    @Author

    With regard to “Snippets”, I now assume that there will still be no change and that it is necessary
    to show all snippets first when using shortcuts (to the Snippets).

    This makes the shortcuts to the Snippets superfluous for me, however,
    because I can double-click on a snippet to insert it into a text file, for example.

    Furthermore, it is necessary to hide the snippets again afterwards.

    For me the issue is closed.

    tuska
    Participant

    The error occurs with both the installed and the portable version.

    Solution at present:
    Close EmEditor with ESC key to the system tray and open the TXT file again.

    After that, the line numbers are displayed properly again.

    tuska
    Participant

    The error occurs when the “Word Count” plugin is executed.

    in reply to: Snippets #29505
    tuska
    Participant

    2Patrick C
    Thank you very much for the prompt help! 👍

    I was able to slightly adjust and set up the macro.

    #icon="Datum.ico",0
    #title=Datum"
    #tooltip="Datum"
    var date = new Date();
    
    var dd   = date.getDate();           // returns the day of the month (from 1 to 31)
    if( dd < 10 )  dd = "0" + dd;
    
    var MM   = date.getMonth() + 1;      // returns the month (from 0 to 11)!
    if( MM < 10 )  MM = "0" + MM;
    
    var yyyy = date.getFullYear();       // Returns the year (4 digits)
    
    // “Output”
    document.write( dd + "." + MM + "." + yyyy);
    in reply to: Filter dropdown list settings #29280
    tuska
    Participant

    To remove a single entry from the filter and other Find drop-down list,
    you can press ALT + DELETE while the drop-down list is open and an item is selected.

    If you want to remove all items, you can continue doing this for all items,
    or select the History page of the Customize dialog, and click Clear History Now button.

    Thank you for your reply.

    It worked and I found out on this occasion that one can delete several entries in a row
    also by holding down the ALT key and pressing the “Del” key several times.

    in reply to: Filter dropdown list settings #29278
    tuska
    Participant

    Hi,

    In this context, I would like to know please,
    how to remove single or all saved entries from the filter dropdown list.

    Thanks!

    in reply to: Where are bookmarks stored? #28469
    tuska
    Participant

    On this occasion “Outline“:
    If I create “Outline points” for/in text files, where are they saved (name, path) and for how long?
    Hopefully, the “Outline points” will remain in place for more than 100 days?

    Background:
    I would like to create a backup in this regard.

    in reply to: Where are bookmarks stored? #28468
    tuska
    Participant

    4.10.2022
    – Updated to beta 16 (21.9.916) – October 3, 2022.
    13 bookmarks created and “outlines” inserted in text file: “C:\totalcmd\Tests\TC-Forum_quote=’Stefan’_Bookmarks.txt”
    – EmEditor Professional (64-bit) version 21.9.916 closed with click on button “Close All (Esc)” and “Close Tray Icon”.
    – EmEditor Professional (64-bit) Version 21.9.916 started: C:\Users\user\AppData\Local\Programs\EmEditor\EmEditor.exe /cd
    – Result: 0 bookmarks, outline entries are still available

    I hereby end my tests in this regard until further notice.

    in reply to: Where are bookmarks stored? #28426
    tuska
    Participant

    I was not mistaken after all: Something is NOT right with the bookmarks!

    In file “C:\totalcmd\Tests\TC-Forum_quote=’Stefan’_Bookmarks.txt” 4 bookmarks were created NEW.
    Then the file “Bookmarks.txt” was created and bookmarks were created there.
    Opened and closed various files.
    Closed EmEditor (installed) and restarted.

    The bookmarks in file “C:\totalcmd\Tests\TC-Forum_quote=’Stefan’_Bookmarks.txt” were deleted.
    The bookmarks in file “D:\Daten\Bookmarks.txt” are still present.

    Name/Ext                Size      Date/Time          Note
    FileAttr_Kopie.bin      108 824   03.10.2022 16:54   Backup copy
    FileAttr.bin            109 075   03.10.2022 16:58   Change after exiting of EmEditor

    Something is no longer right here – but the error is difficult for me to locate.
    Maybe someone else will have more luck.

    in reply to: Where are bookmarks stored? #28425
    tuska
    Participant

    Now I am confused.
    The problems described occurred – but I can’t reproduce them now.

    I have partially recreated the bookmarks in one file, because they were definitely no longer there.

    FileAttr.bin -> The timestamp did not change, for example, after I added bookmarks to a file,
    from 4 to 6 bookmarks. When I reopened the file, the bookmarks were still there(!).

    With a newly created file, this time the bookmarks were saved and were present after opening the text file.

    It is all a mystery to me.
    Maybe I just pressed the wrong shortcut combination by mistake the very first time and removed all the bookmarks.

    Anyway:
    I now only have one text file in which I value the bookmarks, as I use them almost daily.
    If they get lost for some reason – I create them again and that’s it.

    The 100 day limit is still the killer feature for bookmarks to me.

    Therefore, please consider my request as irrelevant.
    If I can reproduce an error, I will get back to you.

    in reply to: Where are bookmarks stored? #28424
    tuska
    Participant

    The bookmarks can also no longer be saved in EmEditor Professional (64-bit) version 21.9.915
    because they are not available when the text file is called up again..

    in reply to: Where are bookmarks stored? #28422
    tuska
    Participant

    Hi,
    I have a text file with bookmarks that I open almost daily.
    Since EmEditor Professional (64-bit) version 21.9.915 – October 1, 2022 (installed and portable version) there are no bookmarks there either.

    Please check.
    Thank you!

    in reply to: diacritics-insensitive search/filtering #28405
    tuska
    Participant

    Yutaka Emura wrote:

    Does this mean everything is resolved now?

    Yes, I consider this topic closed for me.
    (Above are my test results).

    Thank you again!

    in reply to: diacritics-insensitive search/filtering #28396
    tuska
    Participant

    2 Yutaka Emura

    v21.9.914 allows you to specify a string as well as a character range.

    Thank you for this implementation!

    Summary for German umlauts and special characters (ä,ö,ü,Ä,Ö,Ü,ß):

    OPTIONS
    – Fuzzy Matching Options
    – ✅ Match similar strings
            Similarity level: 3/4 (75%)
            Max edit distance: 2
    ✅ Ignore nonspacing combining characters, such as diacritics, dakuten, and handakuten
    – ✅ Filter-Toolbar
    – ✅ Find-Toolbar
    – ✅ Incremental Search
    – String/Character ranges: e.g. ß, Treat as: ss

    SEARCH		FIND	 	(Filter-Toolbar + Find-Toolbar)
    ------------------------------------------------------------------
      a		a,A,ä,Ä	        (WITHOUT String/Character ranges!)
      A		a,A,ä,Ä
      ä		a,A,ä,Ä
      Ä		a,A,ä,Ä
      
      o		o,O,ö,Ö
      O		o,O,ö,Ö
      ö		o,O,ö,Ö
      Ö		o,O,ö,Ö
      
      u		u,U,ü,Ü
      U		u,U,ü,Ü
      ü		u,U,ü,Ü
      Ü		u,U,ü,Ü
    --------------------------------------------------------------------
      ß 		ss	  (String/Character ranges: ß, Treat as: ss)
    
      ä		ä,Ä,ae,Ae,AE
      Ä		ä,Ä,ae,Ae,AE
      ö		ö,Ö,oe,Oe,OE
      Ö		ö,Ö,oe,Oe,OE
      ü		ü,Ü,ue,Ue,UE
      Ü		ü,Ü,ue,Ue,UE
    ------------------------------------------------------------------
    in reply to: diacritics-insensitive search/filtering #28393
    tuska
    Participant

    2Yutaka Emura

    https://www.emeditor.com/forums/topic/diacritics-insensitive-search-filtering/#post-28388

    Filter  Finds
    A	-  -  -  -   <--
    O	-  -  -  -   <--
    U	-  -  -  -   <--

    This is fixed in beta 13 (21.9.913) – September 29, 2022 …

    A       a  A  ä  Ä
    O       o  O  ö  Ö
    U       u  U  ü  Ü

    Thank you!

    Btw, ß (ss), ä (aede, deae, deaede, Aede, deAe, deAEde),etc.
    is it currently ONLY allowed to set A SINGLE CHARACTER in the “Treat as” field?
    If so, could you perhaps also allow multiple characters here? That would be very helpful!

    in reply to: diacritics-insensitive search/filtering #28389
    tuska
    Participant

    German umlauts and special characters (ä,ö,ü,Ä,Ö,Ü,ß)
    – Addition –

    Text	Fuzzy Matching
    ä	ae, Ae
    Ä	ae, Ae
    ö	oe, Oe
    Ö	oe, Oe
    ü	ue, Ue
    Ü	ue, Ue
    
    ß	ss	(already mentioned above by user spiros)
    in reply to: diacritics-insensitive search/filtering #28388
    tuska
    Participant

    Fuzzy Matching Options:
    ✅ Ignore nonspacing combining characters, such as diacritics, dakuten, and handakuten

    Text
    a o u A O U
    ä ö ü Ä Ö Ü
    ß
    Filter  Finds
    a	a, A, ä, Ä
    o	o, O, ö, Ö
    u	u, U, ü, Ü
    A	-  -  -  -   <--
    O	-  -  -  -   <--
    U	-  -  -  -   <--
    ß	ß
    ss	-
    Find	Finds
    a	a, A, ä, Ä
    o	o, O, ö, Ö
    u	u, U, ü, Ü
    A	a, A, ä, Ä
    O	o, O, ö, Ö
    U	u, U, ü, Ü
    ß	ß
    ss	-
    in reply to: diacritics-insensitive search/filtering #28387
    tuska
    Participant

    2spiros

    Thank you!

    I had set my window from the “Fuzzy Matching” button with the “Fuzzy Matching Options” too small. :(

    in reply to: diacritics-insensitive search/filtering #28385
    tuska
    Participant

    2Spiros
    Thank you for this addition!

    I can’t find this option/setting: “diacritics-insensitive”.
    Can you please tell me where I can find it?

    in reply to: diacritics-insensitive search/filtering #28383
    tuska
    Participant

    Hi,
    Fuzzy Matching feature

    Text:	_Similitary Search_Ähnlichkeitssuche
    Filter: Ahn
    Result: Text will be hidden

    Click on button “Fuzzy Matching” in
    – emed64_21.9.901: Text is displayed and “Ähn” (without quotes) is marked
    – emed64_21.9.912: Text remains hidden

    German umlauts and special characters (ä,ö,ü,Ä,Ö,Ü,ß)
    http://www.cp1252.com/
    Ä Unicode 00C4 LATIN CAPITAL LETTER A WITH DIAERESIS

    Please check.
    Thanks!

    in reply to: Where are bookmarks stored? #28163
    tuska
    Participant

    Thank you for answering this question as well.

    Just to avoid any misunderstanding due to my “spelling” above:
    I appreciate your work very much(!).

    Only the 100 day limit on bookmarks makes this feature useless for me. :-(

    in reply to: Where are bookmarks stored? #28157
    tuska
    Participant

    Thank you for your answer.

    ********************************************************
    With your information, bookmarks become superfluous for me.
    ********************************************************

    I would have prepared this supplementary question – but it is now superfluous for me too,
    but perhaps it will interest other users.

    “In this context, I also noticed that the favourites <“Pin to this (favorite) list”> are also stored in the file “FileAttr.bin“,
    because they were also transferred to the portable version.

    This also raises the question for the favourites: Are they influenced in any way by the 100-day limit?
    Does the 100-day calculation generally apply from the date of creation, modification or access?”

    in reply to: Where are bookmarks stored? #28155
    tuska
    Participant

    Thank you for this advice!

    This is my current situation.

    BACKUP of bookmarks – ONLY installed version (“.ini, .reg”):
    D:\Daten\Programme\Totalcmd\Tools\EmEditor-portabel\Migration\Einstellungen\Einstellungen-der-INSTALLIERTEN-Version_ini\AppData\Common\
    D:\Daten\Programme\Totalcmd\Tools\EmEditor-portabel\Migration\Einstellungen\Einstellungen-der-INSTALLIERTEN-Version_reg\AppData\Common\

    Name/Ext		Size		Date				Attr
    FileAttr.bin	1 224 519	25.11.2021 11:54	-a--

    Bookmarks CURRENT from installed version:
    C:\Users\<user>\AppData\Roaming\Emurasoft\EmEditor\Common\ … %APPDATA%\Emurasoft\EmEditor\Common\

    Name/Ext		Size		Date				Attr
    FileAttr.bin	   84 689	29.04.2022 12:59	-a--

    Bookmarks CURRENT from portable version:
    D:\Daten\Programme\Totalcmd\Tools\EmEditor-portabel\EmEditorProfessional_64-bit_portabel\AppData\Common\

    Name/Ext		Size		Date				Attr
    FileAttr.bin	    9 072	29.04.2022 12:15	-a--
    REPLACE Bookmarks CURRENT from:		Name/Ext		Size		Date				Attr
    - Portable version ...........:     FileAttr.bin	    9 072	29.04.2022 12:15	-a--
      WITH 
    - Installed version ..........:		FileAttr.bin	   85 464	29.04.2022 12:14	-a--

    Start EmEditor Professional (64-bit) Version 21.6.0 portable.
    Bookmarks from installed version are available in portable version!

    This eliminates one problem, provided that the text files are ALWAYS in the same DRIVE and PATH where the bookmarks were created.
    At the same time, however, this means that later, e.g. after replacing a hard disk or PC, you must know
    on which drive you have saved your text files.
    ****************************************************************************************************************************

    > On the new version, 100 days is the maximum value for both Save Cursor Position and Save Bookmarks options.
    Please explain in more detail what exactly this means in practice.

    Here is an example and comments from me:

    BACKUP of bookmarks (25.11.2021) and Bookmarks CURRENT (29.04.2022) from installed version are DIFFERENT.
    Name/Ext		Size		Date		 		Note
    FileAttr.bin	1 224 519	25.11.2021 11:54	Backup  (only made when settings are changed)
    FileAttr.bin	   84 689	29.04.2022 12:59	Current

    Questions:
    1) What does the big difference in file size mean to me?
    Have bookmarks already saved here been deleted? Which and in which textfiles?
    Was my work here maybe even for the dustbin?

    2) Is there currently no way to view/access saved bookmarks in text files after 100 days?

    3) It is advertised on EmEditor’s first webpage as follows: “Easily handle files up to 16 TB”
    and EmEditor has a problem with a “file history” because of bookmarks?

    I really hope I’m wrong and that everything I said in “Notes to Questions” about “saved bookmarks” isn’t true.

    In any case, I would like to ask you for an answer so that I can decide for myself whether it still makes sense to use bookmarks
    in EmEditor Professional (64-bit) – currently Version 21.6.907.

    in reply to: Where are bookmarks stored? #28142
    tuska
    Participant

    On the subject of “bookmarks”, there is another problem for me with regard to my “backup strategy”:
    My asymmetrical backups in Total Commander are made daily [several times] from drive D: to I:, J:, N:

    Drive D: is my “main drive” where I create the bookmarks in the text files in the installed EmEditor version.

    With the installed version, ONLY the bookmarks in text files from drive D: are taken into account,
    i.e. if I open the same text file – for some reason – from drives I:, J:, N:, then there are NONE left there!
    There would only be the tedious workaround of saving a text file with “Save as…” to drives I:, J:, N: respectively,
    so that they are also available there(!).

    Just for the sake of order, I would like to mention that bookmarks saved in the installed version
    are NOT available in the portable version and vice versa.

    Also with regard to a possible new PC (because of Windows 11) it is currently questionable for me,
    whether I should continue to create bookmarks, although I otherwise like this function very much.

Viewing 25 posts - 1 through 25 (of 74 total)