chan18 / ljedit

Automatically exported from code.google.com/p/ljedit
1 stars 0 forks source link

Things you might want to know... #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Just wanted to drop some tips I have for you guys after taking a look at your 
IDE. You might want to
 - ... edit the batch to say "START bin\puss.exe" on Windows, which will cause the console to disappear after starting the IDE.
 - ... allow the user to use the arrow keys to navigate through the tree to the left.
 - ... capitalize the first letters of the commands in the menu's (some are capitalized, others aren't).
 - ... fix the grammar errors in the Search tab (below): it says "search resulsts" instead of "Search results".

What version of the product are you using? On what operating system?
puss-1.4-2010-04-12.tar.bz2 for Windows (using Windows 7 x64).

Hopefully this was of some help to you. I must say that this is one of the 
best-looking IDE's I've seen in a while (the initial style didn't look like 
much, but Clearlooks sure looks damn good, congrats on the amount of styles). 
It's also fairly fast, but unfortunately not so mature yet. Keep up the good 
work!

Original issue reported on code.google.com by CodingCreature@gmail.com on 20 Jun 2010 at 7:03

GoogleCodeExporter commented 8 years ago
thanks for your help.
 - ... edit the batch to say "START bin\puss.exe" on Windows, which will cause the console to disappear after starting the IDE.
   In fact, if you use release version of puss on Windows & remove gdbmi plugin, there was no console. Is my faults that not use SVN branches when I write new plugin(like gdbmi).

 - ... allow the user to use the arrow keys to navigate through the tree to the left.
  Good idea, I'll implements it soon.

- ... capitalize the first letters of the commands in the menu's (some are 
capitalized, others aren't).
 - ... fix the grammar errors in the Search tab (below): it says "search resulsts" instead of "Search results".
  Thanks for your tips, my poor English~

Original comment by louisliangjun@gmail.com on 6 Jul 2010 at 1:53

GoogleCodeExporter commented 8 years ago
Thanks for your notice, It's my pleasure.
I have little time on this project, if you like it & need some help, e-mail me.

Original comment by louisliangjun@gmail.com on 6 Jul 2010 at 1:58

GoogleCodeExporter commented 8 years ago
 - ... edit the batch to say "START bin\puss.exe" on Windows, which will cause the console to disappear after starting the IDE.
   wait for next version or use svn version, compile use mingw-gcc or VS2005, gtk+ download from http://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+

if you need help, please email me( louisliangjun@gmail.com).

enjoy it!

Original comment by louisliangjun@gmail.com on 6 Jul 2010 at 2:37

GoogleCodeExporter commented 8 years ago
- ... allow the user to use the arrow keys to navigate through the tree to the 
left.

You can use Enter/BackSpace, the default key-bindings in Gtk.
OR
Use explorer.py in SVN, 
http://code.google.com/p/ljedit/source/browse/trunk/puss/bin/plugins/explorer.py

Original comment by louisliangjun@gmail.com on 18 Jul 2010 at 10:09