Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterFlint wrote:
Registry.I reproduced this problem, and it will be fixed on next alpha version. Thanks!
Yutaka Emura
Keymasterpetx wrote:
I never used 8.0. It does occur on all 9.00 alpha releases. I am using 64bit version.Do you use the Snippets plug-in? Can you right-click on the Snippets plug-in button on the Toolbar, select Properties, and then is “Run Background” checkbox checked? If checked, can you try unchecking this checkbox, and see if you still see crashes? When you see crashes, can you explain more details when this happens?
Yutaka Emura
Keymasterpetx wrote:
I never used 8.0. It does occur on all 9.00 alpha releases. I am using 64bit version.Thanks for information. Do you use right-click on tabs? Right-clicking tabs will display a menu including Save, Close, New Group, etc. Does this problem occur after right-clicking any tabs and then click other places to cancel the menu?
Yutaka Emura
KeymasterFlint wrote:
Also, one more problem appeared: when I turned the “Runs at Events” checkbox on again, EmEditor does not find the macro anymore. Each time I opens a file, the message appears:—————————
EmEditor
—————————
The system cannot find the file specified.C:Program FilesEmEditorExtendedAssociations.jsee
—————————
OK
—————————EE tries to look for the macro in wrong directory…
Do you use the Registry or use INI files?
Yutaka Emura
KeymasterFlint wrote:
When you click the Save Current Window Position button, you will also have to click the Save Current Window Position.
Sorry, what do you mean? You named the same button twice…
Also, if you have the tabs enabled, the “Restore Tabbed Window Position” also does the trick.
Yes, tabs are enabled, and the Restore Tabbed Window Position is checked here. Or do I need to uncheck it?
I have trouble downloading your video files
Strange, no problem here. OK, I reuploaded them to Rapidshare: EXE, AVI
Sorry, I mean when you click the Save Current Window Position button, you will also have to click the Restore Window Position check box. And I know you are all set.
The Restore Tabbed Window Position should be unchecked if you want the window open maximized even if you close in non-maximized size.
Please make sure to disable “Automatic Workspace” (select off or Save Only) because the workspace includes information about window sizes.
I downloaded your video files. It looks strange. Did you try on the Windows Desktop?
Yutaka Emura
Keymasterpetx wrote:
Thank you for your wonderful work. EmEditor is close to perfect!I found I often encounter an annoying problem, though. Sometimes, I modified a file and press Ctrl+S, but the file is not saved at all (the star character next to the file name remains). If I drag and drop the file tab to a different position and then press Ctrl+S, the file can be saved successfully. When this problem happens, it will also be there until I restart EmEditor. The bad thing is that this issue is not always reproducible, but I do encounter it now and then. Any idea?
Thanks for your inputs. I will ask you several questions. First, does this happen only on v9 alpha?
Yutaka Emura
Keymastergothate wrote:
I discovered the Outline plugin and I’ve been trying to use it for LUA and XML, but it seems terribly buggy and problematic right now (using v9 beta). I’ve been using Notepad++ for the XML, and their version seems very robust, but I would love to see EmEditor’s version working well.So the question is, is it just in a “work-in-progress” state and I should wait, or would posting issues help out?
If you have any problems in the current alpha version, please let me know exactly what the problems are in details. You can email me a sample file to [email protected]. You can also customize regular expressions in the Outline plug-in Properties, so you might find userful expressions. Thank you!
Yutaka Emura
Keymasterkenny wrote:
Hi all
I have written a macro that pulls certain text out of the active document and writes it to a new document.
No problem with that.
I am now attempting to set the configuration of the new document to be the same as the original [active] document.
The following code does not error, but it does not produce the desired result either. Do I need to activate it somehow?cfg = docOriginal.Config.Name
docOutput.Config.Load(cfg);thanks.
s = docOriginal.ConfigName;
docOutput.ConfigName = s;
This should work.
Yutaka Emura
Keymasterbarkerg wrote:
I have searched through the forum and help files and cannot find whether it is possible to single-step through a macro. Is this possible?Thanks,
GaryIt is not possible to single-step through a macro, unfortunately.
Yutaka Emura
KeymasterWhen you click the Save Current Window Position button, you will also have to click the Save Current Window Position. Also, if you have the tabs enabled, the “Restore Tabbed Window Position” also does the trick.
I have trouble downloading your video files, so I will try again. Thanks!
Yutaka Emura
Keymasterblades018 wrote:
I can see you failed to throw that portion of code in to the editor and play around with it. This is a fairly obvious bug.Throw away everything from the previous posts.
lets try this again…
scenario 1
//##############
begin // minus here, which is correct// begin (no minus here, which is correct)
end
//##############scenario 2
//##############
begin // minus here, which is correct// begin (a minus now appears because of the comment in the following line of code, incorrect)
// stuffend
//##############on a side note, it seems like you inverted the “Make Comments Collapsible” check box
I now understand what you mean. It should be fixed in alpha 33. Thanks!
Yutaka Emura
Keymasterblades018 wrote:
we are not on the same page. what i mean is that there should not be a plus/minus on commented lines.if you throw this code in the editor, it should all make sense
// ##############
begin // there is a minus here, which is correct// begin (there is a minus here, but there shouldn’t be. it is the result of the following line of code)
// beginend
// ##############In the latest version of v9 alpha, you might want to uncheck “Make Comments Collapsible” text box in the Outlint properties. I hope this helps.
Yutaka Emura
Keymasterivanco wrote:
When I use Notepad ++ and editiing html text, the editor autoselect tag – the begin and the end.
For examplesome text here
bla
bla
bla
blaWhen I set cursor into
the editor set tag
to bold font.
The emeditor can do it?
No, I don’t think it is possible now.
Yutaka Emura
KeymasterLTT wrote:
Hi,
Will this issue get resolved in the future?
EmEditor currently cannot deal perfectly with these larger-than-4-hex-digit unicode characters:
Regular expression x{XXXXX} (longer than 4 hex digits) cannot be used to search for these characters.
These characters cannot be counted correctly by using the two plug-ins.I believe this is a regular expression engine limitation, so I cannot fix this issue. Except for regular expression limitation, I believe EmEditor fully supports longer-than-4-hex-digit unicode.
Yutaka Emura
KeymasterGlitch 1:
If the macro is one of macros defined in the “My Macros” list in EmEditor, this warning will not be displayed. So before you run this first time, please select this macro to be included in the My Macros list.Glitch 2:
Instead of using Close All command, you might want to use Close command using:document.close;
Yutaka Emura
KeymasterYou might want to select Solution – New.
Yutaka Emura
KeymasterDKlein wrote:
I can run a macro on a file from the command line; but then, I’d like EmEditor to save and close down. Then I could put that line into a batch file with other commands and the user wouldn’t have to close EMEditor. Maybe there is a macro command to close EM?Please try this:
editor.ExecuteCommandByID(4119);
Yutaka Emura
Keymasterblades018 wrote:
Does this make sense now?It makes sense now, but the current design doesn’t allow a portion of collapsed range to appear. So, it isn’t possible to show only commented lines while all the outside block collapsed.
Yutaka Emura
Keymasterivanco wrote:
Yutaka, please see Programmer’s Notepad http://www.pnotepad.org/
it uses ctags too. There are have key combination Alt+G for quick search in the Symbol List, This feature is very very usefull for any programmers.I will take a look at that editor. Thanks!
Yutaka Emura
Keymasterivanco wrote:
I am using Open Documents plugin and want to make quick jump to any opened window.
Can I do that?I have very many opened documents, using mouse click for this purpose is very diffucult.
You might want to assign a keyboard shortcut for the Left Custom Bar from the Keymap on the Help Menu. Once the focus is in the Open Documents plug-in bar, you can use Down arrow key to selec t a file to activate.
Yutaka Emura
Keymasterivanco wrote:
no feedback :-(I keep reading the forums, but I want to have someone else to answer these questions. :-) The next version (v9) will improve the Snippets plug-in, where you can find or define many kinds of snippets. You can download the alpha version now.
Yutaka Emura
Keymasterddarigo wrote:
I’ve been using EMEDITOR for years, but all of the sudden when I do a find, the text box to enter the find criteria is disabled.I had 8.04 and upgraded to 8.05 and still have the same issue. Do I need to uninstall and reinstall or is there an easier way to fix this?
Thanks, Dave
I believe that you accidentally resized the Find dialog box. The Find/Replace dialog box allows resizing by dragging the right bottom corner with the mouse. Please drag the right-botto corner to resize so you can see the text box. In the future version (v9), you will need to press a certain button to switch between single-line text box and multi-line text box so you will not be confused any more.
Yutaka Emura
KeymasterAirForce1 wrote:
Hello, friendsI have used this software for a while and I must say that it is nice and help me a lot in coding as an web designer! :-)
I have 2 questions here:
1. How could I setup emeditor to auto detect files’ encoding and thus open as is
2. Would this software support RTF format for I would like to color some texts sometimes.Thanks,
When you open a file, select Open in the File menu, and in the Open dialog, check “Detect All” (or in the File tab of configuration properties, check “Detect All”). You will see a dialog box to select the correct encoding if multiple encodings are detected. For more information, please see our tutorial http://www.emeditor.com/modules/tutorials4/index.php?id=11
EmEditor does not support RTF format.
Yutaka Emura
Keymasterivanco wrote:
thanx for reply, but i dont find “Symblo List” in the commands list. Which category ?There is no category. I think you are looking at Configuraiton Properties. Instead, you should right-click on the Project custom bar, select Tools sub-menu, and then select “Properties for Current Solution Template”.
Yutaka Emura
Keymasterivanco wrote:
I am dot net developer. For C# I am using VS.NET + Resharper.
I am trying trial EmEditor for programming.
The editor is good, but I dont understand how can I find any data info in the Symbol List.
I opened my c# solution (.sln) and saw symbols in the right pane. For what reason? Without quick search that feature IMO is not necessary.Maybe I am wrong ..
What about search???
In the Resharper I can type:
Ctrl + T for quick access to the symbols
Ctrl + Shift + T – for quick access to the files in my project
Alt + – for quic access to the current file symbols.And that resharper’s feauture is amazing !!! How I can reach this functionality in EmEditor? thanx.
If you want to customize keyboard shortucts, you can select Properties for Current Solution Template, and select Keyboard tab.
Then you can customize keyboard for “Symbol List”, but not for all commands you specify above.- AuthorPosts