Forum Replies Created

Viewing 25 posts - 26 through 50 (of 74 total)
  • Author
    Posts
  • in reply to: Where are bookmarks stored? #28139
    tuska
    Participant

    I would like to add the following:

    Installed version:
    Tools -> Customize… -> History

    [✓] Save Cursor Position: 30000	days  (default)
    [✓] Save Bookmarks:         100	days  (default)

    Change

    FROM: Save Bookmarks:  	    100 days
    TO:   Save Bookmarks:      6500 days

    Portable Version:
    Change

    FROM: Save Bookmarks:  	    100 days
    TO:   Save Bookmarks:      6500 days

    Start of the installed version:
    Tools -> Customize… -> History

    [✓] Save Cursor Position:  100 days	!??
    [✓] Save Bookmarks:        100 days	!??

    Start of the portable version:
    Tools -> Customize… -> History

    [✓] Save Cursor Position:  100 days	!??
    [✓] Save Bookmarks:        100 days	!??

    In the installed version, another attempt was made to restore the original values (default).
    A change is currently not possible, i.e. both values remain at 100 days.

    Please Check.
    Thank you!

    PS:
    I am mainly interested in finding out whether the bookmarks are retained after a change of PC.
    and – after this action – to find out how long the bookmarks are retained in a .TXT file.

    in reply to: External Tools #27544
    tuska
    Participant

    2nd attempt at an answer:
    Command: https://www.bing.com/search?q=$(CurText) works here.

    in reply to: External Tools #27543
    tuska
    Participant

    Command:
    https://www.bing.com/search?q=$(CurText)
    works here.

    in reply to: hightlight (1) can’t add new user defined keywords #26889
    tuska
    Participant

    Hi,
    I cannot confirm this under the following conditions:
    Tools -> Properties for All Configurations -> Highlight (1)

    ☑ Enable Keyword Highlight
    Only User-Defined Strings, e.g. highlight
    Color: Highlight (1)

    nothing else ticked off.

    What are your settings?

    ______________________________________________________
    Windows 10 Pro (x64) [url=https://docs.microsoft.com/en-us/windows/release-information/]Version 2004[/url] (OS build 19041.329)
    EmEditor Professional (x64) v19.9.3, v19.9.901, Version 19.9.902 (portable)

    in reply to: hightlight (1) can’t add new user defined keywords #26883
    tuska
    Participant

    Hi,
    I cannot confirm this under the following conditions:
    Tools -> Properties for All Configurations -> Highlight (1)

    ☑ Enable Keyword Highlight
    Only User-Defined Strings, e.g. highlight
    Color: Highlight (1)

    nothing else ticked off.

    What are your settings?

    ______________________________________________________
    Windows 10 Pro (x64) Version 2004 (OS build 19041.329)
    EmEditor Professional (x64) v19.9.3 and v19.9.901 (portable)

    in reply to: Move a button between toolbars #26648
    tuska
    Participant

    I like this idea.

    In Total Commander this is solved, for example, as follows:

    Context menu (right click on an existing button)
    – Cut
    – Copy
    – Paste

    There is a code behind it that you could also use, for example, in forum inquiries.

    Example of a button in Total Commander with the code behind it:

    TOTALCMD#BAR#DATA
    em_copynamestofileB
    
    Wciconex.dll,46
    em_copynamestofileB (Unicode;UCS-2 LE BOM;UTF-16LE with Signature)|Copy selected filenames with full path to file in current folder|https://ghisler.ch/board/viewtopic.php?p=369080#p369080
    
    0
    10032

    Explanation of the button:
    Line 1: This allows TC to recognize this code in the clipboard and to show the ‘Paste’ entry in the buttonbar context menu.
    Line 2: The command
    Line 3: The parameters for the command (the leading ‘?’ causes the command to be displayed when executing)
    Line 4: Path to the file of the icon
    Line 5: The tooltip
    Line 6: The start path
    Line 7: Call parameter minimized as icon / maximized (usercmd.ini: iconic)
    Line 8: The number of the internal TC command if line 2 contains one, otherwise ‘-1’ for other commands.

    Formatting – Test

    abc – b-quote – abc

    delete

      Underline
      line above
  • Einrückung
in reply to: Move a button between toolbars #26647
tuska
Participant

I like this idea.

In Total Commander this is solved, for example, as follows:

Context menu (right click on an existing button)
– Cut
– Copy
– Paste

There is a code behind it that you could also use, for example, in forum inquiries.

Example of a button in Total Commander with the code behind it:

TOTALCMD#BAR#DATA
em_copynamestofileB

Wciconex.dll,46
em_copynamestofileB (Unicode;UCS-2 LE BOM;UTF-16LE with Signature)|Copy selected filenames with full path to file in current folder|https://ghisler.ch/board/viewtopic.php?p=369080#p369080

0
10032

Explanation of the button:
Line 1: This allows TC to recognize this code in the clipboard and to show the ‘Paste’ entry in the buttonbar context menu.
Line 2: The command
Line 3: The parameters for the command (the leading ‘?’ causes the command to be displayed when executing)
Line 4: Path to the file of the icon
Line 5: The tooltip
Line 6: The start path
Line 7: Call parameter minimized as icon / maximized (usercmd.ini: iconic)
Line 8: The number of the internal TC command if line 2 contains one, otherwise ‘-1’ for other commands.

Formatting – Test

abc – b-quote – abc

delete

    Underline
    line above
  • Einrückung
  • in reply to: Move a button between toolbars #26645
    tuska
    Participant

    I like this idea.

    In Total Commander this is solved, for example, as follows:

    Context menu (right click on an existing button)
    – Cut
    – Copy
    – Paste

    There is a code behind it that you could also use, for example, in forum inquiries.

    Example of a button in Total Commander with the code behind it:

    [code]TOTALCMD#BAR#DATA
    em_copynamestofileB

    Wciconex.dll,46
    em_copynamestofileB (Unicode;UCS-2 LE BOM;UTF-16LE with Signature)|Copy selected filenames with full path to file in current folder|https://ghisler.ch/board/viewtopic.php?p=369080#p369080

    0
    10032[\code]

    [url=https://www.ghisler.ch/board/viewtopic.php?p=363553#p363553]Explanation of the button:[/url]
    Line 1: This allows TC to recognize this code in the clipboard and to show the ‘Paste’ entry in the buttonbar context menu.
    Line 2: The command
    Line 3: The parameters for the command (the leading ‘?’ causes the command to be displayed when executing)
    Line 4: Path to the file of the icon
    Line 5: The tooltip
    Line 6: The start path
    Line 7: Call parameter minimized as icon / maximized (usercmd.ini: iconic)
    Line 8: The number of the internal TC command if line 2 contains one, otherwise ‘-1’ for other commands.

    tuska
    Participant

    I can confirm this.

    The following is displayed:
    Marked lines(!) / Total number of lines

    The line in which the cursor is currently located is not displayed.

    ___________________________________________________________________
    Windows 10 Pro (x64) Version 1909 (OS build 18363.657)
    https://docs.microsoft.com/en-us/windows/release-information/
    EmEditor Professional (x64) Version 19.6.0 (installed and portable)

    tuska
    Participant

    Yes, the following is displayed:
    Marked lines(!) / Total number of lines

    The line in which the cursor is currently located is not displayed.

    ___________________________________________________________________
    Windows 10 Pro (x64) Version 1909 (OS build 18363.657)
    https://docs.microsoft.com/en-us/windows/release-information/
    EmEditor Professional (x64) Version 19.6.0 (installed and portable)

    tuska
    Participant

    Hi,
    Yes, the following is displayed:
    Marked lines(!) / Total number of lines

    The line in which the cursor is currently located is not displayed.

    ___________________________________________________________________
    Windows 10 Pro (x64) Version 1909 (OS build 18363.657)
    https://docs.microsoft.com/en-us/windows/release-information/
    EmEditor Professional (x64) Version 19.6.0 (installed and portable)

    in reply to: 19.5.0 x64 | v19.6 beta 3 (19.5.93) x64 | Filter | Mark lines #26602
    tuska
    Participant

    EmEditor v19.6 beta 5 (19.5.95) February 11, 2020
    Fixed an issue where EmEditor could freeze when changing the selection while filtered.
    https://www.emeditor.com/emeditor-beta/emeditor-v19-6-beta-5-19-5-95-released/

    Confirm fixed!
    Thank you very much for your endeavours!
    ________________________________________________________________________________
    Windows 10 Pro (x64) Version 1909 (OS build 18363.657)
    https://docs.microsoft.com/en-us/windows/release-information/
    Intel(R) Core(TM) i7-4770 CPU @ 3.4OGHz, 16 GB RAM
    EmEditor v19.6 beta 5 (19.5.95) February 11, 2020 (installed & portable version)

    in reply to: 19.5.0 x64 | v19.6 beta 3 (19.5.93) x64 | Filter | Mark lines #26596
    tuska
    Participant

    https://www.emeditor.com/emeditor-beta/emeditor-v19-6-beta-5-19-5-95-released/
    EmEditor v19.6 beta 5 (19.5.95) February 11, 2020
    Fixed an issue where EmEditor could freeze when changing the selection while filtered.

    Confirm fixed!
    Thank you very much for your endeavours!

    ________________________________________________________________________________
    Windows 10 Pro (x64) Version 1909 (OS build 18363.657)
    https://docs.microsoft.com/en-us/windows/release-information/
    Intel(R) Core(TM) i7-4770 CPU @ 3.4OGHz, 16 GB RAM
    EmEditor v19.6 beta 5 (19.5.95) February 11, 2020 (installed & portable version)

    in reply to: 19.5.0 x64 | v19.6 beta 3 (19.5.93) x64 | Filter | Mark lines #26595
    tuska
    Participant

    Confirm fixed!
    Thank you very much for your endeavours!

    Windows 10 Pro (x64) Version 1909 (OS build 18363.657)
    https://docs.microsoft.com/en-us/windows/release-information/
    Intel(R) Core(TM) i7-4770 CPU @ 3.4OGHz, 16 GB RAM
    EmEditor v19.6 beta 5 (19.5.95) February 11, 2020 (installed & portable version)

    in reply to: 19.5.0 x64 | v19.6 beta 3 (19.5.93) x64 | Filter | Mark lines #26594
    tuska
    Participant

    https://www.emeditor.com/emeditor-beta/emeditor-v19-6-beta-5-19-5-95-released/
    EmEditor v19.6 beta 5 (19.5.95) February 11, 2020
    Fixed an issue where EmEditor could freeze when changing the selection while filtered.

    Confirm fixed!
    Thank you very much for your endeavours!

    ________________________________________________________________________________
    Windows 10 Pro (x64) Version 1909 (OS build 18363.657)
    https://docs.microsoft.com/en-us/windows/release-information/
    Intel(R) Core(TM) i7-4770 CPU @ 3.4OGHz, 16 GB RAM
    EmEditor v19.6 beta 5 (19.5.95) February 11, 2020 (installed & portable version)

    in reply to: External Tools #27538
    tuska
    Participant

    $(CurText)
    ?

    in reply to: Recent File History 19.8.0 #26735
    tuska
    Participant

    I would update to version 19.8.1

    tuska
    Participant

    Hello,
    Email + attachements (2 videos, 3x Report.wer) sent on Feb. 8, at 10:32 pm.

    Thanks.

    tuska
    Participant

    Thank you for your answer and the hint regarding language setting.
    I have already looked at the website with explanations.

    I had set as language “English (United Kingdom)”. Here the context menu entry is not available.

    If I set the following languages (installed version, portable version), then I get the context menu entry:
    – English (United States) – (context menu entry: “Rename”)
    – Deutsch – (= German; context menu entry: “Umbenennen”)

    I only tested these two languages.

    in reply to: 19.3.1 x64 – Text shifting with arrow keys no longer works #26269
    tuska
    Participant

    After having received an email from Mr. Emura on Nov. 3, with a hint regarding the settings,
    the problem with the 2 tabs when starting EmEditor is also solved for me.

    I have changed my settings as follows:
    Tools > Customise… > Shortcut >
    ☑ Display a tray icon to the task bar
    ☑ Display a tray icon when EmEditor launches

    Thanks a lot!

    in reply to: 19.3.1 x64 – Text shifting with arrow keys no longer works #26266
    tuska
    Participant

    Thank you very much for your prompt fix of the “Move Line Up/Down” commands!

    There is still a problem with the double tabs after program starts,
    which, however, in Version 19.3.2 only occur randomly.

    I have sent you another email with a link to a new video.
    Thank you!

    in reply to: 19.3.1 x64 – Text shifting with arrow keys no longer works #26263
    tuska
    Participant

    Thank you for your prompt response.

    02.11.2019 19:22:
    I sent an email with all information including a video by email.

    I would like to add only that the “problem” when using the
    – file “C:\Program Files\EmEditor\EmEditor.exe” and
    – not using the file C:\Program Files\EmEditor\emedtray.exe
    occurs.

    Thanks in advance.

    in reply to: 19.3.1 x64 – Text shifting with arrow keys no longer works #26261
    tuska
    Participant

    I’ve checked that again now (2 tabs):

    The “problem” occurs in the 64 bit version (installed), and only with the first program start,
    when I use EmEditor

    – with a shortcut on the desktop –> “C:\Program Files\EmEditor\EmEditor.exe” or
    – with a button in file manager “Total Commander” –> command: “C:\Program Files\EmEditor\EmEditor.exe”

    If I move EmEditor to the systray with ESC and then open it with a double click,
    there is only 1 tab page left.

    This “problem” does not exist in the portable 64 bit version.

    If you still need the information about Customize Workspace, I can deliver it later.

    Is it possible to integrate a .png image file here directly (25,2 KB) or only via an external website (image hoster)?
    (I think I have seen a picture here directly in the forum … but I don’t know how to set it up)

    in reply to: Bookmarks removal after renaming/moving of a textfile #26244
    tuska
    Participant

    [… … or when opening a text file created with the 64 bit version with the 32 bit version and vice versa …]

    Sorry, I meant
    bookmarks are also lost when opening a text file created with the 64 bit version with the 32 bit version and vice versa.

    in reply to: Bookmarks removal after renaming/moving of a textfile #26243
    tuska
    Participant

    Outside of EmEditor the bookmarks are currently lost,
    when I copy, move or rename a file.
    [… … or when opening a text file created with the 64 bit version with the 32 bit version and vice versa …]

    Viewing 25 posts - 26 through 50 (of 74 total)