blob: 4d4acacb44a1c5f1b36ae05c8e36b51ec65cbe3b [file] [log] [blame]
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
= Rename Refactoring and Other Editor Improvements in NetBeans IDE 7.0 for PHP
:jbake-type: tutorial
:jbake-tags: tutorials
:jbake-status: published
:icons: font
:syntax: true
:source-highlighter: pygments
:toc: left
:toc-title:
:description: Rename Refactoring and Other Editor Improvements in NetBeans IDE 7.0 for PHP - Apache NetBeans
:keywords: Apache NetBeans, Tutorials, Rename Refactoring and Other Editor Improvements in NetBeans IDE 7.0 for PHP
|===
|This screencast shows the new features of NetBeans PHP editor 7.0.
* *Rename Refactoring* You can rename an element such as a class name across all files in a project. The feature forces you to preview your changes before you can make them. The preview window shows you every location of the element and lets you exclude individual occurrences of the element from being renamed. Rename Refactoring is contrasted with the older feature, Instant Rename, which lets you only rename an element within a file and which does not provide a preview window.
* *Type Hierarchy View* See all the super types and sub types of a PHP class, including interfaces and classes that implement an interface.
* *Line Wrap* You can configure the Editor to wrap lines.
* *Show non-printable characters* You can show and hide non-printable characters in the Editor.
Author: Jeff Rubinoff
Time: 8:47
link:http://bits.netbeans.org/media/rename-refactoring.flv[+Download+] [18.3 MB]
|===