From fauzzo@email.it Tue Aug 17 19:07:01 2010 From: Fabio To: textmate@lists.macromates.com Subject: [TxMt] How to use CSS bundle in source.css.embedded.html Date: Tue, 17 Aug 2010 21:06:55 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2219134590801135315==" --===============2219134590801135315== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi, like suggested by Allan I'll try to explain again the problem: 1. create a new file from template -> HTML -> XHTML - 1.0 STRICT; 2. save it like test.php and edit it in HTML mode; 3. before the head ends, type "style" and press tab; 4. go inside style tags, now it should be possible to use autocomplete for CS= S; 5. start typing something like: #test { font=20 now hit the Esc key while the cursor is near the "t". It does nothing here. Now try to create a new empty file, save it as test.css: you are in CSS mode. Like before type: #test { font and hit Esc near the "t": it will start to rotate autocomplete choices like: font-family font-size font-size-adjust etc. This is what I would like to have inside in the HTML head. Here is not working in such way: yes I can hit TAB and I will get similar cho= ices but I like so much the Esc key that I would like to know if it is possib= le to have it work inside html page head style tags. It is so annoying to have to type all the words like "border" when you can ju= st type "bor" and hit Esc! It works in CSS file not in php / html one. Is there a fix? Thanks! -- Ciao Fabio =20 =20 -- Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP au= tenticato? GRATIS solo con Email.it http://www.email.it/f =20 Sponsor: Risparmia fino al 90% con Groupon CityDeal. * Gruppi D'Acquisto Sicuri e Risparmi Garantiti Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=10813&d=17-8 --===============2219134590801135315==-- From mailinglist@textmate.org Tue Aug 31 08:40:07 2010 From: Allan Odgaard To: textmate@lists.macromates.com Subject: [TxMt] Re: How to use CSS bundle in source.css.embedded.html Date: Tue, 31 Aug 2010 10:40:04 +0200 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5077825511248578388==" --===============5077825511248578388== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable On 17 Aug 2010, at 21:06, Fabio wrote: > like suggested by Allan I'll try to explain again the problem: > > 1. create a new file from template -> HTML -> XHTML - 1.0 STRICT; > 2. save it like test.php and edit it in HTML mode; > 3. before the head ends, type "style" and press tab; > 4. go inside style tags, now it should be possible to use =20 > autocomplete for CSS; > 5. start typing something like: > > #test { font > > now hit the Esc key while the cursor is near the "t". It does =20 > nothing here. This I cannot reproduce. For me it corretly cycles through the choices. Does your status bar say =E2=80=9CHTML=E2=80=9D as the language chosen? Note that even though your file is *.php it should NOT say PHP in the =20 status bar, for more about that see http://wiki.macromates.com/Troubleshootin= g/PHPSyntaxHighlight If it does say PHP then simply change it to HTML and that choice will =20 stick (for *.php files). --===============5077825511248578388==--