-
Have same issue in TinyMCE version 2.1.0 aswell. with IE7.
(i have tested earlier with version 2.0.9 and IE7)
If you scroll the page, the toolbar stands still, with the rest of the page scrolls down/up like it should do.
If you just move the mouse over the toolbar, the toolbar snaps back to the correct position (onMouseOver not onClick).
2007-02-28 11:40:04 UTC in TinyMCE
-
It would be nice if when browsing the filesystem, pressing, for example, 's' 's' 's' would take you to the third file beginning with 's', rather than the first one?.
2006-12-15 14:04:04 UTC in jEdit
-
Often I'm editing the same file in diferent locations, and its very easy to get confused about which file is being editied. It would be nice if I could define a regex of the path, and assign a background colour to it?
it would also be nice if I could 'link' buffers so that I could quickly open the equivilent file with a diferent path root.
2006-12-15 14:01:32 UTC in jEdit
-
The new version of amsn (ver. 0.96) does not work under WIN98-SE.
Imposible to launch this version.
(amsn_amsn_0.96_francais_18489-HS.exe)
your previus version amsn-0.96RC1 works perfectly under WIN98SE.
2006-11-27 17:17:20 UTC in aMSN
-
When trying to install sharpconstruct i get the error:
All GTK+ installations found are older than 2.8
And then the installation just stops.
Though i already have a newer version of GTK+ for
windows installed.
I tried several versions of GTK+, to see if that made a
difference, but i now think it's a problem of the
windows installer of sharpconstruct.
The version of sharpconstruct i...
2006-11-05 22:33:12 UTC in SharpConstruct
-
find in files ignores the 'Match whole word only' when
the 'regular expression' is checked.
fix:
in scintilla\src\Document.cxx in Document::FindText
after:
int success = pre->Execute(di, startOfLine, endOfLine);
add:
//Don't match if the user requested a "whole word"
and it isn't.
pos = pre->bopat[0];
lenRet = pre->eopat[0] - pre->bopat[0];
if (success && word &&.
2006-10-31 14:27:41 UTC in Scintilla