Home | Reviews | GUIpedia | Forum | Fun500


HorvatMFor Pharoah: Two ideas for QML
1. A text tag that appends a new line. Exactly like a standard text tag with a new line tag immediately after it. My point is that pages with lots of unformatted text take a long time to load and render and having a tag like this would speed them up and clean up their source code. For example, the QML specification page is about 21 kilobytes. It has 810 lines and roughly 405 of them are used for new line tags. The page uses CR+LF line endings, therefore each new line tag takes up 3 bytes. By having a tag combining the text and new line tags, the page would be 1215 bytes smaller. This is only a 5% decrease in size for that page, but a combination of text and new line tags would make editing and reading QML pages much easier. 2. A tag to choose the default foreground color for links. (Maybe one for page links and one for download links.) Having to change the color for each link to make it stand out is tiring and it makes the QML source cluttered.
2010-08-051:22 PM

Other


2021 Brandon Cornell