Forum Replies Created

Viewing 25 posts - 3,201 through 3,225 (of 3,662 total)
  • Author
    Posts
  • Yutaka Emura
    Keymaster

    ziguolo wrote:
    Any word about this subject????

    Since this is a suggestion forum, I do not always reply to messages. I certainly consider this in future versions. Thanks!

    in reply to: JavaScript syntax coloring in ASP files #5388
    Yutaka Emura
    Keymaster

    Passiday wrote:
    Hello,

    I have some old projects that are written in classic ASP, using JavaScript scripting language (don’t ask).

    I love to work them, using EmEditor, however syntax highlighting gives me hard time sometimes. It seems as the editor can not distinguish what scripting language should be assumed, and colors my ‘strings’ in green, because it thinks it’s a VBScript comment. And that’s just one example.

    I think I am missing something here… Perhaps there should be some way to fix this erroneous behaviour? Some setting, where I can write, what Scripting language is associated with ASP?

    Thanks!

    Is there any options like lang=’JavaScript’ in your code?

    Can you please zip your sample ASP code and email it to [email protected]? Thanks!

    in reply to: Problem with Vista 64-bit file extensions #5385
    Yutaka Emura
    Keymaster

    EEuser wrote:
    OK, thanks. I don’t know if I need to add another post but another thing that I noticed was that the Word Count Plug-in didn’t seem to work. I went to enable it and EmEditor grayed it out (I assume this indicates either a missing plug-in or a broken one). I did not dig into it any further than that. Thanks again.

    You probably did not select any text when you try to use the Word Count plug-in. If you want to count the entire text in the document, select all by pressing CTRL + A, and then select the Word Count plug-in.

    in reply to: Problem with Vista 64-bit file extensions #5383
    Yutaka Emura
    Keymaster

    EEuser wrote:
    Yeah I am, sorry for not mentioning that earlier.

    No problem at all. I will look into this issue as soon as I come home from my trip. Thanks!

    in reply to: Problem with Vista 64-bit file extensions #5380
    Yutaka Emura
    Keymaster

    EEuser wrote:
    I tried that at that also didn’t work. Any other suggestions? Thanks

    Are you using the 64-bit version of EmEditor Professional?

    in reply to: editing after End Of Line #5377
    Yutaka Emura
    Keymaster

    cptraddict wrote:
    I am currently running version 7.00.1 and the issue is still there. just incase my initial description was not clear enough, these are the steps that I am using to reproduce the issue:

    Open a new file
    Type some text (ie- “qwerty”)
    Press enter
    Click on line 1 column 80 and type “u”

    The old behaviour that I am accustomed to is that “u” is on line 1 column 7. the Behaviour that I am seeing is that “u” is at column 80 and there are 73 spaces in between “y” and “u”.

    I suspect “Enable Virtual Space” is checked in the General tab of the current Configuration Properties.

    in reply to: Infos of cursor position and bookmarks are disturbed when… #5374
    Yutaka Emura
    Keymaster

    LTT wrote:
    Yes.
    And please test from the trayicon menu. (I finally found this today.)

    I am travelling now, and I cannot debug now. I will look into the problem when I have a time. Thanks!

    in reply to: Less clever autoindent #5371
    Yutaka Emura
    Keymaster

    frode wrote:
    I would like an option to indent a line as the previous line, no matter what character the line ends with. I’m programming in javascript, and structure the code in following manner:

    kontakter = new Ext.Panel({
    region: 'center',
    title: 'Kontakter',
    width: 400
    });

    This is an usual way to structure code with the Extjs library. But EmEditor indents the lines starting with ‘title’ and ‘width’, because the previous sentence does not end with a semicolon, and hence is not an end of statement. I haven’t found a way to change this behaviour.

    Frode

    How about removing any characters in the “End of Statement” text box?

    in reply to: Problem with Vista 64-bit file extensions #5370
    Yutaka Emura
    Keymaster

    EEuser wrote:
    I installed 7.00.1 and when I went to associate a .php extension the OS would not allow it.

    I went to Open With, Browse, selected emeditor.exe, and nothing. EmEditor was not added to the list for me to select from.

    You should associate file extensions from within EmEditor. Go to the Tools menu in EmEditor, select Customize, File tab, click Associate with EmEditor.

    in reply to: Infos of cursor position and bookmarks are disturbed when… #5369
    Yutaka Emura
    Keymaster

    LTT wrote:
    These two problems still exist. :-(

    Are you using v7.00.1?

    in reply to: editing after End Of Line #5368
    Yutaka Emura
    Keymaster

    cptraddict wrote:
    I am evaluating v7 new features and I have noticed a difference between the way emeditor used to behave. My previous experience was if you click on any area after the the end of a line the cursor position would move to the end of the line. What I am seeing now is when you click in the area the cursor is not moving witch is causing me alot of unintentional edits. Is this behaviour due to a new feature or the result of my evaluating the various options in the new version? at any rate if someone knows how to modify the settings to achieve this I would greatly appriciate the help

    Did you try Version 7.00.1?

    in reply to: Command line using wildcards…. #5367
    Yutaka Emura
    Keymaster

    gan wrote:
    Is there any settings that will allow using wildcards on the command line? For example if i type emeditor *.txt to open all the textfiles in the current directory. If i try to do that now i only get the error message The specified path is invalid.
    If that is not possible to do by changing some settings it would be nice to see this in a future release of emeditor.

    If you search in this forum, you will see similar posts in the past. I might consider this feature in future. Thanks!

    in reply to: Turn off auto tabulation #5360
    Yutaka Emura
    Keymaster

    You can turn off Auto Indent option.
    In Current Configuration, go to Basic tab, press Tab/Indent and turn off Auto Indent.

    in reply to: Search/Replace in files via network share #5352
    Yutaka Emura
    Keymaster

    Snusmumrik wrote:
    If I try to do a “Search/Replace in Files” onto a a network share, i.e. machineshare, Emeditor seems unable to find any files. As of now, I have to map a share to a local drive to make the search work.

    I’d like Emeditor to be able to do search and replace in files directly onto a network share, would simplify things a lot.

    I could not reproduce your problem. I can find/replace files in network shares. Can you make sure your shares have write permissions, and you can use Notepad to create and write files on to that share?

    in reply to: Crashed When Trying to [Replace in Files] from Trayicon #5346
    Yutaka Emura
    Keymaster

    LTT wrote:
    [Find in Files] from trayicon is ok.

    Then switch to [Replace in Files], press [Replace All] button, confirm the warning dialog. The new process of EmEditor.exe for the replacing job will be terminated immediately.

    V6’s trayicon can finish the same job.

    I reproduced this issue. I will fix that by next minor version. Thanks!

    in reply to: Creating new documents…. #5344
    Yutaka Emura
    Keymaster

    gan wrote:
    Is there any setting that will allow me to create more then one new/empty document? When i make a change to the new/unmodifed document i’m able to create one new document using CTRL-N, but i’m not able to create several new/empty text files since emeditor won’t create a new document as long as i already have a new/unmodified document open.

    No, but you can create new files from comman line or from the Tray Icon.

    in reply to: Power Columns #5342
    Yutaka Emura
    Keymaster

    Criss wrote:
    Yes, Emeditor can do columnar selections, but edits on this selection are not applied to all lines of a selection.
    F.e. make a column selction of zero width and begin to type:
    Emeditor: the text appears on only one line, on the other lines nothing happens.
    BoxEditor Plugin or Boxer Texteditor: the typed text appears on all lines – which I think is the natural behaviour.
    Theres is a demo at http://www.boxersoftware.com/pgbwin.htm.
    If you select some text in box mode and type something, the typed text should appear on all lines.

    This is for example useful to prefix some lines with something or to replace the prefix with something else, or to fill columns in a table with a default text.

    Thanks for information. I will think about adding this feature, but meanwhile you can use BoxEditor plug-in, and you can assign a shortcut key to run this plug-in. Thanks!

    in reply to: Tab Columns Indent Columns #5341
    Yutaka Emura
    Keymaster

    To observe indent feature, in the Tab/Indent dialog box:

    – “Enable Auto Indent” must be checked.
    – “Begin Indent” and “End Indent” text boxes must be filled, for instance, { and }.

    Then if you type, “line 1, {, line 2, line3, }, line4”, you will see


    line 1
    {
    (indent) line 2
    (indent) line 3
    }
    line 4

    in reply to: EmEditor Notes 1.00 (Windows Vista Sidebar Gadget) #5336
    Yutaka Emura
    Keymaster

    EmEditor Notes is also available at Windows Live Gallery now:

    http://gallery.live.com/LiveItemDetail.aspx?li=b91a3ce7-2029-42f5-86a6-a71c023f1816

    Yutaka wrote:
    EmEditor Notes 1.00 (Windows Vista Sidebar Gadget)

    http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=11&lid=226

    This gadget allows you to write notes quickly, and continue editing with EmEditor.

    To install:
    Run the downloaded file EmEditorNotes100.gadget.

    If you have any questions regarding this gadget, please write here. Thanks!

    in reply to: Search in files blocks UI #5330
    Yutaka Emura
    Keymaster

    ziguolo wrote:
    Is there a way not to block the UI when a search in files is running? Could this run in a separate thread in the background so that users can continue working on other open documents?

    thx

    Create a new group, or disable the tab, and then you can do Find in Files in.

    Yutaka Emura
    Keymaster

    leo_zzz wrote:
    the AutoComplete can not config for a specific configuration,
    the combobox is empty for the ”特定の設定で使用” in my computer.
    portable version of EmEditor Professional 7.00.1 RC 10.

    does it read the config list from register only?

    AutoComplete or WordComplete?

    AutoComplete (old version) does not support INI settings, so it always reads from the Registry.

    in reply to: Macros toolbar and macros shortcuts #5322
    Yutaka Emura
    Keymaster

    bora wrote:
    Hi all!

    When in the properties of macros toolbar the “Add to My Macros when New Macro is Saved or Selected” check box is not selected I cant assign a shortcut to a macros that is not present in macros toolbar.

    Is it possible to have some of the macros’ shown in the toolbar and be able to set shortcuts for others which are not added to the toolbar. Now I cant find a way to make it this way.

    Any advice?

    Macros you want to assign shortcuts must be in My Macros list. You can add existing macros to your My Macros list. To do that, click New button in My Macros tab of Customize Macros dialog.

    in reply to: #include NOT WORK on 7.0 and 7.00.1rc9 #5319
    Yutaka Emura
    Keymaster

    fgdfg3434 wrote:
    oo! tnx
    —————————-
    #language = “JavaScript”
    #include “2.jsee”
    Window.document.write( ‘Hello!’ );
    —————————-
    this is work, but i needed the following
    ———————————
    // comment at top of the file
    #language = “JavaScript”
    #include “2.jsee”
    Window.document.write( ‘Hello!’ );
    ———————————

    Again, you cannot put // comment at top of the file.
    # lines must be at top!

    Also


    Window.document.write( 'Hello!' );

    should be


    document.write( 'Hello!' );

    Correct code:


    #language = "JavaScript"
    #include "2.jsee"
    // comment at top of the file
    document.write( 'Hello!' );
    in reply to: #include NOT WORK on 7.0 and 7.00.1rc9 #5317
    Yutaka Emura
    Keymaster

    fgdfg3434 wrote:
    !!!!!! Sorry for my english, I am not native english speaker

    I have 2 macroses. The first macros include call of second macros through new ‘#include’ directive.

    After execution of first macros I have an error:
    “Invalid sign/char
    File ….1.jsee
    Line 3″

    1.jsee
    ———————————–
    #language = “JavaScript”
    Window.document.write( ‘Hello 111 ! ‘);
    #include “2.jsee”
    ———————————–

    2.jsee
    ———————————–
    #language = “JavaScript”
    Window.document.write( ‘Hello 222 ! ‘);
    ———————————–

    #include and all directives beginning with # must be before any real code. This is because EmEditor cannot distinguish directives inside once the code begins, and so all the directives must be at top of the file.

    in reply to: Recent Files menu from trayicon #5309
    Yutaka Emura
    Keymaster

    LTT wrote:
    Hi,

    Multi-process mode.

    1. Open/Activate a new window (Untitled), then open the trayicon menu, [Recent Files] or [Recent Folders] submenu in it won’t expand.

    2. Open two or more files in separate windows, edit and save them.
    Now, activate one window, then open [Recent Files] menu from the trayicon menu;
    Activate another window, then open [Recent Files] menu from the trayicon menu again;
    The order of [Recent Files] menu appears not the same each time opened. Is this by design? (In V6 the menu always reflects the latest order in the registry. I prefer that.)

    I fixed these two issues on RC 8. Thanks!

Viewing 25 posts - 3,201 through 3,225 (of 3,662 total)