topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 3:37 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Brilliant Code for Delphi Berlin  (Read 3751 times)

Max20091

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Brilliant Code for Delphi Berlin
« on: April 08, 2017, 10:43 AM »
Hi, this is my program. I wrote it with 2008 year for self  :) In 2013 the project was frozen because the algoritm didn't work with Delhpi above 2009 and refined did not allow Delphi's API .
In 2016 i invented new algoritm for new Delphi and rewrote it from scratch. Although I had to sacrifice functionality.

Brilliant Code scan the all pas files (from lib path) and make db - methods, const, var, types. Also the program scan and make db then user input text in real time. When user open project's file or input text the program very fast highlihter it.
Also it has a couple other features (in site).

Example:
w1.pngBrilliant Code for Delphi Berlin
w2.pngBrilliant Code for Delphi Berlin
« Last Edit: April 08, 2017, 03:10 PM by Max20091 »

Ath

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 3,612
    • View Profile
    • Donate to Member
Re: Brilliant Code for Delphi Berlin
« Reply #1 on: April 08, 2017, 01:26 PM »
What's 'make bd'?

Max20091

  • Participant
  • Joined in 2009
  • *
  • default avatar
  • Posts: 3
    • View Profile
    • Donate to Member
Re: Brilliant Code for Delphi Berlin
« Reply #2 on: April 08, 2017, 03:09 PM »
What's 'make bd'?
This is error, corrected. DB - database of constant, types, methods and vars. Delphi's code editor knows nothing about it (it knows only reserved words, strings, numbers and comments).