Pending changes
Merge changes from trunk
Merge changes from trunk
Merge changes from trunk
Merge gx16 changes branch
Pending work
Parser: Check if a string constant is untraslatable
Comments
Test to make translations with Google Translate
Fixed errors searching object references (damn SDPanels).
Merge changes from trunk
New option to ignore a set of variable names when validating objects
Training within Gx is no longer supported. Removed documentation for training (nobody will use it)
Model v14: Share all repeated columnm definitions
Add keywords for some integer constants
Model v14: Include line breaks in inputs
Prediction model: Support for shared labels definitions, fixed errors with model version 14
Added model v14
Merge changes from trunk
Create variable options: Get names from prediction
Fixed error with SDPanel parts enumeration
Merge trunk changes
Add variables with autocomplete: Add collections of names instead a single name
Add variables with autocomplete: Re-display options window only if we need to increase its size
Add variables with autocomplete: Show options only if there is no variable starting with typed prefix
ObjectNamesCache now stores SDT names too.
Add variables: Options to add by att/domain name
Theoretically, fixed Gx16 error adding new variables with autocomplete
Move code related to SDPanels from KBObjectPartCollectionExtensions to SDPanelExtensions
Removed no longer used branch for new prediction model
Merge changes from trunk
Add variables: New option to add variable from current parameter info
Autocomplete, create variables: Refactoring to handle multiple items
Merge changes from trunk
Removed debug messages. Pending work
Option to create variable from autocomplete: Configuration to enable function
Option to create variable from autocomplete: Create the variable
Option to create variable from autocomplete: Add variable (fast key) refactorings to use this with the new function
Autocomplete option to create a new variable (not finished)
Documentation
Fixed error debugging in Gx17: It includes a MsBuild build mode that does not uses '/debug' to compile with debug, it uses '/p:Configuration=Debug'. Check that, and change error to warning
Merge changes from trunk
Merge trunk changes
Tables cache: Try to update cache when a table is modified. Is not working, kb events are not called for tables ¯\_(ツ)_/¯
Predict attributes: Prioritize attributes in recently referenced tables
Attributes autocomplete: Add most probable atts from tables referenced in model input first
Display attribute owner tables in autocomplete
Store table structures (right now only when opening kb)
Removed old model, version 11
New model to distribute with extensions
Merge changes from trunk. Version changed to 5.2
Changed version to 4.4
Merge changes from trunk
Changed version to 3.5
Merge changes from trunk
Merge changes from new prediction version branch
Model generation: New setings and default values
New model: Use ExtendedType instead ExtendedTypeName to generate the data type
Model debug output: Better info about tokens feeded to model
Fixed error with old boolean operators (ex. ".OR.")
Store pem tokens in cache. Fixed error with root sdt nodes (collection = true)
PEM tokenizer: Fixed error checking points. SDT precaching
sdt tokenizer: Resolve references to other SDTs
Pem tokenizer: Support for "xxx.CurrentItem.xxx" expressions
Missed Itemstamped in last commit
Update sdts cache when a SDT is edited. Fixed errors updating names cache with remote changes
PEM tokenizer: Support for Item() member calls
Tokenize PEM expressions to get data types (not finished)
CodeTokenizer.GetMemberType now is not static
Code tokenizer: Now is just for a single part, not multiple
Cleaned code to get most probable item from existing autocomplete list (variables and methods)
New prediction model version. Get token type from SDT expresions (not finished). Typed names: Store SDT level reference identifier.
Testing: Get information about a SDT structure to feed data types to prediction model
Prefetch referenced objects information from open objects to improve code prediction performance
Changed to Tensorflow Lite (2.9.1) runtime compiled with RUY=ON (Much faster)
Branch to try to create a new prediction version
Comments and pending work
Prepare production; Refactoring to get tasks to really run
Merge changes from trunk
Merge trunk changes
Prepare production: New option to execute task only in a given Environment
Prediction: Fixed error with prediction cache. Do not keep prediction if object part in editor has changed
Autocomplete: ThemeClass is now autocompleted in all object type parts. Changed version to 2.12
Add vs 2019 COM id. Remove unused usings. Fixed reference to artech.common.language in utils project
Pending work
Pending work
Documentation
Documentation
Merge trunk changes
Merge trunk changes. Version changed to 5.1
Merge trunk changes
Merge trunk changes. Changed version to 4.3
Merged trunk changes
Merge trunk changes. Version changed to 3.4
Removed old branch for prediction changes
Changed version in production script
New embedded model. Fixed model version for embedded model.
Documentation, pending work
Configuration: Changed default configuration for maximum winform sizes
New funcion to traverse SDT items/levels