|
Post by Alyce Watson on Nov 9, 2011 12:30:18 GMT -5
CodeAChrome DLL is updated to version 5. The new version includes bookmarking capabilities. The DLL is free for all uses. It allows you to add a code editing pane to your program window with one, simple API call. There is an optional context menu for editing and file operations. CodeAChrome includes optional line numbers, configurable syntax coloring, keyword modification, a find/replace dialog and more. The new bookmark feature is for visual reference only. It does not allow prev/next functions. It DOES allow you to retrieve the list of bookmarks. You can also set bookmarks, so you can remember them from session to session. The DLL and documentation are on the DLL page. A new code editor for Liberty BASIC that uses CodeAChrome5.dll is in the code/utilities/demo section of my site. www.alycesrestaurant.com/Screenshot:
|
|
|
Post by Alyce Watson on Dec 15, 2011 9:50:00 GMT -5
CodeAChrome is now updated to version 5.1, which adds the ability to add or set reserved words and to select a color for reserved words. This allows you to have one color for keywords such as function names and commands, and another color for constants, special variables, etc. alycesrestaurant.com/dll.htm#codeachrome
|
|