Skip to main content
Participant
March 4, 2010
Answered

Line Numbers & Searching w/in File

  • March 4, 2010
  • 1 reply
  • 719 views

In Builder, how does one get line numbers to show?  And, how does one search and search-and-replace within one file?

Thank you.

This topic has been closed for replies.
Correct answer ToeJam

Preface: cfbuilder beta3 running on Windows as a plug-in for eclipse 3.52 JEE

right-click on left gray border next to code window and select "show line numbers"

ctrl-h to bring up search dialog to seach entire project or remote files

ctrl-f search within file

1 reply

ToeJamCorrect answer
Inspiring
March 5, 2010

Preface: cfbuilder beta3 running on Windows as a plug-in for eclipse 3.52 JEE

right-click on left gray border next to code window and select "show line numbers"

ctrl-h to bring up search dialog to seach entire project or remote files

ctrl-f search within file

MCSqrdAuthor
Participant
March 5, 2010

Thank you.