home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Java++ / SHAREDIDE / BIN / DEVEDIT.PKG / string.txt next >
Text File  |  1997-01-27  |  16KB  |  405 lines

  1. 10001    Visual Studio 97 Text Editor
  2. 10011    Represents an open text file.
  3. 10012    Gets the TextSelection object for the active view.
  4. 10013    Gets or sets the number of columns in one indent.
  5. 10014    Gets or sets the number of columns in a tab character.
  6. 10015    Gets or sets the programming language assumed for a document.
  7. 10016    Replaces all instances of one string or regular expression with another.
  8. 10017    Removes all unnamed bookmarks in a document.
  9. 10018    Marks lines containing the specified text.
  10. 10021    Represents a text editor window.
  11. 10022    Gets the TextSelection object for the text window.
  12. 10023    Gets the TextDocument object for the text window.
  13. 10031    Represents the Developer Studio text editor.
  14. 10032    Gets or sets the visibility of tabs and spaces in all open text documents.
  15. 10033    Gets or sets the emulation mode of the Developer Studio text editor.
  16. 10034    Gets or sets whether the editor is in overtype mode.
  17. 10101    Represents a selection in a text editor window.
  18. 10102    Represents the currently selected text.
  19. 10103    Gets the line where the insertion point is located.
  20. 10104    Gets the column where the insertion point is located.
  21. 10105    Gets the document object for this selection.
  22. 10106    Gets the line number of the bottom of the selection.
  23. 10107    Gets the line number of the top of the selection.
  24. 10108    Performs the function of the Delete key.
  25. 10109    Selects the current line.
  26. 10110    Performs the function of the Backspace key.
  27. 10111    Moves the insertion point to the beginning of the document.
  28. 10112    Copies the selected text to the Clipboard.
  29. 10113    Removes the selected text and adds it to the Clipboard.
  30. 10114    Replaces a selection with the contents of the Clipboard.
  31. 10115    Moves the insertion point to the end of the document.
  32. 10116    Extends a selection to include the entire document.
  33. 10117    Converts spaces to tabs in a selection.
  34. 10118    Converts tabs to spaces in a selection.
  35. 10119    Indents the selected text.
  36. 10120    Removes one indentation from all lines in a selection.
  37. 10121    Moves the insertion point one character to the left.
  38. 10122    Moves the insertion point one character to the right.
  39. 10123    Moves the insertion point up one line.
  40. 10124    Moves the insertion point down one line.
  41. 10125    Moves the insertion point up one page.
  42. 10126    Moves the insertion point down one page.
  43. 10127    Moves the insertion point one word to the left.
  44. 10128    Moves the insertion point one word to the right.
  45. 10129    Moves the insertion point to the end of a line.
  46. 10130    Moves the insertion point to the first character or first column of a line.
  47. 10131    Formats text in a selection according to the current smart formatting settings.
  48. 10132    Changes the case of a text selection.
  49. 10133    Deletes white space adjacent to the insertion point.
  50. 10134    Cancels a selection.
  51. 10135    Moves the selection to a specified line in a document.
  52. 10136    Moves the insertion point to a specified line and column.
  53. 10137    Finds the next occurrence of the provided text.
  54. 10138    Moves the selection to the previous unnamed bookmark in a document.
  55. 10139    Moves the selection to the next unnamed bookmark in a document.
  56. 10140    Sets an unnamed bookmark at the active end of a selection.
  57. 10141    Removes all unnamed bookmarks in a document.
  58. 10142    Creates a new line in a selection.
  59. 10143    Replaces all instances of one string with another.
  60. 10144    Replaces all instances of one string with another.
  61. 10202    Movement options for several TextSelection navigation methods.
  62. 10203    Cancel selection and move insertion point.
  63. 10204    Extend selection to new destination.
  64. 10205    Options for the StartOfLine method.
  65. 10206    Moves to the first column of a line.
  66. 10207    Moves to the first non-whitespace character of a line.
  67. 10208    Options for the ChangeCase method.
  68. 10209    Sets all text to lowercase.
  69. 10210    Sets all text to uppercase.
  70. 10211    Capitalizes the first letter of each word.
  71. 10212    Options for the DeleteWhitespace method.
  72. 10213    Deletes adjacent whitespace on a line.
  73. 10214    Deletes adjacent blank lines.
  74. 10215    Options for the GoToLine method.
  75. 10216    Puts the insertion point at the last line of the document.
  76. 10217    Options for the Emulation property.
  77. 10218    Emulates Developer Studio.
  78. 10219    Emulates Visual C++ 2.0.
  79. 10220    Emulates BRIEF (TM).
  80. 10221    Emulates Epsilon (TM).
  81. 10222    Provides custom emulation behavior.
  82. 10223    Options for several text search methods.
  83. 10224    Matches whole words only.
  84. 10225    Performs a case-sensitive search.
  85. 10226    Performs a search without using regular expressions.
  86. 10227    Performs a search using Developer Studio regular expressions.
  87. 10228    Performs a search using BRIEF (TM) regular expressions.
  88. 10229    Performs a search using Epsilon (TM) regular expressions.
  89. 10230    Performs a search using the current regular expression settings.
  90. 10231    Causes a forwards search from the beginning of the document.
  91. 10232    Causes a backwards search from the beginning of the document.
  92. 10233    General string constants for use with the text editor object model.
  93. 10234    Creates a text document with the Add method of a Documents collection.
  94. 10236    Indicates an ODL or IDL document.
  95. 10237    Indicates a VBS document.
  96. 10238    Indicates a Java document.
  97. 10239    Indicates a C or C++ document.
  98. 10240    Indicates that a text document is a HTML (IE 3.0) document.
  99. 10242    Indicates that a text document is a HTML (RFC 1866) document.
  100. 10243    Indicates that a text document is a Fortran fixed-format document.
  101. 10244    Indicates that a text document is a Fortran free-format document.
  102. 10245    Language values for the Language property of the TextDocument object.
  103. 28018    \nText\nText File\nText Files (*.txt)\n.txt
  104. 28019    \n\n\n\n.bsc
  105. 28096    &Enter line number:
  106. 28098    Quote:  
  107. 28099    '%s' is an illegal folder specification.
  108. 28100    The folder '%s' does not exist.
  109. 28101     
  110. 28102    Line
  111. 28103    Bookmark
  112. 28104    &Enter bookmark name:
  113. 28105    When this dialog is inactive, use %1 and %2 to go to the next and previous named and temporary bookmarks.
  114. 28106    &Enter identifier:
  115. 28107    When this dialog is inactive, use %s to go to the definition of an identifier. Use %s and %s to go to the next and previous definitions. Use %s to go back. Requires browse information.
  116. 28108    Definition
  117. 28109    &Enter identifier:
  118. 28110    When this dialog is inactive, use %s to go to the references to an identifier. Use %s and %s to go to the next and previous references. Use %s to go back. Requires browse information.
  119. 28111    Reference
  120. 28112    Protect read-only files from editing
  121. 28113    &Move Here
  122. 28114    &Copy Here
  123. 28115    Cancel
  124. 28116    Insert File
  125. 28117    Text Files (.txt)
  126. 28118    %s #ifdef...#endif found.
  127. 28119    Matching
  128. 28120    Enclosing
  129. 28121    Open %s
  130. 28123    %d Bytes (%d %s)
  131. 28124    Line
  132. 28125    Lines
  133. 28126    Change of emulation will result in the loss of all custom key assignments. Are you sure you want to change emulation?
  134. 28127    Definitions and References
  135. 28128    File Outline
  136. 28129    Base Classes and Members
  137. 28130    Derived Classes and Members
  138. 28131    Call Graph
  139. 28132    Callers Graph
  140. 28136    Please enter the path for %s%s.
  141. 28137    Find Source
  142. 28138    Cannot replace text. Line would exceed 2048 characters.
  143. 28139    Compatibility
  144. 28141    Browse Info Files (.bsc)
  145. 28142    Object Description Files (.odl)
  146. 28143    Text
  147. 28145    No source file
  148. 28147    Open Document %s
  149. 28148    QuickWatch %s...
  150. 28149    Go To Definition Of %s
  151. 28150    Go To Reference To %s
  152. 28151    Definitions:
  153. 28152    References:
  154. 28153    Nex&t Definition
  155. 28154    Previou&s Definition
  156. 28155    Nex&t Reference
  157. 28156    Previou&s Reference
  158. 28159    Source File
  159. 28160    Editor
  160. 28163    Text
  161. 28165    Source Window
  162. 28166    Searching for '%s'...
  163. 28167    Edit
  164. 28168    &Close    Shift+Esc
  165. 28169    Split &Horizontal
  166. 28170    Split &Vertical
  167. 28171    Public:
  168. 28172    Protected:
  169. 28173    Private:
  170. 28174    &Line:
  171. 28176    (source line does not match compiled source)
  172. 28177    Close Source Browser &File
  173. 28178    Close Source Browser &File
  174. 28179    F&ind in Files...
  175. 28180    Stop F&ind in Files
  176. 28181    No %s #ifdef...#endif found.
  177. 28182    Close
  178. 28183    Finished searching for '%s'.
  179. 28184    A All
  180. 28185    V Virtual
  181. 28186    S Static
  182. 28187    -V Non-Virtual
  183. 28188    -S Non-Static
  184. 28189    -VS Non-Virtual Non-Static
  185. 28190    -N None
  186. 28191    A All
  187. 28192    S Static
  188. 28193    -S Non-Static
  189. 28194    -N None
  190. 28195    Browse
  191. 28197    None
  192. 28198    Save changes to unnamed files before debugging?
  193. 28199    The entire file has been searched.
  194. 28200    Tabs
  195. 28201    Default
  196. 28202    Typing
  197. 28203    Paste
  198. 28204    Delete
  199. 28205    Replace All
  200. 28206    Change Case
  201. 28207    Transpose
  202. 28208    Modify Word
  203. 28209    Reformat
  204. 28210    Move
  205. 28211    Overtype
  206. 28212    Replace One
  207. 28213    Developer Studio
  208. 28214    Visual C++ 2.0
  209. 28215    BRIEF
  210. 28216    Epsilon
  211. 28217    Custom
  212. 28218    Enable virtual space
  213. 28219    Indent separate paragraphs
  214. 28220    Disable backspace at start of line
  215. 28221    Include caret positioning in undo buffer
  216. 28222    Enable copy without selection
  217. 28223    Enable line-mode pastes
  218. 28224    Find
  219. 28225    Replace
  220. 28226    Tagged Expression 0
  221. 28227    Use BRIEF's regular expression syntax
  222. 28228    Automated Edit
  223. 28229    File Insert
  224. 28230    Loading Class Information
  225. 28231    Cannot access the ClassView information file. ClassView information will not be available.
  226. 28232    Cannot recognize the current ClassView Information (.NCB) file format.\nWould you like to overwrite the file? 
  227. 28233    \nText\nText\nText Files (*.txt)\n.txt
  228. 28234    Bookmark '%s' refers to a location beyond the end of this document.
  229. 28235    The path '%s' is invalid.  Cannot run the tool.
  230. 28236    This file contains lines longer than the 2048 character maximum.\nDo you want to wrap these lines and continue loading?
  231. 28237    Cannot execute the tool on an unnamed file.
  232. 28238    Please enter an integer between %u and %u.
  233. 28241    '%s'\nCannot save file.  Make sure that the directory exists and is not read-only.
  234. 28242    '%s'\nCannot save file.  Cannot create a temporary file.
  235. 28243    '%s'\nCannot create a backup for file.
  236. 28244    '%s'\nCannot save file.  The file may be in use by another application.
  237. 28245    '%s'\nCannot open file.\nFile not found.
  238. 28246    '%s'\nCannot save file. Insufficient disk space available.
  239. 28247    '%s'\nThe file is Unicode text and cannot be read.
  240. 28248    '%s'\nThe file is binary and cannot be read.
  241. 28249    The specified file name is invalid.
  242. 28250    This file is already loaded.
  243. 28252    '%s'\nCannot print file.
  244. 28253    Cannot start print job.
  245. 28254    The file specification '%s' is invalid.
  246. 28255    Cannot change the current directory to '%s'.
  247. 28256    Cannot change the current drive to '%s'.
  248. 28257    Windows cannot print due to a problem with the current printer setup.
  249. 28258    Insufficient room on the Clipboard for the selected text.
  250. 28259    This line already contains the maximum number of characters allowed (2048).
  251. 28260    Insufficient space in the Undo buffer to save this action. Do you want to continue?
  252. 28261    Cannot find the string '%s'.
  253. 28262    Cannot find a match for the regular expression '%s'.
  254. 28264    Invalid parameter in the regular expression  '%s'.
  255. 28265    Undefined operator in the regular expression '%s'.
  256. 28266    'Line Number' must be between %i and %i.
  257. 28267    Cannot exit Microsoft Developer Studio.
  258. 28268    The new Tab Stop setting makes line %i of file '%s' too long. Enter a smaller value.
  259. 28270    Error loading '%s'.
  260. 28271    One or more margin settings are invalid.
  261. 28272    %s\n\nThis is not a valid browse information file.
  262. 28273    The symbol '%s' is undefined.
  263. 28274    The selected item is not a class.
  264. 28275    The symbol '%s' is not referenced.
  265. 28276    There is no browse information for the symbol '%s'.
  266. 28277    There is no browse information for the file '%s'.
  267. 28278    The browse information does not contain a class named '%s'.
  268. 28279    The browse information does not contain a function named '%s'.
  269. 28280    The selected item is not a function.
  270. 28285    Cannot open file '%s'.
  271. 28286    The file '%s' is unicode and cannot be read.
  272. 28287    Cannot find the specified file.
  273. 28292    Line broken : the line would exceed 2048 characters.
  274. 28293    Cannot exchange words.  Line %d would exceed 2048 characters.
  275. 28294    Unknown error
  276. 28297    %s\n\nThis is not a valid filename.
  277. 28298    This file contains lines longer than the 2048 character maximum.\nThe lines will be wrapped.
  278. 28299    This file contains invalid characters that will be converted to '.'s.
  279. 28300    Lines ending with only a carriage return have been detected.  These will be modified to include a line feed.
  280. 28301    %s\n\nReverting this file to its saved form will discard the changes made to it. Are you sure you want to do this?
  281. 28303    Reverse 
  282. 28304    Word 
  283. 28305    R-E 
  284. 28307    %s\n\nThis file does not exist.  Would you like to create it?
  285. 28311    to '%s' on '%s'
  286. 28312    %s on %s
  287. 28313    %s
  288. 28314     
  289. 28315    %i occurrence(s) have been replaced.
  290. 28316    %i occurrence(s) have been found.
  291. 28317    %s\n\nThis file has been modified outside of the source editor.
  292. 28318    Save changes to '%s'?
  293. 28319    %s
  294. 28320    List files of &type:
  295. 28321    Cannot allocate memory
  296. 28322    Cannot free memory
  297. 28323    Cannot lock memory
  298. 28324    UNTITLED.%d
  299. 28325    Redo buffer overflow
  300. 28326    Regular expression failure: emulator stack overflow
  301. 28327    Regular expression failure: compile action
  302. 28328    Regular expression failure: estimate action
  303. 28332    \nDo you want to reload it and lose the changes made in the source editor?
  304. 28333     Do you want to reload it?
  305. 28334    Incremental Search: 
  306. 28335    Failing 
  307. 28336    Case-sensitive 
  308. 28337    %s saved
  309. 28338    Bookmark set
  310. 28339    Mark set
  311. 28340    Region copied
  312. 28350    Operator
  313. 28351    Breakpoint
  314. 28352    Current Statement
  315. 28353    Current Error/Tag
  316. 28354    Bookmark
  317. 28355    Text Selection
  318. 28356    Text
  319. 28357    Keyword
  320. 28358    C++ Keyword
  321. 28359    Identifier
  322. 28360    Comment
  323. 28361    Number
  324. 28362    Real
  325. 28363    String
  326. 28364    Wizard-Modified Code
  327. 28365    User-Defined Type
  328. 28366    Source Browser
  329. 28367    Browse Window
  330. 28368    Source Windows
  331. 28369    Selection Margin
  332. 28372    &Open a new window for the file
  333. 28373    &Open a new window for the file
  334. 28374    COL
  335. 28375    REC
  336. 28382    Undoing action #%i
  337. 28383    Redoing action #%i
  338. 28384    Undo is complete.
  339. 28385    Redo is complete.
  340. 28386    Passed the end of the file
  341. 28387    Reached end of error/tag list
  342. 28388    For Help, press F1.
  343. 28395    OVR
  344. 28396    READ
  345. 28397    00000
  346. 28398    000
  347. 28399    00000000
  348. 28400    COL
  349. 28401    Batch (.bat;.cmd)
  350. 28402    All Files (*.*)
  351. 28403    Text file (*.*)
  352. 28405    *.C
  353. 28418    *.EXE
  354. 28451    Output Window
  355. 28452    MSVC_OutputError
  356. 28453    MSVC_OutputWarning
  357. 28454    Warning in Output
  358. 28455    Error in Output
  359. 28456    Output - 
  360. 28457    Error/Tag
  361. 28458    &Enter error/tag:
  362. 28459    When this dialog is inactive, use %1 and %2 to go to the next and previous error/tag.
  363. 28460    Duplicate directory specification
  364. 28461    Please specify one or more folders to search.
  365. 28462    The file '%s' is a binary file and cannot be read.
  366. 28463    &Advanced %1
  367. 28464    '%s' is not a valid file name.
  368. 28465    error
  369. 28466    warning
  370. 28467    Cannot execute 'VCSPAWN.EXE' and will attempt to execute '%s' without termination support.
  371. 28468    Cannot start tool.
  372. 28469    Canceled
  373. 28470    The folder '%s' does not exist and will not be searched.
  374. 28471    The pathname for file '%s' is too long.
  375. 28473    Output
  376. 28479    Reached beginning of error/tag list
  377. 28480    '%s'\nFile not found.
  378. 28481    Custom tool macros apply to source windows only.\nPlease go to a source window to execute the tool.
  379. 28482    Unable to start tool '%s'.
  380. 28483    Insufficient memory to start the application.
  381. 28484    Tool returned code: %d
  382. 28485    Build
  383. 28486    Find in Files 1
  384. 28488    Debug
  385. 28489    Find in Files 2
  386. 28490    The specified regular expression is invalid.
  387. 28491    One or more files are out of date or do not exist. %sWould you like to build them?
  388. 28492    Includes classes in the item list\nShow Classes
  389. 28493    Chooses types of functions shown\nFunction Filters
  390. 28494    Chooses types of data shown\nData Filters
  391. 28495    Includes macros in the item list\nShow Macros
  392. 28496    Includes types in the item list\nShow Types
  393. 28497    Includes functions in the item list\nShow Functions
  394. 28498    Includes data in the item list\nShow Data
  395. 28499    \n\nThese files need to be built:\n
  396. 28500    <more files...>\n
  397. 28501    The Developer Studio text editor is no longer running.
  398. 28502    Cannot exit while a tool is running whose output is redirected to the output window.  You must either stop the tool or allow it to finish before exiting.
  399. 28503    OK
  400. 28505    This browse operation may take some time to complete, would you like to continue?
  401. 28510    Double-click in dialog editor edits code (MFC only)
  402. 28511    This is not an HTML file.  This command only applies to HTML files.
  403. 28512    Visual InterDev is not installed
  404. 28513    Cannot modify a read only file.
  405.