Updated initial message, readme, and changes
parent
5c2471f7e2
commit
69bb6cb2bf
|
@ -501,9 +501,14 @@ default_4coder_initialize(Application_Links *app, String_Const_u8_Array file_nam
|
|||
|
||||
#define M \
|
||||
"Welcome to " VERSION "\n" \
|
||||
"If you're new to 4coder there are some tutorials at http://4coder.net/tutorials.html\n" \
|
||||
"If you're new to 4coder there is a built in tutorial\n" \
|
||||
"Use the key combination [ X Alt ] (on mac [ X Control ])\n" \
|
||||
"Type in 'hms_demo_tutorial' and press enter\n" \
|
||||
"\n" \
|
||||
"Direct bug reports and feature requests to https://github.com/4coder-editor/4coder/issues\n" \
|
||||
"\n" \
|
||||
"Other questions and discussion can be directed to editor@4coder.net or 4coder.handmade.network\n" \
|
||||
"\n" \
|
||||
"The change log can be found in CHANGES.txt\n" \
|
||||
"\n"
|
||||
print_message(app, string_u8_litexpr(M));
|
||||
|
|
|
@ -6,9 +6,12 @@ https://github.com/4coder-editor/4coder/issues
|
|||
For questions email:
|
||||
editor@4coder.net
|
||||
|
||||
Sign up for the newsletter for the most critical 4coder news:
|
||||
newsletter.4coder.net
|
||||
|
||||
Watch the 4coder.handmade.network blog and @AllenWebster4th twitter for news about 4coder.
|
||||
|
||||
For documentation, feature lists, and usage tutorial videos go to:
|
||||
For documentation, feature lists, and more visit the home page:
|
||||
4coder.net
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,29 @@
|
|||
|
||||
4.1.2
|
||||
+ Cursor color changes when recording macro if the theme provides a second cursor color
|
||||
+ Default custom layer now has a feature for supporting fade ranges as used in pasting and undoing
|
||||
+ Ability to "partially" paint text with a blend factor to create blends
|
||||
+ In file lister, typing a slash with a name for a folder that does not exist asks the user if they would like to create a folder
|
||||
+ Fix: parser in code index recognizes functions with more than one parameter
|
||||
+ Fix: trying to create a face with a font file that doesn't exist doesn't crash
|
||||
+ Fix: escaping command documentation lister doesn't crash
|
||||
+ Fix: lexer generator switched to new macro names Max and Min
|
||||
+ Fix: implementation for getting previous view iterates from null to the last view in order (instead of the first)
|
||||
+ Fix: auto-indent when a file with virtual whitespace is saved
|
||||
+ Fix: can create up to sixteen panels, and doesn't crash when trying to create more
|
||||
+ Fix: faster text range highlighting
|
||||
+ Fix: side by side editing a single buffer doesn't scroll the lower view down when insterting lines in the higher view
|
||||
+ Fix: indentation after paren group is correct
|
||||
|
||||
4.1.1
|
||||
Changes not documented
|
||||
|
||||
4.1.0
|
||||
Initial beta version
|
||||
|
||||
**************************************************
|
||||
**************************************************
|
||||
|
||||
New in alpha 4.0.30:
|
||||
-Mouse events (clicking, scroll wheel, mouse move) can now be bound with modifier keys
|
||||
-New and changed commands:
|
||||
|
|
Loading…
Reference in New Issue