Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

if statement 8 years 9 months ago #7696

  • atlandev.ct
  • atlandev.ct's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 50
  • Thank you received: 0
Hello Pilotlogic (Sternas),
Sorry to bother you with my lunatic ideas :silly:
1) an idea
I like this behavior on Delphi. When I write "if " and add a space delphi/geexpert add "True then" and select the word "True". Very useful.
2/ an improvement
When I write "if" and add Filee + [CTRL + SPACE] and chose FileExist. Ct(5.4) add FileExist();.
The semicolon is not relevant here with "if"
Thanks,

Please Log in or Create an account to join the conversation.

if statement 8 years 9 months ago #7697

  • Vbxler
  • Vbxler's Avatar
  • Visitor
  • Visitor
You can write:
if +(CTRL+J) - Code Templates
look at this: wiki.freepascal.org/Lazarus_IDE_Tools

Code Templates Ctrl+J
Syncro Edit Ctrl+J (while text is selected)
Code Completion (Class Completion) Ctrl+⇧ Shift+C
Identifier Completion Ctrl+space
.....

All very useful keyboard shortcuts.

Please Log in or Create an account to join the conversation.

if statement 8 years 9 months ago #7699

  • atlandev.ct
  • atlandev.ct's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 50
  • Thank you received: 0
Interesting indeed.
I take a look,
Thanks.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1