I think there is a null string bug in your editor |
Post Reply |
Author | |
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
Posted: 28 August 2009 at 4:11am |
uploads/20090828_041655_error.zip When opening the text editor in Extreme Toolkit (v12.0.0), you can find something wrong happened. Best Regards, In-ho Park Email: cm_yayo@daum.net |
|
hi
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Are you sure you use unicoded version?
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
No
is mbcs version.
|
|
hi
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Take the attached(linked) sample downloads
and
Test syntext editor
|
|
hi
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
There is no attachment (?!)
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
uploads/20090828_041655_error.zip
do title click |
|
hi
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
So that - same picture and text file I already show you in hex view? I expected some sample code to compile and check your case...
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Make use codejock mdi test editor sampe code
it(mdi test editor) was based on coding
|
|
hi
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Do not look at another view, or view a hex editor
The problem must remember to use the editor codejock
|
|
hi
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
So what should I do? Open your text file in our SyntaxEditor app? Under which syntax scheme? You text file - not programming code...
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
I'm sorry!!
Do not use English well.
|
|
hi
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
text file not souce code!!
u must open in syntaxeditor!!
syntaxeditor source code bug!!
|
|
hi
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
I start with VS2008 - try to open your file as source - see result
SyntaxEdit - mostly the tool for formal labguages - not binary file reader (except unicode case where used special symbols for encoding)
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
I will explain how to check my problem step by step. 1) Open "MDITextEditor" project file in Visual Studio.
2) Compile "MDITextEditor" project file.
3) Execute compiled executable file (MDITextEditor.exe).
4) Open "error.txt" (<= I uploaded it) using "MDITextEditor.exe"
5) Compare the difference between "error.txt" in "Notepad.exe" and "error.txt" in "MDITextEditor.exe"
If you reach Step 5), you can find the problem.
"Notepad.exe" can determine Null String, but "MDITextEditor" cannot do it.
* My version number is Xtreme ToolkitPro v12.0 and VisualStudio version is v2003.
|
|
hi
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Not a big deal. This is not file created by SymtaxEdit. You can use simple piece of code for changing \0 to some other symbol.
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Notepad is the same too?
Other editor is the same too?
text
ansi encoding..
I had to download from the homepage syntexeditor
and is well
Take you to download it.
|
|
hi
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
I know - you can also use nice and free SciTE editor - it also convert \0 to smth. This is easy and not critical. Just say which symbol you like to see instead of \0 - and I can add this simple replacement. sometime (as consider this is very minor improvement).
But VS2008 editor refuse to get you file - because it source-code oriented tool
And see - SciTE show very ugly black NUL 3-symbols instead of 1 if it open your file
But if you get same file from clipboard (from notepad) - both applications show it better:
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
VS2007 so that the bug is not it? The line is very important to my project.I am your toolkit and work itself are wrong?
An example of my project. (Conducted three years )
There is no upload button.
I will upload a picture?
|
|
hi
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
I found the Upload button.
scite does not fit the line.
And I was using it before now uses syntexeditor NUL symbol should not be seen
All rows and columns must be accurate.
We use the location to extract the data.
|
|
hi
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
If this is your project - you can easy support such modification yourself - before (\0 => SMTH) and after (SMTH => \0) sendning text to SyntaxEdit - so editor will show all properly
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
Create a new code is already used.
Currently my code is not the problem.
The next time you update the project only when it causes problems.
thank you!!
|
|
hi
|
|
yayo
Groupie Joined: 22 December 2006 Location: Korea, South Status: Offline Points: 28 |
Post Options
Thanks(0)
|
The next time you(==extreme toolkit latest version) update the project only when it causes problems.
|
|
hi
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Thank you - next big update I will add some flag about \0 type of presentation including your '' case
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |