Jump to content
  • 0

Помогите сконфигурировать Netbeans 7.3.1


ekkl
 Share

Question

В принципе есть два вопроса по этой 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. Если кто знает, подскажите, пожалуйста.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Similar Content

    • By ekkl
      В общем в начале класса есть описание магического метода
      /** * @method Xform text(string $name, string $value = null, mixed $attribules = array()) Создает текстовое поле * */Как добавить описание для параметров функции. На сайте ничего не нашел
      http://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.method.pkg.html
      В редакторе Netbeans 8.0 это выглядит так
      text Создает текстовое поле Параметры: string $name Не удалось найти PHPDoc string $value = null mixed $attribules = array()
×
×
  • 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