osdir.com
mailing list archive F.A.Q. -since 2001!



Subject: [Bug 230786] Support Zen Coding in Kate/Kwrite -
msg#00528

List: kwrite-devel

Mail Archive Navigation:
by Date: Prev Next Date Index by Thread: Prev Next Thread Index

https://bugs.kde.org/show_bug.cgi?id=230786





--- Comment #1 from Joseph Wenninger <jowenn kde org> 2010-04-26 19:30:50 ---
In svn trunk or the git repository there is the experimental Insane HTML
plugin. It supports zen coding like selector completion. Attribute stuff is
still missing and default attributes are not yet inserted (eg src for images,
...). The c and the e modifier are supported


The rest can be done with kate (app) and kdevelop snippets, if somebody
provides license unencombered (say not GPL) snippet files.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
KWrite-Devel mailing list
KWrite-Devel@xxxxxxx
https://mail.kde.org/mailman/listinfo/kwrite-devel

Thread at a glance:

Previous Message by Date:

[Bug 230426] Kate crashes when closing automatically selected file

https://bugs.kde.org/show_bug.cgi?id=230426 --- Comment #6 from Brice Maron <merzhin gmail com> 2010-04-26 11:21:53 --- Created an attachment (id=43041) --> (http://bugs.kde.org/attachment.cgi?id=43041) New crash information added by DrKonqi I 've loaded a session with some unreachable files. When i try to close some of those files, kate crashed from close button or from shortcuts -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KWrite-Devel mailing list KWrite-Devel@xxxxxxx https://mail.kde.org/mailman/listinfo/kwrite-devel

Next Message by Date:

[Bug 230426] Kate crashes when closing automatically selected file

https://bugs.kde.org/show_bug.cgi?id=230426 Dominik Haumann <dhdev@xxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #7 from Dominik Haumann <dhdev gmx de> 2010-04-26 21:13:03 --- SVN commit 1119178 by cullmann: jowenn: document removal before signal emission Now the document is removed from the document model before the documentDeleted signals are emitted. The signals trigger view updates, which access the item list, which again accesses the already deleted document and it's members if the order is the other way round. Added warnings that the pointer must not be dereferences in slots connected to the signals, because the document has already been deleted, the pointer may only be used for lookup in hashes or maps, as long as the hash function does not access the invalid data. The save way is to act on the willBeDeleted signals. This hopefully fixes BUG: 230426 http://gitorious.org/kate/kate/commit/4dc9a75e550e71f6c654d91bd088d74f14e3783c -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KWrite-Devel mailing list KWrite-Devel@xxxxxxx https://mail.kde.org/mailman/listinfo/kwrite-devel

Previous Message by Thread:

[Bug 230786] Support Zen Coding in Kate/Kwrite

https://bugs.kde.org/show_bug.cgi?id=230786 Zachary Klein <zak@xxxxxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zak@xxxxxxxxxxxxxxxxxx -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KWrite-Devel mailing list KWrite-Devel@xxxxxxx https://mail.kde.org/mailman/listinfo/kwrite-devel

Next Message by Thread:

[Bug 235095] New: Crash when closing document

