1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
Commit graph

71 commits

Author SHA1 Message Date
Brian Fiete
852d29d770
Merge pull request #2114 from MineBill/expose-more-colors
Remove some hardcoded colors to make the IDE more friendly to light themes.
2025-01-29 11:27:47 -08:00
Brian Fiete
f7120e4c72 Another autocomplete fix for failed invoke list 2025-01-28 17:35:40 -08:00
MineBill
7033e2c61e
Replace most hardcoded text colors the settings text color. 2025-01-27 22:36:28 +02:00
Brian Fiete
161d9dc540 Added ZeroGap to AllowAppend 2025-01-27 09:17:45 -08:00
Brian Fiete
9d533f865f Better fix for invokeWidget with no selectIdx 2025-01-26 10:11:50 -08:00
Brian Fiete
72d74149be Handle mSelectIdx<0 case 2025-01-24 15:55:39 -08:00
Brian Fiete
9ecc42aabc Fixed override autocomplete on enter 2025-01-22 08:15:22 -08:00
Brian Fiete
a1a5eebd8e Fixed autocomplete incorrectly auto-inserting during '.(' and '(.)' 2025-01-09 05:59:44 -08:00
Brian Fiete
5d55409841 Fixed autocomplete flashing 2025-01-02 11:42:44 -08:00
Brian Fiete
1484a5f53c Improved debugger side effect handling, auto refresh options 2024-12-31 13:17:53 -08:00
Brian Fiete
14a3dd8e7d Handle zero-sized enums (<= 1 member) 2024-11-08 09:16:27 -05:00
Brian Fiete
6045137bce Fixed autocomplete for lambda param names 2022-11-16 13:55:33 -08:00
Brian Fiete
52544e6782 Fixed OOB error 2022-06-25 11:33:13 -07:00
Brian Fiete
79320652e3 Named arguments 2022-06-24 18:41:54 -07:00
Brian Fiete
454ed279dc Improved autocomplete with string interpolation 2022-06-03 12:04:04 -07:00
Brian Fiete
4df1254743 Offer to close temp files after closing dump file 2022-03-02 10:33:48 -08:00
Brian Fiete
a69dd47cea Autocomplete documentation fix with fuzzy autocomplete disabled 2022-01-13 18:32:26 -05:00
Brian Fiete
018db49902 Require explicit insert action for multiline autocomplete insertions 2022-01-07 10:47:46 -05:00
Brian Fiete
adf282dfa7 Remove stricmp 2021-12-28 14:57:14 -05:00
Brian Fiete
62c3998521
Merge branch 'master' into FuzzyAutoComplete 2021-12-28 17:07:19 +01:00
Brian Fiete
b57ac935e5 Add "Time Autocomplete" internal IDE flag 2021-12-27 14:25:34 -05:00
Simon Lübeß
8f0502972f Added option to toggle between classic and fuzzy autocomplete 2021-12-25 21:03:05 +01:00
Simon Lübeß
ac99191487 Sort updated autocomplete results 2021-12-24 14:08:40 +01:00
Simon Lübeß
04888b8f10 Improved performance of fuzzy string matching 2021-12-24 14:08:05 +01:00
Simon Lübeß
c2c7431620 Fixed autocomplete flickering while typing 2021-12-15 11:25:38 +01:00
Simon Lübeß
8847de545a Basic Utf8 support 2021-12-11 23:38:25 +01:00
Simon Lübeß
f9f53eb97b Basic fuzzy search for autocomplete 2021-12-08 22:08:57 +01:00
Brian Fiete
7dbd5294d7 For for param documentation when default argument is specified 2021-11-14 18:43:17 -08:00
miere43
c0b787cbf0 Fix incorrect search & replace for "char => char8" in comments 2021-10-30 00:11:37 +03:00
EinBurgbauer
bcb2d861d9 autocomplete flees fix 2021-03-15 09:34:19 +01:00
Brian Fiete
3560554127 Fixed extension methods in autocomplete, added extmethod icon 2021-01-20 12:43:55 -08:00
Brian Fiete
f9b9b15214 DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues 2021-01-04 04:56:44 -08:00
Brian Fiete
bf5e689029 Fixed documentation on member with attributes 2020-10-21 09:34:08 -07:00
Brian Fiete
72242aa31c Horizontal scroll wheel support 2020-10-15 10:00:36 -07:00
Brian Fiete
5e4ecade6d Autocomplete MRU fix for 'return' 2020-10-14 11:46:53 -07:00
Brian Fiete
29beeb4e77 Fixed PgUp/PgDown in autocomplete list 2020-10-12 11:23:22 -07:00
Brian Fiete
b28a87136f Extended autocomplete info 2020-10-08 09:41:05 -07:00
Brian Fiete
557b13070c Wrap-around menu selection 2020-10-07 11:05:35 -07:00
Brian Fiete
1523000e80 Theme update 2020-10-05 14:25:55 -07:00
Brian Fiete
e19c8857b0 Don't 'save top position' during fixit apply if we are at the very top 2020-09-28 17:07:48 -07:00
Brian Fiete
accc95671d Fixed fixit with active text selection 2020-09-18 17:07:56 -07:00
Brian Fiete
7dc9fb699c Param doc fix 2020-09-14 13:06:45 -07:00
Brian Fiete
709b337617 Made using/pragma fixits no long focus on change 2020-09-05 05:39:51 -07:00
Brian Fiete
10421d99ca Fixit for brace-to-paren for object initializers 2020-08-29 11:29:13 -07:00
Brian Fiete
99c7a9fe1f Fixed autocomplete flashing issues 2020-08-03 07:26:36 -07:00
Brian Fiete
1604ea61cb Fixed 'params' detection issue 2020-07-19 05:49:18 -07:00
Brian Fiete
55db457590 Autocomplete flashing fix 2020-07-18 06:51:09 -07:00
Brian Fiete
b1af9de159 Fixed drawing issue with long docs 2020-07-14 09:33:51 -07:00
Brian Fiete
98d0b90789 Removed faulty assert 2020-06-15 06:59:49 -07:00
Brian Fiete
ad89d4cc82 Fixed autocomplete panel invoke issue 2020-06-14 08:39:52 -07:00