My suggestions or questions.
Posted: Tue Sep 07, 2010 8:38 am
1. After building the application.
A. If you poke the mouse in the editing area, it is necessary to close the window Output. This window is annoying. It is necessary, but it should be shut down automatically. If you poke the mouse in the editing area, then this window should close.
B. If we're in debug mode, then the workspace (the code) is not visible. Again prevents the window Output. In debug mode it I do not need. It bothers me and close the program code.
2. The latest version, you have a filter function. This is great! And where the filter header files? I am writing to include, put these characters ("") but there is a huge list of files. If you put these characters (""), then you want to display only files of the current project directory.
3. I have not found where the boosters. I need boosters. For example, I write the text Mess (press a keyboard shortcut) and the editor himself wrote the text (which I will point out to him). For example, wxMessageBox (wxT (""));
And it is very important that the cursor is located where I need it.
Or I write 'if', (press a keyboard shortcut) editor write:
if()
{
}
etc.
4. Search for words or functions. The program should find all the words that are in the project and show the hierarchy (see picture).
5. The entire program must be adapted to work with the keyboard. About the menu, etc. to forget. For example, I want to comment on the text. I select the text and click-wheel. The text must be enclosed in these characters / * text * /.
It's easy. Necessary to inspect the initial position of isolation and the end position selection. If they do not match, the editor adds these characters at the start position and end position.
Various techniques from the keyboard, strongly increase the usability of your program. Second example. I created a bookmark. I want to move from one tab to another. This should happen by pressing Alt arrow left or arrow to the right. I also want to see my bookmarks in a hierarchy (list).
I really want to use your editor.
A. If you poke the mouse in the editing area, it is necessary to close the window Output. This window is annoying. It is necessary, but it should be shut down automatically. If you poke the mouse in the editing area, then this window should close.
B. If we're in debug mode, then the workspace (the code) is not visible. Again prevents the window Output. In debug mode it I do not need. It bothers me and close the program code.
2. The latest version, you have a filter function. This is great! And where the filter header files? I am writing to include, put these characters ("") but there is a huge list of files. If you put these characters (""), then you want to display only files of the current project directory.
3. I have not found where the boosters. I need boosters. For example, I write the text Mess (press a keyboard shortcut) and the editor himself wrote the text (which I will point out to him). For example, wxMessageBox (wxT (""));
And it is very important that the cursor is located where I need it.
Or I write 'if', (press a keyboard shortcut) editor write:
if()
{
}
etc.
4. Search for words or functions. The program should find all the words that are in the project and show the hierarchy (see picture).
5. The entire program must be adapted to work with the keyboard. About the menu, etc. to forget. For example, I want to comment on the text. I select the text and click-wheel. The text must be enclosed in these characters / * text * /.
It's easy. Necessary to inspect the initial position of isolation and the end position selection. If they do not match, the editor adds these characters at the start position and end position.
Various techniques from the keyboard, strongly increase the usability of your program. Second example. I created a bookmark. I want to move from one tab to another. This should happen by pressing Alt arrow left or arrow to the right. I also want to see my bookmarks in a hierarchy (list).
I really want to use your editor.