[jira] [Created] (NETBEANS-2518) personal "PHP interpreter" for each project

2019-05-08 Thread Mihail (JIRA)
Mihail created NETBEANS-2518:


 Summary: personal "PHP interpreter" for each project
 Key: NETBEANS-2518
 URL: https://issues.apache.org/jira/browse/NETBEANS-2518
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Code, php - Project
Affects Versions: 11.0, 10.0
Reporter: Mihail


In the current implementation, netbeans allows you to select only one "PHP 
interpreter file" for use.

any_project -> /usr/bin/php5.6

in a situation where projects require the use of different versions of the "PHP 
interpreter file", when switching to another project, you have to forcefully 
reinstall the version of the "PHP interpreter file" in the IDE configuration, 
which is very inconvenient.

it would be useful to be able to set the "PHP interpreter file" personally for 
each project.

for example:

project_1 -> /usr/bin/php5.6
project_2 -> /usr/bin/php7.1
project_3 -> /usr/bin/php7.3



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2479) insert blank line after block "use traits"

2019-05-08 Thread Mihail (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mihail updated NETBEANS-2479:
-
Labels: PHP codestyle formatting  (was: codestyle formatting)

> insert blank line after block "use traits"
> --
>
> Key: NETBEANS-2479
> URL: https://issues.apache.org/jira/browse/NETBEANS-2479
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor, php - Formatting  Indentation
>Affects Versions: 11.0
>Reporter: Mihail
>Priority: Major
>  Labels: PHP, codestyle, formatting
>
> by formatting PHP code, add the ability to insert a blank line after the 
> block "use traits"
>  
> in the menu: "Tools> Option> Editor> Formatting"
> in the drop-down lists select:
> laguage: php
> category: BlankLines
>  
> in the left block add fields:
> Between use traits: []
> After use traits: []



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Updated] (NETBEANS-2479) insert blank line after block "use traits"

2019-04-29 Thread Mihail (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mihail updated NETBEANS-2479:
-
Description: 
by formatting PHP code, add the ability to insert a blank line after the block 
"use traits"

 

in the menu: "Tools> Option> Editor> Formatting"

in the drop-down lists select:

laguage: php
category: BlankLines

 

in the left block add fields:

Between use traits: []
After use traits: []

  was:
посредством форматирования PHP кода, добавить возможность вставки пустой строки 
после блока "использование трейтов"

 

в меню:  "Tools > Option > Editor > Formatting"

в выпадающих списках выбрать : 

laguage:PHP
category:BlankLines

 

в левом блоке добавить поля: 
 * Between use traits: []
 * After use traits: []

 

 

Summary: insert blank line after block "use traits"  (was: вставка 
пустой строки после блока "использование трейтов")

> insert blank line after block "use traits"
> --
>
> Key: NETBEANS-2479
> URL: https://issues.apache.org/jira/browse/NETBEANS-2479
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - Editor
>Affects Versions: 11.0
>Reporter: Mihail
>Priority: Major
>  Labels: codestyle, formatting
>
> by formatting PHP code, add the ability to insert a blank line after the 
> block "use traits"
>  
> in the menu: "Tools> Option> Editor> Formatting"
> in the drop-down lists select:
> laguage: php
> category: BlankLines
>  
> in the left block add fields:
> Between use traits: []
> After use traits: []



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Commented] (NETBEANS-2479) insert blank line after block "use traits"

2019-04-29 Thread Mihail (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-2479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16829554#comment-16829554
 ] 

Mihail commented on NETBEANS-2479:
--

did everything possible using a translator

> insert blank line after block "use traits"
> --
>
> Key: NETBEANS-2479
> URL: https://issues.apache.org/jira/browse/NETBEANS-2479
> Project: NetBeans
>  Issue Type: Improvement
>  Components: cnd - Editor
>Affects Versions: 11.0
>Reporter: Mihail
>Priority: Major
>  Labels: codestyle, formatting
>
> by formatting PHP code, add the ability to insert a blank line after the 
> block "use traits"
>  
> in the menu: "Tools> Option> Editor> Formatting"
> in the drop-down lists select:
> laguage: php
> category: BlankLines
>  
> in the left block add fields:
> Between use traits: []
> After use traits: []



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



[jira] [Created] (NETBEANS-2479) вставка пустой строки после блока "использование трейтов"

2019-04-29 Thread Mihail (JIRA)
Mihail created NETBEANS-2479:


 Summary: вставка пустой строки после блока "использование трейтов"
 Key: NETBEANS-2479
 URL: https://issues.apache.org/jira/browse/NETBEANS-2479
 Project: NetBeans
  Issue Type: Improvement
  Components: cnd - Editor
Affects Versions: 11.0
Reporter: Mihail


посредством форматирования PHP кода, добавить возможность вставки пустой строки 
после блока "использование трейтов"

 

в меню:  "Tools > Option > Editor > Formatting"

в выпадающих списках выбрать : 

laguage:PHP
category:BlankLines

 

в левом блоке добавить поля: 
 * Between use traits: []
 * After use traits: []

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists