|
osdir.com mailing list archive |
|
Subject: Bug#47120: php syntax highlighting broken after a # sign - msg#00094List: kde.devel.kateVersion: 2.0 (using KDE 3.0.7 ) Severity: normal Installed from: Compiled From Sources Compiler: gcc version 3.1.1 OS: Linux OS/Compiler notes: Compilier Flags: -march=i686 -O3 -m3dnow -msse -mfpmath=sse -mmmx -fomit-frame-pointer -pipe Hi, php syntax highlighting broken after a # sign. e.g. <?php $foo=$bar; # Syntax Highligh stops after this comment $bar=$foo; ?> If I use // instead of # all wenn normal. If you close php ( ?> ) and start it again (<?php ?>) Syntax highlighting works until the next #. If you need future information let me know! Ludwig P.S: Syntax Highlight looks much better then in previous version!! keep up the good work. (Submitted via bugs.kde.org) (Complete bug history is available at http://bugs.kde.org/db/47/47120.html)
Thread at a glance:
Previous Message by Date: (click to view message preview)Re: DownloadOn Monday 26 August 2002 13:50, Marcone Luis Theisen wrote: > Where I download the Kate ? Kate is part of KDE since version 2. The editor component is in kdelibs, the Kate application is in kdebase, providing the multi document editor "Kate" as well as the single document editor "kwrite". So, install the latest version of KDE, or get KDE from cvs. You need at least the required Qt library for your KDE version, arts (kde 3 and higher), kdelibs and kdebase. -anders Next Message by Date: click to view message previewBug#47129: gftp kate save crashPackage: kate Version: KDE 3.0.2 Severity: crash Installed from: RedHat RPMs Compiler: Not Specified OS: Linux OS/Compiler notes: Not Specified connecting to our router with gftp & then editing a file with Kate. After editing & closing, Kate crashes. After closing Kate Im still prompted ( from gftp) to update the file (no debugging symbols found)...(no debugging symbols found)...[New Thread 1024 (LWP 1731)] 0x410b64d9 in wait4 () from /lib/libc.so.6 #0 0x410b64d9 in wait4 () from /lib/libc.so.6 #1 0x4112e30c in __DTOR_END__ () from /lib/libc.so.6 #2 0x40f6b83a in waitpid () from /lib/libpthread.so.0 #3 0x406ee8d2 in KCrash::defaultCrashHandler () from /usr/lib/libkdecore-gcc2.96.so.4 #4 0x40f69307 in pthread_sighandler () from /lib/libpthread.so.0 #5 <signal handler called> #6 0x40702bd3 in KInstance::~KInstance () from /usr/lib/libkdecore-gcc2.96.so.4 #7 0x415c6e64 in KatePluginFactory::~KatePluginFactory () from /usr/lib/kde3/katehtmltoolsplugin.so #8 0x40704e74 in KLibrary::~KLibrary () from /usr/lib/libkdecore-gcc2.96.so.4 #9 0x40706a11 in KLibLoader::close_pending () from /usr/lib/libkdecore-gcc2.96.so.4 #10 0x40705d03 in KLibLoader::~KLibLoader () from /usr/lib/libkdecore-gcc2.96.so.4 #11 0x40705b48 in KLibLoader::cleanUp () from /usr/lib/libkdecore-gcc2.96.so.4 #12 0x40658bf6 in KApplication::~KApplication () from /usr/lib/libkdecore-gcc2.96.so.4 #13 0x40071d24 in Kate::Application::~Application () from /usr/lib/libkateinterfaces-gcc2.96.so #14 0x40033454 in KateApp::~KateApp () from /usr/lib/kate-gcc2.96.so #15 0x40054baf in main () from /usr/lib/kate-gcc2.96.so #16 0x410231c4 in __libc_start_main () from /lib/libc.so.6 (Submitted via bugs.kde.org) (Complete bug history is available at http://bugs.kde.org/db/47/47129.html) Previous Message by Thread: click to view message previewBug#45952: marked as done (Kate crashes on SaveAs if file's directory removed) by Joseph Wenninger <jowenn@xxxxxxxxx>Your message with subj: Can't reproduce with HEAD has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) (Complete bug history is available at http://bugs.kde.org/db/45/45952.html) Received: (at submit) by bugs.kde.org; 30 Jul 2002 15:10:33 +0000 Received: (qmail 16786 invoked by uid 33); 30 Jul 2002 15:10:33 -0000 Date: 30 Jul 2002 15:10:33 -0000 Message-ID: <20020730151033.16785.qmail@xxxxxxxxxxxx> To: submit@xxxxxxxxxxxx Subject: Kate crashes on SaveAs if file's directory removed From: robert.wenner@xxxxxx X-KDE-Received: -213.168.97.173 Package: kate Version: KDE 3.0.0 Severity: crash Installed from: SuSE RPMs Compiler: Not Specified OS: Linux OS/Compiler notes: Not Specified When I remove the directory in which the file opened in Kate was and then choose File - SaveAs Kate crashes with Segmentation fault (signal 11, SIGSEGV) instead of choosing my home directory or some other directory as location to save the file to. (Submitted via bugs.kde.org) Next Message by Thread: click to view message previewBug#47120: php syntax highlighting broken after a # signHi, see the attached picture. It only happens with the PHP highlight. e.g. with the Perl highlight it parses the # sign as comment. Ludwig On Thu, 2002-08-29 at 01:14, Joseph Wenninger wrote: > Hi > > Can somebody reproduce this ? > It doesn't happen here. > > Kind regards > Joseph Wenninger > > On Wednesday 28 August 2002 16:19, lr@xxxxxxxxxxxxxx wrote: > > Package: kate > > Version: 2.0 (using KDE 3.0.7 ) > > Severity: normal > > Installed from: Compiled From Sources > > Compiler: gcc version 3.1.1 > > OS: Linux > > OS/Compiler notes: Compilier Flags: -march=i686 -O3 -m3dnow -msse > > -mfpmath=sse -mmmx -fomit-frame-pointer -pipe > > > > Hi, > > > > php syntax highlighting broken after a # sign. > > > > e.g. > > > > <?php > > $foo=$bar; > > # Syntax Highligh stops after this comment > > $bar=$foo; > > ?> > > > > If I use // instead of # all wenn normal. > > > > If you close php ( ?> ) and start it again (<?php ?>) Syntax highlighting > > works until the next #. > > > > If you need future information let me know! > > > > Ludwig > > > > P.S: Syntax Highlight looks much better then in previous version!! keep up > > the good work. > > > > > > (Submitted via bugs.kde.org) > > > > > > (Complete bug history is available at http://bugs.kde.org/db/47/47120.html) > > _______________________________________________ > > kde-kant mailing list > > kde-kant@ > > http://mail.kde.org/mailman/listinfo/kde-kant > -- Pixelwings Medien GmbH Tel. +43 1 524 58 50 -56 Kandlgasse 15/5 Fax +43 1 524 58 50 -10 A-1070 Wien Mobil: +43 669 11 35 23 78 http://www.pixelwings.com Email: lr@xxxxxxxxxxxxxx <Beeth> Girls are like internet domain names, the ones I like are already taken. <honx> well, you can stil get one from a strange country :-P kate_highlighting.jpg Description: JPEG image
Web Hosting Reviews from OSDir.com Sister Site iBizWebHosting.com
|
|