Forum Replies Created

Viewing 25 posts - 51 through 75 (of 126 total)
  • Author
    Posts
  • in reply to: Bookmarks & Side Bar #17078
    ldm
    Participant

    Yutaka, could you please provide a link to the source code, which you mentioned in your post? Thank you

    in reply to: Bookmarks & Side Bar #17075
    ldm
    Participant

    Yes, please add, it will be very useful!

    in reply to: [Bookmarks] -> how can I see All my bookmarks? #12098
    ldm
    Participant

    In the drop-down menu, how can I see line contents instead of line numbers?

    in reply to: [Bookmarks] -> how can I see All my bookmarks? #11315
    ldm
    Participant

    could you help to write such macro?

    in reply to: Sticky Vertical Mode @Java macro -> how to set? #11314
    ldm
    Participant

    ok, how can I check whether I’m in the Vertical Mode using a Java Script?

    Is it possible to change a carret or mouse pointer when I’m in the Vertical Mode?

    How can I exit the Vertical Mode using Java scripting?

    Thank you

    in reply to: [Snippets] Several Triggers for the same snippet #11313
    ldm
    Participant

    ok, but could you implement the feature in the future? does it make a sense for you?

    in reply to: EmEditor & Linux files [mapped drive] #11301
    ldm
    Participant

    okay, thank you, but I don’t have ROOT/ADMIN rights to change these files …

    in reply to: EmEditor & Linux files [mapped drive] #11299
    ldm
    Participant

    “Check your Samba settings for the share you’re using and set the create mask option to 0644 (or whatever you like)” – how can I do so?

    in reply to: EmEditor & Linux files [mapped drive] #11297
    ldm
    Participant

    BTW, I tried to disable the ‘BackUp’ option in the ‘Configuration Properties’ – it doesn’t help.

    in reply to: EmEditor & Linux files [mapped drive] #11296
    ldm
    Participant

    Okay, as for the Unix/Linux files, they have the readable/writable/executable attributes. Files or example, when I do a listing of the files, I can see these attribute:
    So, when I map a linux drive to windows and use EmEditor to edit the files, after I save the files they become ‘executable’ (see the examples below):

    BEFORE ‘SAVE’ command in EmEditor:
    \%> ls -al
    -rw-r–r– file1.txt
    -rw-r–r– file2.txt
    where ‘r’ is for ‘readable’
    where ‘w’ is for ‘writable’

    AFTER ‘SAVE’ command in EmEditor:
    \%> ls -al
    -rwxr–r– file1.txt
    -rwxr–r– file2.txt
    where ‘x’ is for ‘executable’

    So, I’d like the EmEditor WILL NOT CHANGE ATTRIBUTES of the files.

    Hopefully you caught my point…

    Thank you

    in reply to: [Snippets Plug-in] Where it stores it database #11273
    ldm
    Participant

    Thank you for the explanation, very comprehensive!

    in reply to: [Snippets Plug-in] Where it stores it database #11270
    ldm
    Participant

    As for the EmEditor performances, are they the same in the regular and portable versions?
    What are the cons & pros for the portable version?
    Thank you

    in reply to: several actions on a single shortcut #11268
    ldm
    Participant

    Thanks!

    in reply to: several actions on a single shortcut #11266
    ldm
    Participant

    Actually I’m not familiar with the macros… Are the macros implemented using java scripting? So, after a macro recording, can I open it and see a java code? Really?

    in reply to: several actions on a single shortcut #11264
    ldm
    Participant

    Thanks! But can I do it using the java scripting?

    in reply to: [Snippets Plug-in] Doesn't work if not selected in tooltar #11260
    ldm
    Participant

    It works, thanks!

    in reply to: Native Linux support #11250
    ldm
    Participant

    Where is it possible to download earlier versions of EmEditor?

    in reply to: Escape Sequence #11245
    ldm
    Participant

    Thanks!

    in reply to: Native Linux support #11237
    ldm
    Participant

    Is it possible to run EmEditor under Wine@Linux? How?

    in reply to: [Snippets Plug-in] Where it stores it database #11233
    ldm
    Participant

    Is there a way to re-define its default location?

    in reply to: Projects Plug-in & Read-Only Attribute #11214
    ldm
    Participant

    Yes, please consider specially in Project plug-in (ability to define that all the files from a certain project will be open in read-only mode by default).

    in reply to: Projects Plug-in & Multiple Instances of EmEditor #11202
    ldm
    Participant

    Yes, please consider, it might be very useful. Currently the EmEditor doesn’t fully support the multi-instance feature (e.g. due to this plug-in restriction).
    Please also add a full support to multi-instance feature.
    Thank you

    in reply to: Vi/Vim command mode #10286
    ldm
    Participant

    Okay so how can I start the VI mode?
    How do I switch between the command and edit modes?
    How do I switch between the regular editing EmEditor mode and VI mode?
    Does the plugin support all the VI commands? What’s about gVIM commands?
    Thank you!

    in reply to: Vi/Vim command mode #10283
    ldm
    Participant

    Hi,
    Thank you for your reply.
    Where should I put the DLL? Should it be placed in the installation directory?
    How should I use the VI mode? Could you please provide some Guide Lines for the VI plug-in?
    Thank you

    ldm
    Participant

    Okay, if you can implement the 10 or more cursor position history of the cursor, you would not need an automatic generating of the bookmarks.
    An automatic generating of the bookmarks is very similar to the page number of the code. The code is virtually divided to the pages (a code portion, which is fitted to the actual size of the main window). This allow jumping not just to the line number, but to the page number as well (might be useful in large files). When the Main Window is re-sized, then the so-called page-bookmarks are re-generated. I don’t know how it’s difficult to implement such feature …
    But, as for the cursor history 10 positions backward and forward, would you like to implement this feature. It could be very useful for the code navigation.
    Thank you!

Viewing 25 posts - 51 through 75 (of 126 total)