GetSimple Support Forum
Codemirror search in code (GS 3.4 Alpha) - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: GS Development Testing - (alpha/beta) (http://get-simple.info/forums/forumdisplay.php?fid=14)
+--- Thread: Codemirror search in code (GS 3.4 Alpha) (/showthread.php?tid=8675)



Codemirror search in code (GS 3.4 Alpha) - datiswous - 2016-08-25

On GS 3.4 Alpha codemirror doesn't have it's own search function, inside the editor (like in GS 3.3). When pressing CtrL-F the browser search function is opened. This doesn't work correctly when searching in big code blocks since not the whole block is searched, if not everything is in view (scrollbar). Searching works correctly in GS 3.3 .

Is this the correct place to post issues with GS 3.4, or should I post them on Github?


RE: Codemirror search in code (GS 3.4 Alpha) - shawn_a - 2016-08-25

I think that is a codemirror plugin you can add it yourself i think


RE: Codemirror search in code (GS 3.4 Alpha) - datiswous - 2016-08-25

But why isn't it in the default package, if it is there in 3.3 ?


RE: Codemirror search in code (GS 3.4 Alpha) - shawn_a - 2016-08-27

There is no codemirror in 3.3


RE: Codemirror search in code (GS 3.4 Alpha) - datiswous - 2016-08-28

(2016-08-27, 12:23:21)shawn_a Wrote: There is no codemirror in 3.3

Huh? What is used then as template-editor in 3.3?


RE: Codemirror search in code (GS 3.4 Alpha) - shawn_a - 2016-09-02

ohh yeah, i forgot, i have always used the syntax plugin and forget theme was core.
I will see about adding it back in, i think it was being buggy or replaced in the version I was originally testing.

sorry bout that.


RE: Codemirror search in code (GS 3.4 Alpha) - datiswous - 2016-09-02

Btw. the browse button when including a file in the page editor is gone in 3.4 alpha. So you have to go to the file browser again and copy a link like old times.


RE: Codemirror search in code (GS 3.4 Alpha) - shawn_a - 2016-09-02

huh ? in ckeditor link dialog popup or image


RE: Codemirror search in code (GS 3.4 Alpha) - shawn_a - 2016-09-02

hmm wonder when that broke, i will look into it


RE: Codemirror search in code (GS 3.4 Alpha) - shawn_a - 2016-09-03

fixed, looks like page select is also missing