What we lack in the IDE PB

Working on new editor enhancements?
NikitaOdnorob98
User
User
Posts: 74
Joined: Fri Jun 29, 2012 4:50 pm

What we lack in the IDE PB

Post by NikitaOdnorob98 »

I'm sure many would like to change anything in the standard IDE PureBasic, well, or something to add. On the Russian forum, we have made this list (http://purebasic.info/phpBB2/viewtopic.php?t=2356):
  • Highlight the selected copies, as in Notepad ++:
    Image
  • Search not only for help but the forums (with Google)
  • Support for compiling pure assembler (FASM, MASM)
  • Compiling the project from its files. When you turn on file in the project through XIncludeFile (and similar), then compile the project from the included file is not in him. You have to switch to the source, which contains inclusions and compile it.
User avatar
spikey
Enthusiast
Enthusiast
Posts: 771
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: What we lack in the IDE PB

Post by spikey »

1) Yes that would be nice, but only if you can switch it on and off - cos sometimes it does my head in!
2) In http://forums.purebasic.com/german/viewtopic.php?t=4566 ts-soft wrote a widget for searching MSDN from the IDE - it could easily be adapted to search this forum instead.
&
4) Use a project file, add all the included sources to the project file and set "Input source file:" in the compiler options for the project to the main source file. Then you can compile the main source from any member source in the project. See "Help\The PureBasic IDE\Managing projects".
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Re: What we lack in the IDE PB

Post by Danilo »

NikitaOdnorob98 wrote:
  • Highlight the selected copies, as in Notepad ++:
    Image
There is an editor tool to do this (good feature request):
- PB IDE Smart Highlight (showing selected text) implementation
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 796
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Re: What we lack in the IDE PB

Post by Zebuddi123 »

Hi NikitaOdnorob98

http://www.purebasic.fr/english/viewtop ... 14&t=50057 multi instance variable highlighter

http://www.purebasic.fr/english/viewtop ... 14&t=49636 for searching purebasic and ms api vis google depending on the highlighted word in the ide

highlight word mine is set with ctrl+\ (easy access finger and thumb) so just press ctrl+\ on highlighted word and google will pop up with a search on the highlighted word very quick (depending on internet speed)

Zebuddi. :D
malleo, caput, bang. Ego, comprehendunt in tempore
pwd
User
User
Posts: 60
Joined: Thu Sep 06, 2012 9:39 am

Re: What we lack in the IDE PB

Post by pwd »

  • Keyboard shortcut Ctrl+H to show a Find/Replace dialog with a "Replace with" checkbox ticked
  • Additional option "Search in all opened documents" for the Find/Replace dialog
    Image
  • Smart highlighting of items in Procedures tab of ToolsPanel depending on the cursor position:
    • 1st state: User clicked on item in Procedures tab of ToolsPanel. As a result cursor was set on the related line in Editor window (current behaviour).
    • 2nd state: User moved a cursor to line #29 in Editor. As a result related item in Procedures was highlighted.
    • 3rd state: User moved a cursor to the line in between two related items. As a result both of items in Procedures were highlighted.
    • 4th state: User moved a cursor to line #36 in Editor. As a result related item in Procedures was highlighted.
    Image
Post Reply