Commit Graph

252 Commits

Author SHA1 Message Date
r00ster91 2f0abe63d4 fix: disable search bar before loading
This fixes the new search placeholder not disappearing if you type before
it finished loading, and maybe some other things.
2022-08-06 15:16:27 +02:00
r00ster91 df8cfb1273 feat: new search placeholder
This new search placeholder looks much nicer because it allows HTML inside it which
the `placeholder` attribute on `<input>`s doesn't allow.
I tested it for all kinds of cases and it seems to work pretty well.
2022-08-06 15:15:59 +02:00
r00ster91 6354851909 fix: "dialog" -> "modal"
"Dialog" is the incorrect term here because a dialog is a separate window that still lets you use the app
but a modal is a window where you can't continue using the app until you close it.
2022-08-06 15:05:58 +02:00
r00ster91 4ef567ba41 feat: make help modal disappear if you click outside it 2022-08-06 15:01:55 +02:00
Austin Rude 7afe7de4f0 autodoc: only modify the DOM once to display the search results 2022-08-05 21:47:36 -06:00
Austin Rude e02f51762f autodoc: Run through prettier formatter with default settings 2022-08-05 16:01:57 -06:00
Loris Cro 7ffba492a5 autodoc: fix inconsistency when indexing generic types for search
closes #12334
2022-08-05 00:11:32 +02:00
Loris Cro 4c750016eb autodoc: inferred error unions in function return values 2022-08-03 17:21:56 +02:00
Loris Cro c5afefec42 autodoc: fix autodoc analysis for @typeInfo
We were previously erroneously saving it as a `@TypeOf`.
2022-08-02 17:49:36 +02:00
Loris Cro 622714b76b autodoc: fix frontend crash while rendering std.mem
Previously we expected to only find decl refs in a `foo.bar.baz`
type of expression. This would crash when trying to render something
like `@typeInfo(T).Int.bits`. We now properly account for builtins
and other components.
2022-08-02 17:49:36 +02:00
Loris Cro 2375658da9 Merge pull request #12276 from r00ster91/shortdesc
autodoc: better short description algorithm
2022-08-02 16:32:08 +02:00
Ryan Liptak 921ba6cad4 autodoc: Add borders to field docs to make it clear which field they are associated with 2022-07-30 17:26:29 -07:00
r00ster91 2c7387aef5 autodoc: better short description algorithm 2022-07-28 21:37:36 +02:00
Loris Cro ad7bc57919 autodoc: fix rendering of function arguments 2022-07-19 19:10:12 -07:00
Loris Cro 8ec34eb046 autodoc: handle result location instructions 2022-07-19 19:10:12 -07:00
Loris Cro 947eff6e39 autodoc: handle special case of autodoc for std 2022-07-19 19:10:12 -07:00
Vallahor fed9dcff24 autodoc: @as behavior in js 2022-07-19 19:10:12 -07:00
Vallahor 341431b15c autodoc: handling more values sections 2022-07-19 19:10:12 -07:00
Loris Cro 24a79426ec autodoc: update array analysis to new Zir 2022-07-19 19:10:12 -07:00
Vallahor 866bbb2e7a autodoc: fiedRef type rendering 2022-07-19 19:10:12 -07:00
Vallahor e7476fd81c autodoc: handling refPath and fieldRef 2022-07-19 19:10:12 -07:00
Vallahor 81147dd101 autodoc: initial work in opaque_decl 2022-07-19 19:10:12 -07:00
Loris Cro 45e3b1a23d autodoc: remove type annotations from main.js 2022-07-19 19:10:12 -07:00
Vallahor 02bd5fe93a autodoc: experiment get line info 2022-07-19 19:10:12 -07:00
Loris Cro d2baf404a5 autodoc: enabled packages 2022-07-19 19:10:12 -07:00
Loris Cro a5e7b0e4db autodoc: restore support for zig version + cleanup & init work to fix packages 2022-07-19 19:10:12 -07:00
Vallahor f189e46b8e autodoc: add some tags 2022-07-19 19:10:12 -07:00
Vallahor f13db1ce18 autodoc: add cmpxchg_strong/weak 2022-07-19 19:10:12 -07:00
Vallahor 5e52666c83 autodoc: add some builtin functions and float128 2022-07-19 19:10:12 -07:00
Vallahor 9613aca417 autodoc: refactoring binOp 2022-07-19 19:10:12 -07:00
Loris Cro 918475e2e2 autodoc: new design for function list 2022-07-19 19:10:12 -07:00
Vallahor dd9a018185 fix: slice_start, slice_end and slice_sentinel typeRef are now showing the slice type 2022-07-19 19:10:12 -07:00
Vallahor 1f5df0e034 add: slice_start, slice_end and slice_sentinel 2022-07-19 19:10:12 -07:00
Vallahor b9fa91002e add: builtins functions 2022-07-19 19:10:12 -07:00
Vallahor a0ec87be71 add: merge_error_sets and @alignOf() need a checkin to confirm it's fully work 2022-07-19 19:10:12 -07:00
Loris Cro d858f26139 autodoc: fixes to generic fn support plus linking support 2022-07-19 19:10:12 -07:00
Loris Cro 413cfd4066 autodoc: init generic function support 2022-07-19 19:10:12 -07:00
Vallahor f07534069d WIP: switch_block tag 2022-07-19 19:10:12 -07:00
Vallahor 9be9e4d02c add: @enumToInt() WIP 2022-07-19 19:10:12 -07:00
Vallahor 5fcf0b0565 add: handling @bitSizeOf() need to check why not working correctly with align() 2022-07-19 19:10:12 -07:00
Vallahor a529d747c9 add: binOp @alignCast and bit_or 2022-07-19 19:10:12 -07:00
Vallahor f59bb65ff5 add: handling @bitCast as binOp 2022-07-19 19:10:12 -07:00
Vallahor 8e835fd3a2 add: handling binOp div 2022-07-19 19:10:12 -07:00
Vallahor 1213123ad0 fix: *.{} array are now printed as type *[]comptime 2022-07-19 19:10:12 -07:00
Vallahor d23ccdb8d9 fix: "match failure" in c.zig file @check other files and handling floats and undefined values in js 2022-07-19 19:10:12 -07:00
Vallahor 462f751902 binOp now showing better it's need a better struture, right now it's has a hack one 2022-07-19 19:10:11 -07:00
Vallahor 9f6bdc4bbe add: binOp WIP 2022-07-19 19:10:11 -07:00
Vallahor c0c9925255 fix: apparently doing this the @as problem is solved @check 2022-07-19 19:10:11 -07:00
Vallahor d55761f07e fix: print align() in pointers 2022-07-19 19:10:11 -07:00
Vallahor b823f01141 add: extra information in extendedFn 2022-07-19 19:10:11 -07:00