Search found 15 matches

by Louise
Tue Dec 19, 2017 3:43 pm
Forum: Suggestions And Feature Requests
Topic: CodeEditor Suggestions
Replies: 23
Views: 13057

Re: CodeEditor Suggestions

Oh yes, that's great. Thank you
by Louise
Sun Dec 17, 2017 8:08 pm
Forum: Suggestions And Feature Requests
Topic: CodeEditor Suggestions
Replies: 23
Views: 13057

Re: CodeEditor Suggestions

Thanks serkan, Another idea : Ability to Highlighting of repeated occurrences of the currently selected word in the Editor. For Example: font = Dialog.ChooseFont(); msg = "selected font : \r\n" msg = msg .. "State = ".. font.State .."\r\n" msg = msg .. "Color = ".. tostring(font.Color) .."\r\n" msg ...
by Louise
Sun Dec 17, 2017 7:24 pm
Forum: Suggestions And Feature Requests
Topic: CodeEditor Suggestions
Replies: 23
Views: 13057

Re: CodeEditor Suggestions

Yes Somewhat. If the code is written in a single line it does not need to be changed. Perhaps the programmer himself tends to. only all selected lines are aligned to a standard format. for Example : from: for k = 0, 10000 do w = "" for t = 0, 200 do w = w.. "ps" end end or for k = 0, 10000 do w = ""...
by Louise
Sun Dec 17, 2017 6:48 pm
Forum: Suggestions And Feature Requests
Topic: CodeEditor Suggestions
Replies: 23
Views: 13057

Re: CodeEditor Suggestions

2-(Format indentation) Can you please elaborate this a little bit more Currently as a standard editor feature ,you can make a vertical selection with ALT+SHIFT key combination and then pressing TAB key if you use PureBasic Language Understand what I mean. This feature is available in the PB editor ...
by Louise
Sat Dec 16, 2017 7:32 pm
Forum: Suggestions And Feature Requests
Topic: CodeEditor Suggestions
Replies: 23
Views: 13057

CodeEditor Suggestions

Hi dear Serkan, For Code Editor, 1- (function Browser) I want a tool to displays a list of all functions declared in the current EditorTab. This is very simple, just a listBox will need to display the name of the defined functions and with click on the name of any function , In the editor refer to t...