[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PDS Auto completion on multilevel classes is slow ( > 3seconds)

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
Stay away from the meta catalog. It won't help with this. 1. Make sure your PROPATH isn't absurdly long. 2. Make sure your source and r-code folders are not on a network drive. local disks only. 3. Make sure your workspace metadata folders on not on a network drive. local disks only. 4. Make sure enough memory is allocated. Use 64 bit install, and setup to use at least -Xmx of 2GB 5. Make sure you have compile on save. Otherwise PDSOE has to reparse every file it needs to look at. reading r-code is much faster than building AST 6. Turn off auto complete. Leave it triggered on ctrl+space.

Continue reading...
 
Status
Not open for further replies.
Back
Top