Forum Replies Created

Viewing 25 posts - 2,876 through 2,900 (of 3,682 total)
  • Author
    Posts
  • in reply to: Search Box disappeared #6420
    Yutaka Emura
    Keymaster

    FredericCC wrote:
    Hi,
    I’ve encountered this problem is both verision 7 and version 8 beta6
    OS: Japanese Windows XP SP3 (possibly SP2 encountered as well? I did a recent OS upgrade but encountered this a few times.)

    The search box does not show up after some time of use. (I can still search but need blind-typing…)
    I need to re-install and clear personal settings to solve this problem.

    I have installed the plugins that comes with emeditor and the 2 text sorting plugins too. I’m not sure will they affect it(?)

    Which search box are you talking about? The search box you will get when you press CTRL + F? or search box in the Toolbar?

    in reply to: Reload File #6418
    Yutaka Emura
    Keymaster

    Richard wrote:
    Hi,

    I am using Emeditor7 and I am missing a simple “RightClick Menu + ReloadFile” file function. I know that EmEditor has an automatic detection for changed files, but I have to turn it of.

    To reload a file I use “File -> Reload > Same Encoding”. I need it quite often, so it is kind of annoying. Another alternativ is to use a shortcut key like “F5”, which means a reload in most brosers.

    If this possibility already exists, I would be very thankful for a hint. Keep up the good work… I am looking foreward to the large file controller in EE8!

    How about double-clicking the Status Bar where you see the current encoding?

    Also, you can customize the right-click menu (Context Menu) to however you would like. To customize menus, select Customize Menus on the Tools menu.

    in reply to: Issues in vertical selection feature #6416
    Yutaka Emura
    Keymaster

    visitor wrote:

    Yutaka wrote:
    What bugs are you talking about?

    Please look at my previous posts in this topic.
    In addition I can make some more screenshots.

    Please be more specific. Of course, I can see your previous posts. I want to make sure which posts you are referring to, and I want to know which bugs are not fixed yet. Some of the bugs have been already fixed. Thank you.

    in reply to: EmEditor Tab Arrangement – legacy behavior option? #6414
    Yutaka Emura
    Keymaster

    emedfan wrote:
    I believe the updated tabbed file enhancements were introduced around EmEditor 7. However, ever since this changed behavior, my editing experience has never been the same :(

    In a nutshell, I really miss the original tabbing capabilities of EmEditor. The ability to simply CTRL + TAB to the next tab (chronologically) and CTRL + SHIFT + TAB to go back. That’s it. The sorting was simply chronological, based on the current “View” (or sorting) of the open tabs, no re-arrangement, etc.

    While the new Tab arrangement features are nice to have, I have found myself constantly having to Work-Around this “feature”. It is very frustrating to want to jump one, or even three tabs ahead, but be limited from doing so and only being able to jump based on which was Last Active, by file type, or alphabetically, etc.

    Auto-Arrange is the best attempt at curing this issue, however once a tab is activated, it is forced back to the beginning and can throw off the entire sequence. Argh! This is especially concerning when there are 10-20+ open tabs at one time :(

    In short, if there is something I am missing, please let me know! How can I keep my own defined arrangement for my tabs (drag and drop re-ordered, etc) and be able to change tabs chronologically, as some of the best tabbed applications handle them: FireFox, iTerm, etc.

    Is there anyway EmEditor 8 can feature a new “Arrange tabs by” option to reintroduce this missing tab behavior?

    Thank you for such a wonderful editor, Emurasoft! +1 for Mac OS X port :)

    I am not sure exacly what you need, but did you check “Switch to Last Used Document for Next Document Command” in the Window tab of the Customize dialog box?

    in reply to: Issues in vertical selection feature #6412
    Yutaka Emura
    Keymaster

    visitor wrote:
    And what about other bugs? Will you release v8 with them?

    What bugs are you talking about?

    in reply to: EmEditor Professional 8.00 beta 7 #6404
    Yutaka Emura
    Keymaster

    shastafir wrote:
    Oh no, not auto-panning…

    New Feature: Auto-panning by clicking the mouse wheel.

    Please let users disable this or–preferably–switch it to Adobe-style panning. The Microsoft panning is worse than useless.
    Em
    (loyal EmEditor fan…)

    Why do you want to disable it? You don’t have to use it if you don’t need it.

    in reply to: EmEditor Professional 8.00 beta 8 #6402
    Yutaka Emura
    Keymaster

    Also, watch all of our new tutorial videos:
    http://www.emeditor.com/modules/tutorials4/

    Please let us know if you have any comments. We are going to create more videos!

    in reply to: EmEditor Professional 8.00 beta 7 #6400
    Yutaka Emura
    Keymaster

    Flint wrote:
    Maybe, not exactly a bug, but definitely a problem. :-)

    I opened a large file (SQL, 39 Mb, 130 lines). Then I performed a search for the regular expression:
    (?<!)(\)*Z
    and found one. Then I press Shift+F3 to find the last occurence, and EE hanged completely. It looks like it tries to find what I asked, but does not show the progess dialog, so I cannot interrupt the search. I waited for 5 minutes, but still no dialog appeared, and I had to terminate EE.

    Besides, the backward search turned out to be extremely slow. For testing I tried to find a word “DROP“. Here is the part of the text from one of the lines of that SQL file:

    const CS_DROPSHADOW = $00020000;
    rnbegin
    rn inherited;
    rn { Disable drop shadow effect on Windows XP and later }
    rn if (Win32Platform = VER_PLATFORM_WIN32_NT) and
    rn ((Win32MajorVersion > 5) or
    rn ((Win32MajorVersion = 5) and (Win32MinorVersion >= 1))) then
    rn Params.WindowClass.Style := Params.WindowClass.Style and not CS_
    DROPSHADOW;

    Here I highlighted the found occurences of “DROP”. I searched backward, so I found the second occurence. And when I pressed Shift+F3, it took EE 5 seconds to find the previous occurence, though it is less than 400 characters away!

    I’m using EE 8.0b7 on WinXP SP3.

    I understand this is an issue. I might fix that in future versions.

    in reply to: Find in Files to output bar #6399
    Yutaka Emura
    Keymaster

    PaperPlate wrote:
    The ability to have the output generated by the find in files display in the output bar is fantastic. Is it possible to have this work for macros using the FindInFiles command as well?

    Thanks

    Yes, include the this value:

    eeFindOutput: 16777216

    as nFlags parameter of FindInFiles Method (Editor Object). The constant (eeFindOutput) will be defined in the next beta of Version 8. Thanks!

    in reply to: Help file improvements #6396
    Yutaka Emura
    Keymaster

    Stefan wrote:
    EmEditor Help – EmEditor Macro Reference – Directives

    I miss the info that this Directives must be
    on top of the script at the first lines, above the main code.
    (Maybe this is familiar for coders, but not for all people)

    And we need no enclosing the text in quotes ” ”
    because the are then part of the title or tool tip too.

    ——————- ——————–
    I have testet this issue with this little macro:

    #title = Enclose selection with \%…\%
    #tooltip = Tooltip: Select some text and execute this macro to put an \%-sign in front and at the end of the selected text
    ‘// enclose an selection with sign
    mySign = “\%”
    selText = document.selection.Text
    selText = mySign + selText + mySign
    ‘alert selText
    document.selection.Text = selText
    ——————– ——————–

    I have updated the Help in the next beta. Thanks!

    Yutaka Emura
    Keymaster

    dreftymac wrote:

    You can use QueryStringByID Method to figure out which plug-in corresponds to which ID

    Yes, thank you for this, but that was not actually the question. The question is not how to run any plugin, but the question was how to run any specific *command* inside of any specific plugin.

    For example:


    /// we know we can do this for any plugin ...
    var idd = 5637; /// QueryStringByID found this for us
    editor.ExecuteCommandByID(idd); /// activate the "outline" plugin

    /// but can you do *this* for any plugin ...
    /*
    var oPlugin = editor.GetPluginByID(idd); /// <-- how can you do this?
    oPlugin.doCommand('CollapseAll'); /// <-- or this?
    oPlugin.doCommand('ExpandAll'); /// <-- or this?
    oAnyPlugin.doCommand('AnyCommandYouWant'); /// <-- or even this?
    */

    It is not possible, unfortunately.

    Yutaka Emura
    Keymaster

    dreftymac wrote:
    PROBLEM:
    I would like to be able to run all available plugin commands from an emeditor macro. The problem is, ExecuteCommandByID does not seem to know what all the ID numbers are for every single plugin action.

    QUESTION:
    Is ExecuteCommandByID capable of finding and running all of the commands that are defined in every plugin? If not, is there another way to tell a macro to run any arbitrary command from any arbitrary plugin?

    Thanks for any help or info

    You can use QueryStringByID Method to figure out which plug-in corresponds to which ID.

    in reply to: EmEditor Professional 8.00 beta 7 #6390
    Yutaka Emura
    Keymaster

    Stefan wrote:
    That Download side
    http://www.emeditor.com/modules/download2/ (Next Beta Version)

    still links to beta 6

    instead to beta 7
    http://www.emeditor.com/pub/emed800b7epx.msi

    Sorry, I just updated the link.

    in reply to: Find Next or Find Next Word #6387
    Yutaka Emura
    Keymaster

    iisisrael wrote:
    I altered it a little to (almost) match what we want to accomplish:

    s = document.selection.Text;
    if (!s) { document.selection.FindRepeat(eeFindRepeatNext); }
    else {
    document.selection.Find( s, eeFindNext | eeFindReplaceRegExp );
    }

    However, the “document.selection.Find” doesn’t replace the string used by “document.selection.FindRepeat”! This means, when I select text and run this macro, then click to erase the selected found text, and run the macro again, it doesn’t repeat the find on the recently selected text find, but finds the text from the last “Find”. How do I replace the last “Find” value?

    Also, if the currently selected text is selected as a result of the find, I don’t want that to become the new find string, I want to continue with the original find string. how do I check to make a distinction between a manually selected string and a string selected by a find? (i.e. I want to repeat my search for the regex, not the next resulting found string from the regex)

    Thanks!

    I don’t think there is a good way to replace the last Find value.

    You might want to claer “Use Word at Cursor in Find/Replace Dialog Box” in the Search tab of the Customize dialog box so the Find string will always become the last searched string.

    in reply to: Highlight current line quirks #6382
    Yutaka Emura
    Keymaster

    viettuan wrote:
    Version 8 beta release but,I don’t see a new change. This problem is not fix. :-o :-o :-o
    We will have to wait how long?

    In Version 7 or later, you can use “Transparent” color for the background color.

    Go to the Display tab of congirutation properties, and select “Transparent” for the background color of highlight items. An easiest way is to select “EmEditor Standard” and customize from here.

    in reply to: Find Next or Find Next Word #6375
    Yutaka Emura
    Keymaster

    iisisrael wrote:
    I want to select text, hit one key, and find the next occurrence USING CURRENT FIND OPTIONS (e.g. “Use Regular Expressions”).

    * Currently, Find Next Word does this EXCEPT for regular expressions. (i.e. “Match Case” is left checked/unchecked, but “Use Regular Expressions” gets unchecked by using Find Next Word).
    * If Find Next Word isn’t the place to do this, then Next should have an option of switching the Find string to the currently selected text (if any selected) without requiring I open the Find… dialog box first. As it is, Next ignores the currently selected text and moves to the next occurrence of the last Find… string.

    This will be a BIG time saver as ergonomics and editing speed / efficiency are a high priority. Thanks.

    You are right. If you use the same option (Regular expression) always, how about using this macro:


    document.selection.SelectWord();
    s = document.selection.Text;
    document.selection.Find( s, eeFindNext | eeFindReplaceRegExp );

    in reply to: Projects.dll crash #6372
    Yutaka Emura
    Keymaster

    Stefan wrote:
    EmEditor 8 beta3
    FileDescription : EmEditor
    FileVersion : 7, 9, 9, 0
    ProductVersion : 7, 9, 9, 0
    Creation Date : 02/10/2008 17:52:24

    I have the Project plugin open.
    i have two files in the project.
    I was able to drag and drop one file at the other
    (like drag an file to an sub-folder)

    Then i get this error:

    —————————
    EmEditor
    —————————
    An application error has occurred in the plug-in:
    Projects.dll
    at the function:
    OnEvents
    nEvent = 0x200000

    Do you want to disable this plug-in?
    —————————
    Ja Nein Abbrechen
    —————————

    I couldn’t reproduce issue, but I hope it has been fixed already in beta 5. Can you please try again with beta 5? Thanks!

    in reply to: EmEditor Professional 8.00 beta 5 #6371
    Yutaka Emura
    Keymaster

    zhouzh2 wrote:
    Box Select issue:
    http://www.live-share.com/files/355464/bug.swf.html

    I realize this issue, but this is currently by design. When using proportional fonts, this behavior can happen. Make sure you use a fixed pitch font.

    in reply to: EmEditor Professional 8.00 beta 5 #6370
    Yutaka Emura
    Keymaster

    ToadLoadin wrote:
    Strange display of indent Guides while box editing:

    http://www.box.net/shared/poiv2eazzo

    OK. it will be more natural in the next version.

    in reply to: EmEditor Professional 7.50 alpha 1 #6363
    Yutaka Emura
    Keymaster

    I fixed (1) Select Encoding dialog issue in beta 5.

    (2) Overlapped control characters.
    Check “Show Control Characters” in the Marks tab of Customize dialog box. One is on and the other is off. The character width is calculated according to rectangular box (when “Show Control Characters” is off). It is difficult to adjust this width and it is hard to explain here. Please use the settings when “Show Control Characters” is off.

    in reply to: EmEditor Professional 8.00 beta 4 #6362
    Yutaka Emura
    Keymaster

    yongfa365 wrote:
    Search all open documents bug

    regular expressions bug :
    http://zixunchaoshi.com/test/bug1.swf

    replace bug:
    http://zixunchaoshi.com/test/bug2.swf

    I will fix both cases by next beta. Thanks!

    in reply to: EmEditor Professional 8.00 beta 4 #6358
    Yutaka Emura
    Keymaster

    owilsky wrote:
    Workspace bug, also in stable version 7.02:

    – configure EmEditor to automatically save workspace when exiting EmEditor
    – Open only one file
    – Close EmEditor
    – Restart EmEditor
    – Previously opened file is reopened. So far, so good.
    – Close EmEditor
    – Delete or rename the one file of the workspace
    – Try starting EmEditor from start menu

    EmEditor complains about the missing file and refuses to open.

    Only possibility to open EmEditor is to give an existing file name as argument.

    Could you fix this please? It is very annoying.

    Yes, in Version 8, there is a new command called “Erase Workspace”, but that was not enough. In the next beta, there will be a prompt message to ask you if you want to erase workspace in this case.

    in reply to: EmEditor 8 beta 3 replace function #6355
    Yutaka Emura
    Keymaster

    stewcam wrote:
    I think you may be right in thinking that the replace function has a particular problem with non-text items. For example, one search and replace that ran extremely slowly on a 5 Mb file and then locked the computer involved finding the tab and newline combination tn and replacing it with the pipe character |. The same operation ran almost instantly in NoteTab Pro, even though it involved over 20,000 replacements. It ran quite quickly in Boxer, but never concluded as the maximum line length was then exceeded. It also failed to finish in TextPad, causing the program to freeze.

    You are right about it! I will try to optimize the speed in these conditions as well. Thanks!

    in reply to: customise SQL syntax #6354
    Yutaka Emura
    Keymaster

    Nufacik wrote:
    Hi Yutaka.

    Your advice looks as the right solutions, but have 1 issue…
    If I write keyword, I press SPACE to complete word and selection from dialog. Aftewr this, keyword will change tu uppercase. Its fine, but I’m still on edn of the word. So I have tu pust one mor time space to move cursor about one char next… So, If I do this, aj write word and must pust 2 times space to continueing writing… this is only one “bug”… otherwise its look fine…

    You are right. But I don’t think there are ways to work arund this now. I might think about adding this feature in future versions. Thanks!

    in reply to: How to use "Object"? #6353
    Yutaka Emura
    Keymaster

    Stefan wrote:
    Sorry, i don’t understand this
    and didn’t found this answer in the help or on the forum.

    In help i found
    WrapMode Property
    [VBScript]
    nMode = object.WrapMode
    object.WrapMode = nMode

    I try
    nMode = Object.WrapMode
    alert nMode

    But get an error ==> [Object needed: object]

    Question:
    how can i do this?
    Something like ==> SET OBJECT = CreateObject(“EEMacro.dll”) ???
    I searched everywhere … :-(

    v8 beta4
    Thanks for an hint, Stefan.

    I am sorry the document is not clear. This portion was meant to show the syntax. More examples were needed.
    Here is how you might want to accomplish your task:


    cfg = document.Config;
    cfg.General.WrapMode = eeWrapByWindow;
    cfg.Save();

Viewing 25 posts - 2,876 through 2,900 (of 3,682 total)