Download
Desenvolver
Conta
Download
Desenvolver
Login
Forgot Account/Password
Criar Conta
Linguagem
Ajuda
Linguagem
Ajuda
×
Login
Nome de acesso
Senha
×
Forgot Account/Password
Estado tradução de Português
Category:
Software
People
PersonalForge
Magazine
Wiki
Pesquisa
OSDN
>
Pesquisar Software
>
Text Editors
>
Integrated Development Environments (IDE)
>
Web Publisher
>
Ticket List/Search
>
Tíquete #7916
Web Publisher
Descrição
Project Summary
Developer Dashboard
Página da Web
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
Histórico
Downloads
List of Releases
Stats
Código Fonte
Code Repository list
CVS
Visualizar Repositório
Tíquete
Ticket List
Milestone List
Type List
Lista de componentes
List of frequently used tickets/RSS
Submit New Ticket
Communication
List of Forums
Developers (English) (1)
Help (English) (30)
利用方法 (93)
開発 (33)
News
Tíquete #7916
Ticket List
Submit New Ticket
RSS
Auto insert `end'
:
2006-01-20 08:53
Última Atualização:
2006-01-20 08:53
monitor
ON
OFF
Relator:
(Anônimo)
Dono:
narucy
Tipo:
Feature Requests
Estado:
Aberto [Owner assigned]
Componente:
(Nenhum)
Marcos:
(Nenhum)
Prioridade:
5 - Medium
Gravidade:
5 - Medium
Resolução:
Nenhum
Arquivo:
Nenhum
Details
Responder
In RBEditor, auto insert end keyword.
1.
def xxx[press enter]
2.
def xxx
][
end
auto indent and auto fill end keyword. each feature is
method, class, module defind, and while, iterator loop.
1.
@array.each do |v|[press enter]
2.
@array.each do |v|
][
end
1.
@array.each { |v|[press enter]
2.
@array.each { |v|
][
}
Ticket History (0/0 Histories)
Attachment File List (
0
)
Attachment File List
No attachments
Editar
Adicionar Comentário
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Adicionar Comentário
Pré-visualizar
Submit
1.
def xxx[press enter]
2.
def xxx
][
end
auto indent and auto fill end keyword. each feature is
method, class, module defind, and while, iterator loop.
1.
@array.each do |v|[press enter]
2.
@array.each do |v|
][
end
1.
@array.each { |v|[press enter]
2.
@array.each { |v|
][
}