Forum Replies Created
-
AuthorPosts
-
October 9, 2008 at 10:01 am in reply to: Emeditor Hex Viewer look like Hex Workshop? Why not ? #6378
i_libra
MemberI hope that EmEditor can add the feature like this one by Plugin.
Iโm afraid that the Emeditor will become bigger and bigger,slower and slower with the features added.
Then it becomes the VS2008โฆ..I think the Emeditor should have a good, small and flexible core. the extra feature can be added by Plugin, just like the Eclipse.
At the same time, more people can work for it to add new feature,not only waiting for hard-working author.So if some people just like a small and fast text editor, Emeditor is what he want.
if some people like a powerful โIDEโ, Emeditor can also โpretendโ to that. :Oi_libra
MemberThank you,
I understand, the regexp should not only match the FILENAME and LINENO,but also match the whole line, then it can work.
^O^
i_libra
MemberThank you Yutaka-san,
I have tried the 7.5alpha 11,
But it still cannot work.Could you help me to find the reason?
I set the TagJump with this:
โโโโโโโโโโโโโโ
(^[.w/]*?[w.]+?):([0-9]*):
1 filename 2 lineno
โโโโโโโโโโโโโโI use the codes below as a test:
โโโโโโโโโโโโโโโ
void main()
{
test error happen}
โโโโโโโโโโโโโโโโโ
and save it as test2.cppthen I use gcc from the external tool bar to compile it.
the Setting is
โโโโโโโโโโโโโโโโโ
Command:\%WinDir\%system32cmd.exe
Argument:/k C:MinGWbingcc.exe $(Filename).$(Ext) -o $(Filename).exe && $(Filename).exe
Initial Dir:$(Dir)
โโโโโโโโโโโโโโโโโโโThe Output windows look like this:
โโโโโโโโโโโโโโโโโ
test2.cpp:2: error: `mainโ must return `intโ
test2.cpp: In function `int main(โฆ)โ:
test2.cpp:3: error: `testโ was not declared in this scope
test2.cpp:3: error: expected `;โ before โerrorโD:>
โโโโโโโโโโโโโโโโโโโโ -
AuthorPosts