S. Sevki Dincer:
Here are some small suggestions of my great experience with SciTE (very nice editor, i use it all the time) that i think may enhance it little bit. Changes are in the makefiles (little bit faster and connected build process, just "make prefix=/my/pref install" in scite builds -if needed- and installs everyhing, including scintilla) and some properties files (better -in my opinion- default values for, or enabling of, some options).
Running pkg-config once at the start rather than on each compile is probably a worthwhile win. I don't want to build architecture specific executables by default since that will cause more support issues. While SciTE is (mostly) used in ways where buffer overrun security is not needed, Scintilla is a component that may be incorporated into vulnerable applications such as browsers. The .inc extension is used by multiple languages so should not be claimed by assembler by default. Your font sizes are enormous. Most default values are chosen to avoid any automatic changes to files since, for example, stripping trailing spaces by default will damage some people's data. Others are my defaults so are most likely to have been tested. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
