topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday April 23, 2024, 11:05 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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Max20091 [ switch to compact view ]

Pages: [1]
1
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).

2
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.png
w2.png

3
Brilliant Code is a set of tools that lets you write code and read it in Delphi quickly and comfortably.

Enhanced code highlighting gives you a better perceiving of code. Optimized navigation and search functions save your time when you're searching for needed location in the program. And with the methods of refactoring, you can avoided the routine operations, when changing sections of code.

Features:
  • Automatically finds and paints constants, methods, types, variables, strings and comments into the colours chosen by user
  • Colouring already occurs during a code writing
  • Fast work
  • Highlighting of blocks begin...end, try...finally...end and etc.
  • Highlighting of brackets (..) and [..]
  • Correction of error in displacement of lines during debugging
  • Smart 'Home' key
  • Auto-appending of code
  • Works in Delphi 7, Delphi 2007, Delphi 2009

Link to website

Pages: [1]