Jump to content

Report

  • Similar Content

    • By ekkl
      В принципе есть два вопроса по этой IDE, они не критичны, скорее это удобства ради.
      Кто, знает просьба отозваться.
      Пишу на Kohana, хочу настроить форматирование синтаксиса в соответствии с их стандартами. Все получилось, только строка


      <?php defined('SYSPATH') OR die('No direct script access.');

      Разрывается на две строки


      <?php
      defined('SYSPATH') OR die('No direct script access.');

      Никто не знает как это исправить?
      И второе, как настроить шаблоны, так, чтобы можно было получить не только имя файла ни и путь
      С оф. сайта


      Can you give me a list of all the predefined variables for templates, like ${user} and ${date}?

      ${date} inserts the current date, in this format: Feb 16, 2008
      ${encoding} inserts the default encoding, such as: UTF-8
      ${name} inserts the name of the file.
      ${nameAndExt} inserts the name of the file, together with its extension.
      ${package} inserts the name of the package where the file is created.
      ${time} inserts the current time, in this format: 7:37:58 PM
      ${user} inserts the user name.
      ${project.license} based on the value (e.g., 'CDDL'), the license header is found and is inserted into the template.
      ${project.name} inserts the project name
      ${project.displayName} inserts the project displayname

      Такой переменной нет, но там можно расширить с помощью Java. Если кто знает, подскажите, пожалуйста.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy