XuYibo:

1. Why doesn't integrate scite properties file to scintilla?
   I have used scitilla to make a tiny editor, i find it so hard to
implement auto indent, auto complete, why doesn't move scite properties
files support code to scintilla? Add some functions like:
ReadPropertiesFile(...), GetSupportFileList(...), LoadScheme(...)

  Successful projects have limited scopes:
http://blogs.msdn.com/oldnewthing/archive/2007/03/21/1922203.aspx#1926479

  If someone wants to build a component form of SciTE then the source
code is all there waiting for them.

  Scintilla does not include functions for reading properties from
files because the project using Scintilla may want to use the registry
or a database. They may want to structure the properties in different
ways such as having projects.

2. Add a hex edit mode in scitilla?
   As a powerful editor, hex is needed.

  Find or write a hex editing component and switch between Scintilla
and that component. That way each component can specialize in one
particular area and cover that area better than a combined hex/text
editor where the effort is spread over more functions.

  Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to