CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Thu Mar 28, 2024 12:23 pm

All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: class from html/php to css
PostPosted: Tue Oct 16, 2012 12:31 pm 
Offline

Joined: Mon Oct 15, 2012 7:29 am
Posts: 15
would be very useful feature of transition from html / php pages in css by clicking on the desired highlighted class. If such a class in css does not exist, the editor must create it by himself and put his prescribed course in its editing.

Была бы очень полезна функция перехода с хтмл/пхп странички в ксс по нажатию на нужный выделенный класс. Если класса в ксс такого не существует, то чтобы редактор сам его прописывал и ставил курсов в его редактирование, желательно чтобы прописывал с ближайшим верхним элементом.. ну по типу
Code:
.родительский класс, если он существует .наш выделенный клас {  }

Выделяем нужный класс мышкой в документе, жмем правой клавишей, вылезает меню и где-то под копировать и т.п. появляется кнопка - редактировать класс. Мы ее нажимаем и попадаем в открытый ксс файл (например в первый открытый нами ксс файл в коделабстере), в котором курсор ставиться сразу на этот класс. если класса нету, то он прописывается.
У меня правда в проэкте есть некоторые вхождения хтмл, прямо в пхп коде.. подсветки хтмл-а нету при его вхождении в пхп, было бы отлично, если бы она появилась :lol: Всего лишь пожелания для меня полезные, думаю и для других бы.


Attachments:
to_class_create.jpg
to_class_create.jpg [ 38.33 KiB | Viewed 45784 times ]
Top
 Profile  
 
 Post subject: Re: class from html/php to css
PostPosted: Thu Oct 25, 2012 4:50 pm 
Offline

Joined: Thu Oct 25, 2012 4:47 pm
Posts: 51
+1 on this. I think it would be fantastic to have this implemented early next year.

_________________
If all else fail, use brute force. Image


Top
 Profile  
 
 Post subject: Re: class from html/php to css
PostPosted: Tue May 05, 2015 10:14 am 
Offline

Joined: Wed Nov 26, 2014 4:17 am
Posts: 4
the editor must create it by himself and put his prescribed course in its editing.


Top
 Profile  
 
 Post subject: Re: class from html/php to css
PostPosted: Thu May 21, 2015 12:40 pm 
Offline

Joined: Thu May 21, 2015 12:35 pm
Posts: 2
Location: India
Hi
Thnx .
But i can not know russian ,


Top
 Profile  
 
 Post subject: Re: class from html/php to css
PostPosted: Mon Jun 15, 2015 10:40 am 
Offline

Joined: Thu May 21, 2015 12:35 pm
Posts: 2
Location: India
Hi
I can try some new check it.
<?php
$pg = $_SERVER['PHP_SELF'];
?>

<section>
<aside>
<nav>
<ul>
<li class="<?php if($pg == 'index.php?page=about.php'){echo 'current';} ?>"><a href="index.php?page=about.php">About</a></li>
<li class=""><a href="">Services</a></li>
</ul>
</nav>
</aside>
<section>


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2016 phpBB Group