Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » braces allways on starting next line
braces allways on starting next line [message #1805407] Sun, 14 April 2019 08:19 Go to next message
michael müller is currently offline michael müllerFriend
Messages: 1
Registered: April 2019
Junior Member
hallo
i have following issue:

if($a==1)
(tab)(cursor)

now if i type { then tab delete automaticly and cursor sets to the start of the line
if($a==1)
{

how can i prevent this?
i want to have this style
if($a==1)
(tab){
(tab)}

pls dont talk about formater. it occurs before, while typing.

thanks
Re: braces allways on starting next line [message #1806217 is a reply to message #1805407] Mon, 06 May 2019 09:51 Go to previous message
Eclipse UserFriend
It's in the settings, under Editor -> Editing -> Indentation. Try F7 -> type "set-indent-mode cstyle" -> press enter and check, is the issue gone then?
Previous Topic:2 ide
Next Topic:Debugging PHP with Eclipse 2019-03
Goto Forum:
  


Current Time: Fri Apr 19 22:47:38 GMT 2024

Powered by FUDForum. Page generated in 0.03296 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top