https://bugs.kde.org/show_bug.cgi?id=235095 Summary: Crash when closing document Product: kate Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: NEW Severity: crash Priority: NOR Component: general AssignedTo: kwrite-devel@xxxxxxx ReportedBy: christoph@xxxxxxxxx Application: kate (3.4.73) KDE Platform Version: 4.4.73 (KDE 4.4.73 (KDE 4.5 >= 20100422)) (Compiled from sources) Qt Version: 4.7.0 Operating System: Linux 2.6.31.12-0.2-desktop i686 Distribution: "openSUSE 11.2 (i586)" -- Information about the crash: - What I was doing when the application crashed: I just close a document, and get this crash. Note that the "destructor calls itself" is because of gcc 4.5, where the deallocating destructor calls the regular destructor to save some space. The crash can be reproduced every time. -- Backtrace: Application: Kate (kdeinit4), signal: Segmentation fault [KCrash Handler] #7 0x00000000 in ?? () #8 0xb07d03fa in Kate::TextRange::~TextRange (this=0x8783720, __in_chrg=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/kate/buffer/katetextrange.cpp:64 #9 0xb07d046b in Kate::TextRange::~TextRange (this=0x8783720, __in_chrg=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/kate/buffer/katetextrange.cpp:65 #10 0xb07c9f86 in qDeleteAll<QSet<Kate::TextRange*>::const_iterator> (begin=..., end=...) at /local/qt4/include/QtCore/qalgorithms.h:322 #11 0xb07c93c0 in qDeleteAll<QSet<Kate::TextRange*> > (c=...) at /local/qt4/include/QtCore/qalgorithms.h:330 #12 0xb07c54df in Kate::TextBuffer::~TextBuffer (this=0x852bee8, __in_chrg=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/kate/buffer/katetextbuffer.cpp:65 #13 0xb08457ca in KateBuffer::~KateBuffer (this=0x852bee8, __in_chrg=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/kate/document/katebuffer.cpp:83 #14 0xb0845805 in KateBuffer::~KateBuffer (this=0x852bee8, __in_chrg=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/kate/document/katebuffer.cpp:88 #15 0xb6e9aa47 in QObjectPrivate::deleteChildren (this=0x852b750) at /local/git/Qt/qt/src/corelib/kernel/qobject.cpp:1974 #16 0xb6e9edd5 in QObject::~QObject (this=0x852b970, __in_chrg=<value optimized out>) at /local/git/Qt/qt/src/corelib/kernel/qobject.cpp:971 #17 0xb5220c81 in KParts::Part::~Part (this=0x852b970, __vtt_parm=0xb099ced0, __in_chrg=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/kparts/part.cpp:189 #18 0xb52219a1 in KParts::ReadOnlyPart::~ReadOnlyPart (this=0x852b970, __vtt_parm=0xb099cecc, __in_chrg=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/kparts/part.cpp:456 #19 0xb5222b3c in KParts::ReadWritePart::~ReadWritePart (this=0x852b970, __vtt_parm=0xb099cec8, __in_chrg=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/kparts/part.cpp:715 #20 0xb2d99900 in KTextEditor::Document::~Document (this=0x852b970, __vtt_parm=0xb099cec4, __in_chrg=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/interfaces/ktexteditor/ktexteditor.cpp:135 #21 0xb081e9ec in KateDocument::~KateDocument (this=0x852b970, __in_chrg=<value optimized out>, __vtt_parm=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/kate/document/katedocument.cpp:260 #22 0xb081ead1 in KateDocument::~KateDocument (this=0x852b970, __in_chrg=<value optimized out>, __vtt_parm=<value optimized out>) at /local/svn/kde/trunk/KDE/kdelibs/kate/document/katedocument.cpp:296 #23 0xb2f1d8ad in KateDocManager::deleteDoc(KTextEditor::Document*) () from /local/kde4/lib/libkateinterfaces.so.4 #24 0xb2f1deb7 in KateDocManager::closeDocument(KTextEditor::Document*, bool) () from /local/kde4/lib/libkateinterfaces.so.4 #25 0xb2f32358 in KateViewManager::slotDocumentClose(KTextEditor::Document*) () from /local/kde4/lib/libkateinterfaces.so.4 #26 0xb2f33595 in KateViewManager::slotDocumentClose() () from /local/kde4/lib/libkateinterfaces.so.4 #27 0xb2f3456c in KateViewManager::qt_metacall(QMetaObject::Call, int, void**) () from /local/kde4/lib/libkateinterfaces.so.4 #28 0xb6e8d73a in QMetaObject::metacall (object=0x85e4810, cl=InvokeMetaMethod, idx=37, argv=0xbff568b8) at /local/git/Qt/qt/src/corelib/kernel/qmetaobject.cpp:237 #29 0xb6e9d1d1 in QMetaObject::activate (sender=0x81ed1b0, m=0xb6c9fdb8, local_signal_index=1, argv=0xbff568b8) at /local/git/Qt/qt/src/corelib/kernel/qobject.cpp:3297 #30 0xb63a03c9 in QAction::triggered (this=0x81ed1b0, _t1=false) at .moc/release-shared/moc_qaction.cpp:263 #31 0xb63a062b in QAction::activate (this=0x81ed1b0, event=Trigger) at /local/git/Qt/qt/src/gui/kernel/qaction.cpp:1256 #32 0xb6868722 in trigger (this=<value optimized out>) at ../../include/QtGui/../../../../git/Qt/qt/src/gui/kernel/qaction.h:218 #33 QToolButton::nextCheckState (this=<value optimized out>) at /local/git/Qt/qt/src/gui/widgets/qtoolbutton.cpp:1147 #34 0xb6794e13 in QAbstractButtonPrivate::click (this=0x860afb8) at /local/git/Qt/qt/src/gui/widgets/qabstractbutton.cpp:528 #35 0xb679510e in QAbstractButton::mouseReleaseEvent (this=0x860af98, e=0xbff57118) at /local/git/Qt/qt/src/gui/widgets/qabstractbutton.cpp:1121 #36 0xb686883c in QToolButton::mouseReleaseEvent (this=0x860af98, e=0xbff57118) at /local/git/Qt/qt/src/gui/widgets/qtoolbutton.cpp:721 #37 0xb64008c4 in QWidget::event (this=0x860af98, event=0xbff57118) at /local/git/Qt/qt/src/gui/kernel/qwidget.cpp:8090 #38 0xb679414e in QAbstractButton::event (this=0x860af98, e=0xbff57118) at /local/git/Qt/qt/src/gui/widgets/qabstractbutton.cpp:1080 #39 0xb6869f8a in QToolButton::event (this=0x860af98, event=0xbff57118) at /local/git/Qt/qt/src/gui/widgets/qtoolbutton.cpp:1163 #40 0xb63a7534 in QApplicationPrivate::notify_helper (this=0x80be018, receiver=0x860af98, e=0xbff57118) at /local/git/Qt/qt/src/gui/kernel/qapplication.cpp:4341 #41 0xb63acb29 in QApplication::notify (this=0xbff57904, receiver=0x860af98, e=0xbff57118) at /local/git/Qt/qt/src/gui/kernel/qapplication.cpp:3906 #42 0xb757ba10 in KApplication::notify (this=0xbff57904, receiver=0x860af98, event=0xbff57118) at /local/svn/kde/trunk/KDE/kdelibs/kdeui/kernel/kapplication.cpp:302 #43 0xb6e8708b in QCoreApplication::notifyInternal (this=0xbff57904, receiver=0x860af98, event=0xbff57118) at /local/git/Qt/qt/src/corelib/kernel/qcoreapplication.cpp:719 #44 0xb63a84a2 in sendSpontaneousEvent (event=0xbff57118, receiver=0x860af98) at ../../include/QtCore/../../../../git/Qt/qt/src/corelib/kernel/qcoreapplication.h:218 #45 QApplicationPrivate::sendMouseEvent (event=0xbff57118, receiver=0x860af98) at /local/git/Qt/qt/src/gui/kernel/qapplication.cpp:3004 #46 0xb642f98c in QETWidget::translateMouseEvent (this=0x860eae8, event=0xbff57560) at /local/git/Qt/qt/src/gui/kernel/qapplication_x11.cpp:4403 #47 0xb642eac9 in QApplication::x11ProcessEvent (this=0xbff57904, event=0xbff57560) at /local/git/Qt/qt/src/gui/kernel/qapplication_x11.cpp:3414 #48 0xb6457812 in x11EventSourceDispatch (s=0x80c26c8, callback=0, user_data=0x0) at /local/git/Qt/qt/src/gui/kernel/qguieventdispatcher_glib.cpp:146 #49 0xb5c9e87e in g_main_dispatch (context=<value optimized out>) at gmain.c:1960 #50 IA__g_main_context_dispatch (context=<value optimized out>) at gmain.c:2513 #51 0xb5ca25b8 in g_main_context_iterate (context=0x80c04f8, block=<value optimized out>, dispatch=1, self=0x80bf478) at gmain.c:2591 #52 0xb5ca275e in IA__g_main_context_iteration (context=0x80c04f8, may_block=1) at gmain.c:2654 #53 0xb6eb3f0c in QEventDispatcherGlib::processEvents (this=0x80bf728, flags=...) at /local/git/Qt/qt/src/corelib/kernel/qeventdispatcher_glib.cpp:412 #54 0xb6457425 in QGuiEventDispatcherGlib::processEvents (this=0x80bf728, flags=...) at /local/git/Qt/qt/src/gui/kernel/qguieventdispatcher_glib.cpp:204 #55 0xb6e86269 in QEventLoop::processEvents (this=0xbff57824, flags=...) at /local/git/Qt/qt/src/corelib/kernel/qeventloop.cpp:149 #56 0xb6e864da in QEventLoop::exec (this=0xbff57824, flags=...) at /local/git/Qt/qt/src/corelib/kernel/qeventloop.cpp:201 #57 0xb6e8af8f in QCoreApplication::exec () at /local/git/Qt/qt/src/corelib/kernel/qcoreapplication.cpp:996 #58 0xb63a53c7 in QApplication::exec () at /local/git/Qt/qt/src/gui/kernel/qapplication.cpp:3620 #59 0xb54de1b5 in kdemain () from /local/kde4/lib/libkdeinit4_kate.so #60 0x0804d7f8 in launch (argc=2, _name=0x80a09c4 "/local/kde4/bin/kate", args=0x80a09dc "\001", cwd=0x0, envc=1, envs=0x80a09ed "", reset_env=false, tty=0x0, avoid_loops=false, startup_id_str= 0x80a09f1 "duo;1271957949;47719;9314_TIME443787591") at /local/svn/kde/trunk/KDE/kdelibs/kinit/kinit.cpp:722 #61 0x0804e88d in handle_launcher_request (sock=7, who=0x80528a8 "launcher") at /local/svn/kde/trunk/KDE/kdelibs/kinit/kinit.cpp:1214 #62 0x0804efce in handle_requests (waitForPid=0) at /local/svn/kde/trunk/KDE/kdelibs/kinit/kinit.cpp:1407 #63 0x080504af in main (argc=1, argv=0xbff58514, envp=0xbff5851c) at /local/svn/kde/trunk/KDE/kdelibs/kinit/kinit.cpp:1855 Reported using DrKonqi -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KWrite-Devel mailing list KWrite-Devel@xxxxxxx https://mail.kde.org/mailman/listinfo/kwrite-devel
blog comments powered by Disqus

Home | News | Sitemap | FAQ | advertise | OSDir is an Inevitable website. GBiz is too!