Show property editor in text view mode too
Needs ReviewPublic

Authored by jfita on Apr 27 2020, 11:18 PM.

Details

Reviewers
staniek
piggz
Summary

This is to be able to set the script’s type to object, as it is required
to use them in reports but default to executable.

Unfortunately, this means that the property editor is also shown when
editing a query in SQL mode, somewhat uselessly as there is nothing to
change there. However, i think it is better to have that there than not
be able to change the script’s type.

Maybe KexiPart should have an isPropertyEditorAlwaysVisibleInTextMode
method too.

FIXED-IN::3.2.1

Diff Detail

Repository
R71 Kexi
Branch
3.2
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 26013
Build 26031: arc lint + arc unit
jfita created this revision.Apr 27 2020, 11:18 PM
Restricted Application added a project: KEXI. · View Herald TranscriptApr 27 2020, 11:18 PM
Restricted Application added a subscriber: Kexi-Devel-list. · View Herald Transcript
jfita requested review of this revision.Apr 27 2020, 11:18 PM

Good find!

I would say that isPropertyEditorAlwaysVisibleInTextMode() means something else to me.

I'll propose some changes to the .desktop files.