⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 一个Symbain 文本编辑器
💻 TXT
字号:
HView v1.13 beta

This is my little contribution to Symbian 6.1 phones, anyway this is 
very small tool: a plain text and binary file viewer. I'm using it 
for viewing my logfiles and sniffing in some binary stuff in the phone. 
It's designed to use with some file-manager (like FileMan).

This is quite simple source code - it came up in one night-try, so lack of 
documentation and crazyness of code is a bad thing here. Anyway, I do not 
have so much time to work on it, maybe somebody else would like to add more 
features? I started to port some opensourced ARM disassembler to hview but 
I posponed that idea because of lack of free time.
The worst thing in the sources is that they are not modular too much. Whole 
stuff should be rewritten to support easy add-ins of modules (plugins, dlls?),
if you would like to play with it - you are welcome :-)

The sources are prepared to compile for Symbian 6.1 Nokia SDK 1.2

Some info about sources:

./hvbld.bat 
should compile whole stuff

./hvput.bat 
should put hview to the box connected via USB port, 
device N: - as Nokia ;)

You have to change directories in batch files for your own setup.

./aif/
icons

./gfx/
fonts

./group/
project itself

./sis/
creation of sis

./src/
This directory contains sources for hview:

hv.cpp 
DLL entry point, application startup

CHVApplication.cpp
creates main document

CHVDocument.cpp
simple document handler

CHVAppView.cpp
playing with view

CHVAppUi.cpp
handles user interface, menu selection

CHVContainer.cpp
creates displayable stuff on the screen, uses other views to paint

CFileLoader.cpp
file loader class, handles file opening/reading/seeking/closing 

CViewBinary.cpp
display binary view

CViewPlain.cpp
display plain view

DBG_Logf.cpp
log file support (C:hviewDebug.txt)

SymDefs.h
additional defines

Before starting hview in EPOC emulator be sure to 
copy hvfont.mbm to \6.1\Series60\epoc32\Release\wins\udeb\z\system\apps\hview\

That's all :-)

	
							Marcin Skoczylas
							mars@demon.pl
							http://slajerek.demon.pl/hview




⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -