mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
ide: Removed Web
git-svn-id: svn://ultimatepp.org/upp/trunk@5421 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ad0e3252c6
commit
f4f882298b
3 changed files with 13 additions and 5 deletions
|
|
@ -72,8 +72,8 @@ represents JSON object.&]
|
|||
[s5;:Json`:`:CatRaw`(const char`*`,const String`&`): [_^Json^ Json][@(0.0.255) `&]_[* CatRa
|
||||
w]([@(0.0.255) const]_[@(0.0.255) char]_`*[*@3 key], [@(0.0.255) const]_[_^String^ String][@(0.0.255) `&
|
||||
]_[*@3 val])&]
|
||||
[s2;%% Appends raw text (which must be a valid JSON) [%-*@3 val] with
|
||||
[%-*@3 key].&]
|
||||
[s2;%% Appends raw text (which must be a valid JSON) [%-*@3 val] and
|
||||
[%-*@3 key] as key`-value pair.&]
|
||||
[s3;%% &]
|
||||
[s4;%% &]
|
||||
[s5;:Json`:`:Json`(const char`*`,const Value`&`): [* Json]([@(0.0.255) const]_[@(0.0.255) c
|
||||
|
|
@ -105,6 +105,11 @@ har]_`*[*@3 key], [@(0.0.255) const]_[_^JsonArray^ JsonArray][@(0.0.255) `&]_[*@
|
|||
[s2;%% Returns current JSON formatted text.&]
|
||||
[s3; &]
|
||||
[s4; &]
|
||||
[s5;:Json`:`:operator bool`(`)const: [* operator_bool]()_[@(0.0.255) const]&]
|
||||
[s2;%% Returns true if any key`-value pairs were added to this JSON
|
||||
object.&]
|
||||
[s3; &]
|
||||
[s4; &]
|
||||
[s5;:Json`:`:operator`(`)`(const char`*`,const Value`&`): [_^Json^ Json][@(0.0.255) `&]_[* o
|
||||
perator()]([@(0.0.255) const]_[@(0.0.255) char]_`*[*@3 key], [@(0.0.255) const]_[_^Value^ V
|
||||
alue][@(0.0.255) `&]_[*@3 value])&]
|
||||
|
|
@ -155,9 +160,14 @@ t]&]
|
|||
[s2;%% Returns current JSON formatted text.&]
|
||||
[s3; &]
|
||||
[s4; &]
|
||||
[s5;:JsonArray`:`:operator bool`(`)const: [* operator_bool]()_[@(0.0.255) const]&]
|
||||
[s2;%% Returns true if there were any elements inserted JSON array.&]
|
||||
[s3; &]
|
||||
[s4; &]
|
||||
[s5;:JsonArray`:`:CatRaw`(const String`&`): [_^JsonArray^ JsonArray][@(0.0.255) `&]_[* CatR
|
||||
aw]([@(0.0.255) const]_[_^String^ String][@(0.0.255) `&]_[*@3 val])&]
|
||||
[s2;%% Appends raw text (which must be a valid JSON).&]
|
||||
[s2;%% Appends raw text (which must be a valid JSON) as an array
|
||||
element.&]
|
||||
[s3;%% &]
|
||||
[s4; &]
|
||||
[s5;:JsonArray`:`:operator`<`<`(const Value`&`): [_^JsonArray^ JsonArray][@(0.0.255) `&]_
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ uses
|
|||
ide\Browser,
|
||||
CodeEditor,
|
||||
CtrlLib,
|
||||
Web,
|
||||
plugin\bz2,
|
||||
HexView,
|
||||
art\BlueBar,
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
#include "ide\Browser/init"
|
||||
#include "CodeEditor/init"
|
||||
#include "CtrlLib/init"
|
||||
#include "Web/init"
|
||||
#include "plugin\bz2/init"
|
||||
#include "HexView/init"
|
||||
#include "art\BlueBar/init"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue