More Info

Revision 1230377

(Back to digest)
 

Features in Development Tools

Alexander Richardson committed changes in /trunk/KDE/kdesdk/okteta/kasten/controllers:

Add basic support for strings in structures.
Currently supported encodings are ASCII and UTF16-LE/BE.
Strings can be added to.osd by using the <string> element.
Strings can have a fixed length (byte count or character count),
be terminated by a certain unicode code point, or both (whichever occurs first)

File Changes

Added 10 files
/trunk/KDE/kdesdk/okteta/kasten/controllers/view/structures/datatypes
 
/dummydatainformation.cpp
 
/dummydatainformation.h
 
/strings
 
/strings/asciistringdata.cpp
 
/strings/asciistringdata.h
 
/strings/stringdata.cpp
 
/strings/stringdata.h
 
/strings/stringdatainformation.cpp
 
/strings/utf16stringdata.cpp
 
/strings/utf16stringdata.h
Modified 13 files
/trunk/KDE/kdesdk/okteta/kasten/controllers
 
/CMakeLists.txt
 
/view/structures/structtool.cpp
 
/view/structures/structtreemodel.cpp
 
/view/structures/datatypes/abstractarraydatainformation.cpp
 
/view/structures/datatypes/abstractarraydatainformation.h
 
/view/structures/datatypes/datainformation.cpp
 
/view/structures/datatypes/datainformation.h
 
/view/structures/datatypes/datainformationbase.cpp
 
/view/structures/datatypes/datainformationbase.h
 
/view/structures/datatypes/dynamiclengtharraydatainformation.h
 
/view/structures/datatypes/topleveldatainformation.h
 
/view/structures/parsers/osdparser.cpp
 
/view/structures/parsers/osdparser.h
23 files changed in total