Forum Replies Created

Viewing 25 posts - 3,051 through 3,075 (of 3,680 total)
  • Author
    Posts
  • in reply to: problems with syntax highlighting #5865
    Yutaka Emura
    Keymaster

    sort wrote:
    (To answer your q’s: The .esy is my own PHP highlighter. And then, viewing any .php file)

    I have Em installed on my desktop and laptop. The copy on laptop is broken, and it is using settings/highlighting exported from the desktop version. It seemed to break when I imported the highlighting file. To test, I imported the same settings onto a third computer and it did not break.

    Now, the odd part is if I run EmEditor on my desktop from the laptop’s install directory on a network share, I will see broken highlighting. Essentially, I can run two emeditors side by side with the same file open and see both highlighted differently.

    Since EmEditor loads settings from the registry, both are operating with the same configuration set. The differences are: files in the install directory, install location, and Em version. Though with quick tests, changing the install directory and installing new versions doesn’t help. I will try a clean install of the latest version and see how that goes. But the question remains, what is going on? :)

    Please make sure both EmEditor use the Registry by looking at the About dialog box on the Help menu.

    Please email me your esy file (after zipped) at [email protected]. I will try to reproduce your issue. Thanks!

    in reply to: find and replace with regular expr #5863
    Yutaka Emura
    Keymaster

    erdem_ustu wrote:
    hi,
    I have lots of logs file.I want to find/replace but have a lot of criteria.
    for example find .doid replace do id
    find .dotb_id replace do tb_id
    find .doCOLUMN replace .do COLUMN……

    is it possible to find .do* replace .do *(put one space .do and any words)
    Note: * means any words or characters

    I found some link (http://www.emeditor.com/modules/newbb/viewtopic.php?topic_id=675&forum=19 ) but I don’t know which howmany kinds of word/characters

    please help

    Check “Use Regular Expressions” in the Replace dialog box, and then

    Find:
    do(w+?)

    Replace with:
    do 1

    Are you happy with this? :-)

    in reply to: problems with syntax highlighting #5861
    Yutaka Emura
    Keymaster

    sort wrote:
    1. Highlight regex:
    Expected to highlight all of: but highlighting stops after the first “=” where the string highlighting begins. Putting it first or last in the highlight list has no effect.

    2. After importing an .esy file, keywords are highlighted on top of line comments (// and #). Upgrading from 7.00.4 to 7.00.8 did not fix it

    1. I reproduced your problem. I will see if I can fix this issue in the future versions.

    2. I am not sure what you mean. Which esy file? What file are you viewing? Can you give me an example? Thanks!

    in reply to: show indent guides #5858
    Yutaka Emura
    Keymaster

    envisage wrote:
    Is there any chance of a “show indent guides” (vertical line) setting in EmEditor. Maybe it’s useful for programing.

    I might consider that in the future. Thanks!

    in reply to: Need for Unicode utf8 SortString plug-in! #5855
    Yutaka Emura
    Keymaster

    kornaros wrote:
    Dear Yutaka,

    thank you for the replay!

    SortStringA does not work as supposed. For example, if you have two word in polytonic Greek( in different lines): καθὼς and ἐν then there will be no result! Of course ἐν> καθὼς! Also the words must be in different lines because otherwise one will take no output. Am I wrong? Could you please design SortStringA better so that the user can choose or make some changes of the alphabetical order of his locale? I think such plug-in will be very useful for people working with OCR programs and need to make a user-defined dictionary for the Ancient Greek or Latin for better recognition!

    Thank you in Advance!

    What version of EmEditor and SortString plug-in are you using?

    Did you check the plug-in properties of the SortString plug-in? From there you can select the locale, and other options. What locale are you using for the plug-in?

    in reply to: EMEDRES.DLL #5850
    Yutaka Emura
    Keymaster

    deity wrote:
    Why so bad with icons?
    -absent 32 bit
    -absent 256×256
    -absent inf, nfo, diz , lst , asm , cfg icons ( like for txt,ini)

    If you like better icons, please create icons and email to me, and I might use your icons for future versions. :-)

    in reply to: Need for Unicode utf8 SortString plug-in! #5847
    Yutaka Emura
    Keymaster

    kornaros wrote:
    Dear friends!

    Do you know if it possible to create a unicode SortString plug-in using one or more unicode utf-8 texts(for example ancient polytonic Greek) using some user-defined letter ordering? The result must be a new text with one unicode word per line with no repetitions! I have tried SortStringA but without result for unicode Utf-8 encodings.

    Thanks in advance!

    SortStringA is Unicode plug-in, so it should work. However, if you want to create a new text and want to remove repetitions, you might need to write a macro for that purpose.

    Yutaka Emura
    Keymaster

    kornaros wrote:
    Dear friends and users of EmEditor!

    I want to use EmEditor as a replacement of popular Latex Editors like Winedt, TexnicCenter e.t.c. Could I make some useful menu bars like inserting math symbols, tables, enumerations, output profiles e.t.c found in the above mentioned editors?

    Thanks a lot!

    Have you tried M’s TeX Helper 2 plug-in?

    http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=4&lid=178
    http://www.emeditor.com/modules/mydownloads/singlefile.php?cid=4&lid=161

    Yutaka Emura
    Keymaster

    scanreg wrote:
    Is it possible to have true “0” margins – top, left, right, bottom

    This might help in sending pure ascii to the special printer, mentioned in this thread:

    http://www.emeditor.com/modules/newbb/viewtopic.php?topic_id=702&forum=2

    It seems that if we can get true 0 margins all the way around that this might work.

    The config got it down to 0.12 (or near that) for L, R, T, B for a “Letter” size in Page Config

    Also, what would it cost to have this capability custom created?

    The editor seems to work for us very nicely otherwise.

    Thanks very much

    Even if you choose 0 margins, EmEditor still send printer graphically; Not pure characters. I think all Windows programs, even Notepad, send graphical data to printer. I have never tried, but you might want to try the Command line box, and then type

    TYPE filename > PRN

    This works in the old DOS box.

    in reply to: Auto-restore last used files in editor #5844
    Yutaka Emura
    Keymaster

    scanreg wrote:
    I tend to work on the same files, about 6-8 of them

    Is there a way to have EmEditor remember those files and pull them up automatically when I open the program?

    Saves a little time hunting for the files each time.

    (I haven’t found anything like this so far in the config)

    Thanks :-)

    Check “Save Workspace Automatically” and “Restore Workspace Automatically” in the Window tab of the Customize dialog box (on the Tools menu).

    in reply to: Jump dialog box return non existing linenumber #5843
    Yutaka Emura
    Keymaster

    cyb0rg wrote:
    And problem in search dialog ( Emeditor 7.0.0.8 ):
    screenshot:
    http://img267.imageshack.us/my.php?image=errorpq2.png

    The Find dialog box is resizable. You can drag the corner of the dialog to change the size.

    in reply to: Export ALL settings into ini files? #5842
    Yutaka Emura
    Keymaster

    LTT wrote:
    Everything is OK now. (Only the “List of Recent Files to Insert” hasn’t been exported. But it’s unimportant.)
    Thank YOU!

    I will fix the “List of Recent Files to Insert”. Thanks!

    in reply to: Export ALL settings into ini files? #5833
    Yutaka Emura
    Keymaster

    This has been fixed on 7.00.9 RC1. Please see:

    http://www.emeditor.com/modules/newbb/viewtopic.php?viewmode=flat&topic_id=701&forum=12

    Please try and see if all the issue was fixed.
    Thank you.

    in reply to: Export ALL settings into ini files? #5828
    Yutaka Emura
    Keymaster

    Sorry for my misunderstanding. You are right. I will fix that by next version.

    in reply to: Export ALL settings into ini files? #5826
    Yutaka Emura
    Keymaster

    LTT wrote:

    Yutaka wrote:
    Please restart EmEditor and try Export again.

    Yes, that was just what I did. I checked to ensure no process of EmEditor or Emedtray remained.

    One more thing I can report is that, in eeCommon.ini, these items also lost their Size data:
    MainMenu-Size
    TrayMenu*-Size
    UserMenu*-Size
    Attr*-Size

    *-Size values exist only in INI files, and not necessary in the Registry.

    I don’t know why you cannot import some other values to the Registry. I will try to reproduce your issue, and will let you know. Thanks!

    in reply to: EmEditor – First impressions #5825
    Yutaka Emura
    Keymaster

    martyntw wrote:
    I’ve just downloaded EmEditor and I just had to post my initial views. I have long been a user of Textpad and never thought I would find a competitor, but EmEditor is really good. I have only played with it for a few minutes, but it is very intuitive. I easliy added Firefox as an additional Tool and particularly like the Web Preview and WordComplete and Exploer Plugins. I cannot find out, however, how to make replace IE with Firefox as the Web Previewer, but will keep trying.

    Martyn.

    WebPreview plug-in uses the IE control, so it cannot replace IE control with Firefox. I don’t know if there is a firefox control available for developers. If there is one, I might make a Firefox plug-in.

    in reply to: Emeditor Showing Up As Trojan? #5824
    Yutaka Emura
    Keymaster

    gan wrote:
    I don’t know what kind of option you have when using prevx since i don’t use it myself, but most likely you have the option to exclude some files and then you can exclude the emeditor files that is detected as a trojan. It is also a good idea to contact prevx and report the false positive (assuming the files is not infected which is most likey the case). When prevx fixed the problem you could remove the exclusion again. If the file(s) is actually infected you should scan your computer to make sure other files is not infected as well and could be a good idea to use more then one scanner. Then you could download a fresh copy of emeditor and reinstall when you are sure the threat is removed.

    There is nothing much the developer of emeditor can do about this if it’s a false positive or if it’s actually infected. If it’s a false positive the developers of prevx have to fix this problem and if the computer is infected you have to use some software to remove the infection.

    I have scanned all EmEditor files; no viruses were found. If you downloaded from our site or download.com, there should be no problem. However, there are some bad sites that can cause viruses, be careful with those, especially if they advertise with free licenses, free serial keys, etc.

    in reply to: Jump dialog box return non existing linenumber #5817
    Yutaka Emura
    Keymaster

    JayDalton wrote:
    I think I got it

    Ever file I tested the function goes wrong until I renamed my existing EmEditor-Folder and run the Setup again.

    Maybe there is something wrong within the SetupUpdateFunction from 6.x to 7.x without cleaning the folder before

    Sorry for disturbance

    go further with developement, nice program

    Thanks for letting me know. I am glad to know you solved your issue.

    in reply to: How to make use of C++ compiler with External Tool #5816
    Yutaka Emura
    Keymaster

    You are welcome! Let me know if you have any other questions.

    in reply to: Export ALL settings into ini files? #5814
    Yutaka Emura
    Keymaster

    LTT wrote:

    Yutaka wrote:
    Can you make sure INI files are used? You can check from the About dialog box on the Help menu.

    Yes.

    Details:
    I customized the three list menus: (each to a submenu)
    Recent Files
    Macros
    Fonts
    And I customized the trayicon menu.

    When using ini, Recent Files and Macros are missing. Fonts are retained. But all the three are no longer submenus.
    Trayicon menu turned to the default.
    Recent Folders and Insert list are also missing.

    In eeCommon.ini (when just exported and before running EmEditor):
    Only these keys are retained in [Macros] section:
    Events0=16
    Events1=0
    Events2=0
    Events3=0
    Events4=0
    Events5=0
    UsedEvents=0
    In [Recent File List] section, there are only Attr keys (unsorted). No File keys.

    Some entries in the Registry are not saved until you exit EmEditor. If Quick Start option is checked, you will need to exit the tray icon too. Please restart EmEditor and try Export again.

    in reply to: How to make use of C++ compiler with External Tool #5813
    Yutaka Emura
    Keymaster

    That’s because there are spaces in the file path. You will need to surround the path with double quotes.

    Arguments: “$(Path)”

    To specify a shortcut key, use the Keyboard Map on the Help menu.

    in reply to: Jump dialog box return non existing linenumber #5809
    Yutaka Emura
    Keymaster

    JayDalton wrote:
    Many thanks for answer

    I think I understand the function as well cause I used this as ofen as I can @ version 6.x

    But my problem is that this dont work anymore in the current versions i tested (7.03, 7.06, 7.07). Could it be that there is somthing wrong with it?

    sorry for my english

    Can you give me an example?

    How many lines of file do you have? and which line number did you specify?

    Maybe, you should email me your sample file at [email protected] with detail information so I can reproduce your issue. Thanks!

    in reply to: How to make use of C++ compiler with External Tool #5807
    Yutaka Emura
    Keymaster

    bb21 wrote:
    Hello, everybody. I am the first time to use this useful software.
    I am trying to compile .cpp file directly in Emeditor. However, I find it diffcult to setting in External Tool.

    Suppose I installed the C++ Compiler in the directory
    C:BorlandBCC55Binbcc32.exe

    Could anyone explain how to setting in External Tool in detail? Thank you very much!

    I don’t know about Borland compiler, but if you just want to run:

    C:BorlandBCC55Binbcc32.exe filename

    then, you would specify:

    Command: C:BorlandBCC55Binbcc32.exe
    Arguments: $(Path)
    Initial Directory: $(Dir)
    Icon Path: C:BorlandBCC55Binbcc32.exe (or anything you want)
    Check Save File
    Check Use OutputBar

    Please let me know if you have further questions.

    in reply to: Jump dialog box return non existing linenumber #5806
    Yutaka Emura
    Keymaster

    JayDalton wrote:
    Hello,

    I updated to EmEditor Version 7.00.7 (german) and had tried to jump to a specail line-number (Cntrl + G). So I do the dialog box did not jump and returns ‘line number does not exist’. Also the logical coordinates check box have does not effect these doing.

    my question: Is this a bug or a new feature?

    thx for answering

    You will need to specify the line number to which you want to jump. It must be the range within the total number of lines.

    Did you want to go to the bottom of document? Then, you can simply press CTRL + END.

    in reply to: Searching Bug with EmEditor 7 #5805
    Yutaka Emura
    Keymaster

    wdscxsj wrote:
    1. Open a new document and type in the following content:
    .docBookTitle
    { font-family:
    2. Move the caret before the first character and search (Ctrl+F) for ‘a’ (a single character), with “Use Escape Sequence” and “Search Only Word” turned on.
    3. CPU usage leaps to 100\%.

    Environments:
    1. EmEditor 7.07 and 7.06, update installation, Windows XP SP2 (all patches applied except SP3).
    2. EmEditor 7.07, fresh installation, Windows 2000 SP4 in Virtual PC 2007 SP1.
    3. EmEditor 6.03 on Windows XP SP2 doesn’t have this problem.

    I apologize for the bug. I added this case to the test script, and have already fixed it. I will release the next minor version soon.

Viewing 25 posts - 3,051 through 3,075 (of 3,680 total)