Forum Replies Created
- AuthorPosts
Yutaka Emura
Keymasterfrode 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?
Yutaka Emura
KeymasterEEuser 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.
January 26, 2008 at 12:59 pm in reply to: Infos of cursor position and bookmarks are disturbed when… #5369Yutaka Emura
KeymasterLTT wrote:
These two problems still exist. :-(Are you using v7.00.1?
Yutaka Emura
Keymastercptraddict 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 helpDid you try Version 7.00.1?
Yutaka Emura
Keymastergan 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!
Yutaka Emura
KeymasterYou can turn off Auto Indent option.
In Current Configuration, go to Basic tab, press Tab/Indent and turn off Auto Indent.Yutaka Emura
KeymasterSnusmumrik 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?
January 20, 2008 at 4:41 am in reply to: Crashed When Trying to [Replace in Files] from Trayicon #5346Yutaka Emura
KeymasterLTT 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!
Yutaka Emura
Keymastergan 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.
Yutaka Emura
KeymasterCriss 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!
Yutaka Emura
KeymasterTo 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
Yutaka Emura
KeymasterEmEditor 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!
Yutaka Emura
Keymasterziguolo 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.
January 16, 2008 at 8:01 am in reply to: seems AutoComplete plugin could not work correctly for portable version #5324Yutaka Emura
Keymasterleo_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.
Yutaka Emura
Keymasterbora 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.
Yutaka Emura
Keymasterfgdfg3434 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!' );
Yutaka Emura
Keymasterfgdfg3434 wrote:
!!!!!! Sorry for my english, I am not native english speakerI 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.
Yutaka Emura
KeymasterLTT 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!
Yutaka Emura
KeymasterCriss wrote:
Could someone please explain me the difference between:
Configuration -> General -> Tab/Indent ->
Tab columns and Indent ColumnsF.e. if I set Indent Columns to 2 (Tab Columns is 8) then Increase Line Indent always inserts a tab (8 characters) and not 2 characters.
(What I want to do ist to increase/decrease the line indent by only 2 characters without inserting tabs.)Thanks
CrissI am not sure exactly what you want to do. Tab is related to the TAB key on the keyboard, and Indent is usually related to automatic displacement of the cursor when Auto Indent is enabled.
Yutaka Emura
KeymasterCriss wrote:
This regular expression
(?<=_______ ).*
does not work in outline plugin – whereas in highlighting it works fine. What I want to do is to display only the text after “_______ ” in the Outline.
Is this a bug?Thanks
CrissIn this Outline plug-in, the regular expression is only used to match strings, and not for changing the text to display in the Outline tree. The source code is available for this plug-in, and you or someone can modify the code to fit your needs.
Yutaka Emura
KeymasterCriss wrote:
Something like BoxEditor from Shao Hao could be built into EmEditor.
This Plugin is very useful and intuitive.
Unfortunately BoxEditor only works with the mouse and not with the keyboard.
Compare with the Power Columns of Boxer Texteditor.Thanks
ChristianYou can press CTRL + SHIFT + F8 to swtich to box mode. Also, you can assign a keyboard shortcut to any plug-ins.
Yutaka Emura
KeymasterCriss wrote:
Did you get my email? I hope you can reproduce it with this.
Thanks
ChrissNo, I have not received your email. Please let me know your email address (via a separate message or PM if you would like) so I will white list your email address.
Yutaka Emura
KeymasterAtomhrt wrote:
I believe that this bug still exists, but may be a Outline plugin issue. When you are editing a cmd file with the Outline plugin running and there is a line with a long line that wraps like this:
echo =========================================================================If you up arrow from below the line, the cursor will stop at the first “=” character and not let you move the cursor above the line.
This should be fixed on 7.00.1 RCx. Which version of EmEditor are you using?
Yutaka Emura
Keymasterxxx_pic wrote:
How about set up a checkbox option for it ?I might consider that in future versions. Thanks!
Yutaka Emura
Keymasterstanlyn wrote:
I need file group/project functionality in EmEditor where I open files from many different locations and save and open them as a group/project.The closest thing I can find is your save and restore workspace options. The problem with that is if you set EmEditor to be the default application to open .txt files and close EmEditor and from Explorer you double click a txt file it will load the file into EmEditor as expected. When you close, then reopen EmEditor it remembers the last workspace where the single file was last opened, therefore I must completely create a new workspace.
Also have an open default file, folder, or group when loading EmEditor, whereby it would open a single file if a file was listed, all files in a folder if a folder is listed, or a group of files if the filegroup was listed.
EditPadPro has this project functionality that I do miss, so please add it here…
Have you tried the Projects plug-in?
- AuthorPosts