- AuthorPosts
- September 30, 2008 at 2:21 am #6261Yutaka EmuraKeymaster
EmEditor Professional 8.00 beta 2 is available for download. Updates from beta 1 include:
– EmEditor now can grab text from Internet Explorer text box fields in addition to Windows standard edit controls (By default, ALT + CTRL + X).
– Fixed bugs.See http://www.emeditor.com/modules/feature1/index.php?id=7
for updates from Version 7.Download:
http://www.emeditor.com/modules/download2/ (Next Beta Version)The portable version can be produced from the Import/Export wizard on the Tools menu after you use the installer. However, the portable version runs slower than one using the Registry.
If you tried, please post any bug reports or any other feedback on this forum. Thank you!
September 30, 2008 at 2:48 am #6262yongfa365MemberProjects no Folder structure
IntelliSense does not work well
September 30, 2008 at 6:14 am #6263Yutaka EmuraKeymasteryongfa365 wrote:
Projects no Folder structureIntelliSense does not work well
Can you please explain more in details?
September 30, 2008 at 6:19 am #6264Yutaka EmuraKeymasterWe target October 29th (in the Pacific time) as the release date of v8. Please let me know earlier rather than later if you have any bug reports or questions. Thanks!
September 30, 2008 at 7:33 am #6265zhouzh2ParticipantDo you have any plan to make the snippet plug-in more powerful (like TextMate’s bundle system):
Type
for[TAB]
get:
for (unsigned int i = 0; i < count; i ++)
{
^
}The first Tab stays on “unsigned int”, a second Tab stays on “i”, if you change “i” to “idx”, then the following “i”s changes to “idx” too. A third Tab go to “count”, a fourth tab let the cursor goes to “^”‘s position and close snippet mode therefore you can insert Tab normally.
I just tested TextMate on my friend’s computer and this so-called “bundle” is quite amazing.
September 30, 2008 at 12:38 pm #6268zhouzh2ParticipantA small bug:
If the lines contain some double-byte characters and line length is different, use box selection to edit the end of these lines:【【【【【【【【【【【【【【【【【【【【
【【【【
【【
【【【【【【【【【【【【【【【【【【【【【【【【【【【
【【Now I want to append “//” to these lines, you may find the “//”s don’t appear to be at one column.
September 30, 2008 at 1:49 pm #6269yongfa365Member1.Projects no Folder structure:
VS:EmEditor:
2.IntelliSense does not work well
When I call other class of documents and their property was not prompted only in the current class of property and the type of call, when there will be corresponding smart tipsSeptember 30, 2008 at 3:46 pm #6270jonhutch24Memberzhouzh2 wrote:
Do you have any plan to make the snippet plug-in more powerful (like TextMate’s bundle system):Type
for[TAB]
get:
for (unsigned int i = 0; i < count; i ++)
{
^
}The first Tab stays on “unsigned int”, a second Tab stays on “i”, if you change “i” to “idx”, then the following “i”s changes to “idx” too. A third Tab go to “count”, a fourth tab let the cursor goes to “^”‘s position and close snippet mode therefore you can insert Tab normally.
I just tested TextMate on my friend’s computer and this so-called “bundle” is quite amazing.
This feature has be requested for some time now. But please feel free to keep hounding them about it! Hopefully we can get enough people to push it then he’ll implement it :-)
September 30, 2008 at 3:47 pm #6271leo_zzzParticipantseems hilite disabled for find in files when using outputbar
September 30, 2008 at 4:12 pm #6272KalumMemberDear Yutaka,
Here’s the picture from word complete plug-in version 7.02
For CSS, it always show in CAPITAL letters. But for some configuration such as Perl always show in small letters.
I would like an option to force all candidates to show as small letters and/or capital letters, is this possible?
October 1, 2008 at 12:52 am #6276Yutaka EmuraKeymasterzhouzh2 wrote:
A small bug:
If the lines contain some double-byte characters and line length is different, use box selection to edit the end of these lines:【【【【【【【【【【【【【【【【【【【【
【【【【
【【
【【【【【【【【【【【【【【【【【【【【【【【【【【【
【【Now I want to append “//” to these lines, you may find the “//”s don’t appear to be at one column.
Which font do you use, which OS do you use, and which system locale (English or aother langauge) do you use in the Control Panel – Regional and Language Options – Administrative tab – Language for non-Unicode programs? Please send me the screencapture to [email protected]. Thanks!
October 1, 2008 at 12:54 am #6277Yutaka EmuraKeymasterleo_zzz wrote:
seems hilite disabled for find in files when using outputbarThe output bar doesn’t highlight any strings because it uses the standard Windows edit control. I know… It would be nice if it can highlight searched strings in the Output Bar.
October 1, 2008 at 12:58 am #6278Yutaka EmuraKeymasterKalum wrote:
Dear Yutaka,Here’s the picture from word complete plug-in version 7.02
For CSS, it always show in CAPITAL letters. But for some configuration such as Perl always show in small letters.
I would like an option to force all candidates to show as small letters and/or capital letters, is this possible?
You probably have all capitalized keywords defined in the Highlight (1) tab of the CSS configuration. That is the case when you upgraded from old versions of EmEditor without resetting configurations. If you change these keywords to all small letters, then all keywords will show up in small letters. You can do so by resetting all configurations, or go to the Highlight (1) tab of the CSS configuration, and click the Reset button and select “Reset to Default” with the default CSS configuration.
October 1, 2008 at 5:46 am #6281zhouzh2ParticipantEmail sent, please check.
October 3, 2008 at 3:05 pm #6298leo_zzzParticipantthanks a lot for your reply.
may be i did not discribe clearly, i mean when using output bar when find in files, the hilite in document does not show……it seems abnormal….October 6, 2008 at 1:20 am #6330Yutaka EmuraKeymasterleo_zzz wrote:
thanks a lot for your reply.
may be i did not discribe clearly, i mean when using output bar when find in files, the hilite in document does not show……it seems abnormal….Can you describe how abnormal it is? I don’t see any highlight issues.
October 17, 2008 at 11:03 am #6422noespamMember+1 for textmate like snippets and commands
This is a huge productivity feature. This is the only reason I use that slow, buggy single letter editor for windows.
- AuthorPosts
- You must be logged in to reply to this topic.