CIA.vc
giannaros
Real-time open source activity stats
Stats » Authors » giannaros
informationsyndicateUTC clock
09:50 on May 26, 2012
event counters
The last message was received 2.65 years ago at 10:15 on Sep 30, 2009
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
41 messages since the first one, 7.62 years ago, for an average of 2.26 months between messages
recent messages
dateReversed sort columnprojectcontentlink
10:15 on Sep 30, 2009KDE
Commit by giannaros :: r1029599 kate/trunk/KDE/kdelibs/kate/syntax/data/python.xml:
Fix python syntax highlighting of decorators
#
22:28 on Sep 07, 2009KDE
Commit by giannaros :: r1021044 kate/trunk/KDE/kdelibs/kate/syntax/data/python.xml:
Highlight Python decorators. Remove a needless RegExpr (operators) and stop highlighting parentheses as operators. Bumped version number too.
#
20:16 on Sep 07, 2009KDE
Commit by giannaros :: r1021000 kate/trunk/KDE/kdelibs/kate/syntax/data/python.xml:
python syntax highlighting now uses the provided elements for matching numbers, removing overhappy use of RegExpr. Indentation also made consistent where it varied in the general section.
#
19:29 on Sep 07, 2009KDE
Commit by giannaros :: r1020989 kate/trunk/KDE/kdelibs/kate/syntax/data/python.xml:
python syntax highlighting: fully implement highlighting of string formating characters and highlight the leading 'u' on unicode strings
#
15:03 on May 01, 2008KDE
Commit by giannaros :: r803010 kate/trunk/KDE/kdelibs/kate/script/ (9 files):
Relicensed my code to GPL 2+3 instead of just GPL 2
#
00:23 on Apr 18, 2008KDE
Commit by giannaros :: r798344 kate/trunk/KDE/kdelibs/kate/ (8 files in 3 dirs):
KateDocumentScript is now as featureful as its KJS predecessor.
KateScriptView needs the same level of love. Python indent script seems
to work fine now, but the C indenter doesn't -- it complains of a
SyntaxError. Anyone?
#
01:06 on Apr 17, 2008KDE
Commit by giannaros :: r797903 kate/trunk/KDE/kdelibs/kate/ (6 files in 3 dirs):
KateIndentScript::triggerCharacters shouldn't take a KateView parameter;
one is not needed. kDebug() should _not_ be used in
KateScript::displayBacktrace, as it means that users have no decent way
of debugging a new indent script that they're writing if they use distro
packages (and trust me, that that sucks).
#
15:09 on Apr 13, 2008KDE
Commit by giannaros :: r796432 /branches/kate/qtscript_port/script/ (7 files):
Forgot to add the script/ directory ;)
#
15:09 on Apr 13, 2008KDE
Commit by giannaros :: r796431 /branches/kate/qtscript_port/ (5 files in 2 dirs):
QtScript port -- reasonably well advanced.
#
15:04 on Apr 13, 2008KDE
Commit by giannaros :: r796427 /branches/kate/qtscript_port/:
QtScript port
#
01:59 on Apr 07, 2008KDE
Commit by giannaros :: r794310 kate/trunk/KDE/kdelibs/kate/jscript/python.js:
delete the wrongly placed python.js -- forgot it was still there
#
13:14 on Apr 05, 2008KDE
Commit by giannaros :: r793854 kate/trunk/KDE/kdelibs/kate/jscript/data/python.js:
Indent scripts receive odd calls to indent if triggerChars is not set,
causing problems if the user has just indented/unindented prior to the
call.
Setting it to an empty string makes things work OK.
#
12:54 on Apr 05, 2008KDE
Commit by giannaros :: r793847 kate/trunk/KDE/kdelibs/kate/jscript/data/python.js:
Automatic unindenting in python.js for ] or } introduces more problems than it
solves. It is comented out for now.
#
23:20 on Mar 27, 2008KDE
Commit by giannaros :: r791000 kate/trunk/KDE/kdelibs/kate/jscript/data/python.js:
Disable automatic indenting/unindenting for braces -- they interfere
with people's different choices of indentation for function call
params.
#
10:48 on Mar 18, 2008KDE
Commit by giannaros :: r786970 kate/trunk/KDE/kdelibs/kate/jscript/data/ (CMakeLists.txt python.js):
Move python.js into the right directory and add it as an install target to CMakeLists.txt
#
15:36 on Mar 16, 2008KDE
Commit by giannaros :: r786279 kate/trunk/KDE/kdelibs/kate/jscript/python.js:
Add an indent script for Python
#
15:35 on Mar 16, 2008KDE
Commit by giannaros :: r786278 kate/trunk/KDE/kdelibs/kate/jscript/katejscript.cpp:
Use cerr instead of kDebug for calls to debug() in JS scripts
#
02:40 on Apr 15, 2007KDE
Commit by giannaros :: r654082 kate/trunk/KDE/kdelibs/kate/data/python.xml:
Actually fixed connect not being lowercase.. doh. Also made connect/SIGNAL/SLOT match the style of the C++ equivalents as per comment #2, bug #143154
#
02:23 on Apr 15, 2007KDE
Commit by giannaros :: r654079 kate/trunk/KDE/kdelibs/kate/data/python.xml:
Fixed escape sequence highlighting (including with regards to raw strings). Bug #143154 is now fixed
#
01:42 on Apr 15, 2007KDE
Commit by giannaros :: r654072 kate/trunk/KDE/kdelibs/kate/data/python.xml:
Updated builtin functions for completeness and to support newer (Python 2.4/2.5) features. Removed (more or less) interpreter specific built-ins not documented on http://docs.python.org/lib/built-in-funcs.html. Also, fixed connect needing to be lower-case as per bug #143154, comment #7
#