Barry Margolin
- 活动总数 9
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
-
Barry Margolin 创建了一个帖子, Insert pairs of <?php and ?>
When you're writing PHP, and you want to embed a block of HTML, you need to surround the HTML with "?>" and "<?php". Conversely, when you're in the HTML block, and need to embed a little snippet of... -
Barry Margolin 创建了一个帖子, How do I set default version control options?
Every time I create a new project, I have to go into the Version Control settings and change them to the way I like them. Is there a way to set application-wide version control defaults, so that ne... -
-
Barry Margolin 创建了一个帖子, Configure remote server for existing project
I created a project a while back, but didn't specify a remote server (I didn't understand this part of the software at the time). How do I modify this existing project to use my remote server?