From pmsquillace@gmail.com Sun Oct 21 19:13:14 2007 From: pmsquillace To: textmate@lists.macromates.com Subject: Re: [TxMt] Foldings in php Date: Sun, 21 Oct 2007 12:13:12 -0700 Message-ID: <13332184.post@talk.nabble.com> In-Reply-To: <61698665-E8D7-4296-8942-C4687CC57EE5@gmail.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5407366621924777340==" --===============5407366621924777340== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > For some reason whenever I write in php, the foldings do not show =20 > up for the > line numbers in the gutter. Can you give an example of some code which you would expect to fold =20 that doesn=E2=80=99t? E.g. does the following snippet show folding markers: Hi thanks for the reply... Yes, I was doing a simple echo example embedded in some HTML. Here is what I got, Hello World</tile> </head> <body> This page is my first Hello World php Script.<br><br> =09 <?php echo "Hello World! This is PHP <br><br>" ;=20 print "Hello World! This is PHP again with the function print <br><br>" ; echo "Hello" . " World! This is PHP concatenated together with a . <br><br>" ;=20 echo 2+3; ?> <br><br> <?php echo "Johnny will come marching home, today" ; ?> =09 </body> </html> --=20 View this message in context: http://www.nabble.com/Foldings-in-php-tf4666214= .html#a13332184 Sent from the textmate users mailing list archive at Nabble.com. --===============5407366621924777340==--