-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [macos] Make pkg instead of dmg since High Sierra screwed the javapackager * skip bin/bin_test * Markdown * - Fixing COPY/PASTE in evaluator - Markdown format supported - Table output * - Table output window that shows a Sig’s fields - Improved table output - removed the 0 if the only atom - removed first column name if same as previous line * [editor] Double click after text creates core dump Did not verify against the text length * [editor] Added support for tooltips and navigation - F3 now navigates to a declaration if possible - Tooltips show the type * [extra] Cleanup included docs (need more work) * [computer] Made the computer return an actual object instead of the string The computer was String compute(String expr). However, make a string is quite easy and sometimes it is better to have the actual object. * [lexer] Added support for HEX and BINARY numbers Now can use 0x56 and 0b11101 Also supports _ in numbers to separate digits 0x1000_0000 * [tooltip] If hex or binary numbers are used the tooltip shows the decimal value Also fixes an error that a trial was not removed and now also looks for Pos in facts of a sig for where the cursor is. * [tables] Made the table support nesting - Console now shows nested tables - Table view shows nested tables * [gui] Allow .md files * [tables] Better tables Still not there but making progress. * [macro] Explain/Clause tooltip support * [table support] Diverse table support * - Added a default command when no commands are defined - Made the parser always go through CompUtil, no more direct references to the parser. * [bold] Bold test failed * [markdown] Changes request by Aleksander * Review Aleksander Some files have already started new formatting.
- Loading branch information
Showing
73 changed files
with
5,789 additions
and
2,439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
.DS_Store | ||
.gradle/ | ||
generated/ | ||
bin/ | ||
bin_test/ | ||
target/ | ||
enroute.zip | ||
.metadata | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.