Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
StarUML Evológica Plugin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
evologica
StarUML Evológica Plugin
Commits
15cac967
Commit
15cac967
authored
Nov 19, 2020
by
Jucelino Fonseca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajustes e testes
parent
655b9e9c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
9 deletions
+15
-9
ituExplorerV2.pas
EvoUMLPlugin/src/ituExplorerV2.pas
+15
-9
No files found.
EvoUMLPlugin/src/ituExplorerV2.pas
View file @
15cac967
...
...
@@ -517,7 +517,7 @@ begin
lmostrar
:=
false
;
end
;
end
else
else
if
Key
<>
190
then
// Ponto(.)
begin
lChar
:=
VK2Char
(
Key
);
if
Pos
(
lChar
,
'?'
)
>
0
then
...
...
@@ -1550,7 +1550,7 @@ begin
end
else
begin
ls_expressao
:=
'=,()^*#@$%&"!
@#%&*
''_-'
;
ls_expressao
:=
'=,()^*#@$%&"!
%
''_-'
;
if
(
trim
(
piTexto
)
=
__ASTERICO
)
then
begin
li_Pos
:=
li_Len
+
1
;
...
...
@@ -1558,7 +1558,9 @@ begin
end
;
end
;
end
else
if
(
piOpEve
=
fopEvenFromCompleto
)
then
else
if
(
piOpEve
=
fopEvenFromCompleto
)
or
(
piOpEve
=
fopEvenSearchFrom
)
then
begin
if
piTemPalavraAntes
then
begin
...
...
@@ -1566,10 +1568,12 @@ begin
end
else
begin
ls_expressao
:=
'=,()^~#@$%&"!
@#$%&*_
'
;
ls_expressao
:=
'=,()^~#@$%&"!
*''_-
'
;
end
end
else
if
(
piOpEve
=
fopEvenWhereCompleto
)
then
else
if
(
piOpEve
=
fopEvenWhereCompleto
)
or
(
piOpEve
=
fopEvenSearchWhere
)
then
begin
if
piTemPalavraAntes
then
begin
...
...
@@ -1685,14 +1689,16 @@ begin
lFromSec
:=
fhlt1
.
AddSection
(
__FROM
);
lWhereSec
:=
fhlt1
.
AddSection
(
__WHERE
);
fopEvenSearchSelect
:=
fhlt1
.
AddOpenEvent
(
'identifier'
,
''
,
fil_LastIdentPart
)
;
fopEvenSearchSelect
:=
fhlt1
.
AddOpenEvent
(
'identifier'
,
''
,
fil_None
);
fopEvenSearchSelect
.
Action
:=
pac_Rep_LastTok
;
fopEvenSearchSelect
.
block
:=
lSelectSec
;
fopEvenSearchFrom
:=
fhlt1
.
AddOpenEvent
(
'identifier'
,
''
,
fil_LastIdentPart
);
fopEvenSearchFrom
:=
fhlt1
.
AddOpenEvent
(
'identifier'
,
''
,
fil_None
);
fopEvenSearchFrom
.
Action
:=
pac_Rep_LastTok
;
fopEvenSearchFrom
.
block
:=
lFromSec
;
fopEvenSearchWhere
:=
fhlt1
.
AddOpenEvent
(
'identifier'
,
''
,
fil_LastIdentPart
);
fopEvenSearchWhere
:=
fhlt1
.
AddOpenEvent
(
'identifier'
,
''
,
fil_None
);
fopEvenSearchWhere
.
Action
:=
pac_Rep_LastTok
;
fopEvenSearchWhere
.
block
:=
lWhereSec
;
fopEvenSelectAposPonto
:=
fhlt1
.
AddOpenEvent
(
'identifier,''.'''
,
''
,
fil_None
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment