-
"This is out of scope for the component, Scintilla since Scintilla does not
perform file I/O. It only deals with in-memory buffers."
A valid point and one you should have made earlier instead of a dubious argument.
"I find this feature in other editors annoying rather than useful and
certainly not critical. You have a different point of view."
We may have different points of view but they are...
2009-06-20 09:14:14 UTC in Scintilla
-
Autosave is an absolutely critical feature, without which the editor component and its derivative editors are completely unsuitable for use.
"A scriptable solution would be much more general
than a specific hard coded implementation so I won't include a hard coded
implementation."
And much less reliable in a feature that requires high reliablity. Much less portable. And doesn't work at all...
2009-06-18 07:54:05 UTC in Scintilla
-
There should be an easy way to include multiple video files as chapters (or cells) rather than as separate titles.
In many cases a movie or episode is distributed on the net split into pieces. Separate titles in a titleset do not playback well (player pauses between titles and remaining time is not displayed correctly). In addition, original work may be rendered by scene to reduce the...
2009-06-08 21:17:32 UTC in DVDStyler
-
Crossfiled on libxslt.
http://bugzilla.gnome.org/show_bug.cgi?id=583368.
2009-05-20 20:04:07 UTC in XMLStarlet command line XML toolkit
-
Memory usage can be huge when processing large XML data files. For example, the freshmeat database dump. XMLstarlet uses more than four orders of magnitude more memory than is actually needed for most operations on this file.
There is a simple way to fix this. Prune the tree.
xmlstarlet sel --prune /project-listing/project -t -m "xpath1" --copyof "xpath2" -f freshmeat.xml
Use a...
2009-05-20 19:09:29 UTC in XMLStarlet command line XML toolkit
-
Autosave is the most important feature in an editor.
Autosave:
- Must default to enabled
- Should be configurable: on/off, file prefix ('#'), file suffix ('#'), where
files are stored (default same directory as file).
- Must not save files in /tmp which is erased when rebooting
- Must at least notify the user the next time file is edited if autosave is
newer, whether or not...
2009-05-19 10:28:38 UTC in XML Copy Editor
-
User agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10
Screen info: 1600x1200x24
Description of problem:
This program breaks inline XML in bad ways.
Paste this into your demo, in XHTML source edit mode:
...
2009-05-05 03:45:10 UTC in TinyMCE
-
User agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.10) Gecko/2009042523 Ubuntu/9.04 (jaunty) Firefox/3.0.10
Screen info: 1600x1200x24
Description of problem: TinyMCE's unauthorized reformatting of XHTML source code breaks diff, cvs, subversion, git, arch, mercurial, arch, ... as well as conflict resolution systems on wiki's and makes the XHTML source not human readable...
2009-05-05 02:54:23 UTC in TinyMCE
-
I notice several problems with auto tag completion.
- Popup tag completion window give all tags, not just those which are valid at this location. This makes the pop-up more of a nuisance than an aid.
- You have to hit return to get out of the pop up. Pop up should exit when you type ">".
- Cursor is in the wrong position when you close a tag. The first thing you should do...
2009-05-03 08:59:51 UTC in Screem
-
Examples #2 and #3 are missing. It doesn't tell you where to point your web browser. It doesn't tell you much at all and what it does tell you is often gleaned from unrelated sections of the documentation.
mjpg_streamer -i "/usr/lib/input_uvc.so -y -r 640x480"
mjpg_streamer -i "/usr/lib/input_uvc.so -y -r 640x480" -o "/usr/lib/output_file.so -d /tmp/junk/"
The first runs without...
2009-04-15 21:09:43 UTC in MJPG-streamer