Skip to content
blog . cocacoding . com

blog . cocacoding . com

information security and more

  • Home
  • About
  • Contact
  • Privacy & GDPR
  • Home
  • Development
  • Exclude files from Eclipse indexing mechanism

Exclude files from Eclipse indexing mechanism

Posted on August 25, 2020August 25, 2020 By Felix No Comments on Exclude files from Eclipse indexing mechanism
Development

If you develop software using Eclipse you might noticed that the indexing algorithm is powerful but might be reducing your setup performance. Eclipse is slowed down when you index too many files, for example from 3rdparty folders or other dependencies you don’t want to have indexed.

Building new filters in Eclipse

You can easily exclude the files by following these steps:

  1. Mark your project by clicking on the name in the package explorer, use a right click to get into the context menu, select Properties.
  2. Go to C/C++ General -> Paths and Symbols and select the topic Source Location in the window. Unfold your project folder and click on Edit Filter… on the right hand side.
  3. Then click on Add… to add a filter, for example 3rdparty/ to remove all plugins from a project.

Now your project should be faster and you should see a gray line crossing out the folder you filtered in your package explorer.

Tags: development eclipse linux

Post navigation

❮ Previous Post: Setting up a Gentoo VM for Linux Kernel Development
Next Post: Exploiting systems stealthy: Writing Shellcode in 2020 ❯

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Tags

development eclipse encryption exploitation gentoo kernel linux luks lvm shellcode

Categories

  • Development
  • Exploitation
  • Linux
  • misc

Stay tuned:

Copyright © 2026 blog . cocacoding . com.

Theme: Oceanly by ScriptsTown