blob: 4ccb58de1974641dd31ff3244cb10b33a0f7a2d5 [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.
OpenIDE-Module-Display-Category=Editing
OpenIDE-Module-Long-Description=\
This module provides support for editor macros. \
Macros in NetBeans editor are sequences of instructions that can be performed on an edited file. \
Macros can be recorded when user performs editor operations manually and then replayed later on the same or other edited files.
OpenIDE-Module-Name=Editor Macros
OpenIDE-Module-Short-Description=Support for editor macros
MacrosResolver=Editor Macros
# MacroDialogSupport.StopMacroRecordingAction
Macros_Dialog_title=Editor Macros
Macros_Keymap_Category=Editor Macros
# Invalid macro message
macro-malformed=Syntax error in "{0}" macro.
macro-unknown-action=Macro "{0}" uses unknown action "{1}".
macro-loop=Recursive call of "{0}" macro.
macro-not-found=Can''t find macro bound to "{0}" shortcut.