Changes between Version 9 and Version 10 of FAQ
- Timestamp:
- 04/01/10 15:13:54 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v9 v10 12 12 We hope that by writing it in Perl we will make it easy for any user of Padre to contribute back to the project and/or to add plug-ins. 13 13 14 * vi and emacs while excellent tools are not beginner friendly15 * Komodo costs money 16 * Eclipse is huge and you need to know Java to extend it 17 * The various editors such as Ultra-Edit, Notepad++ etc. are mostly Windowsonly14 * vi and emacs -- while being excellent tools -- are not very beginner-friendly. 15 * Komodo costs money and is not Free/Open Source software. 16 * Eclipse is huge and you need to know Java to extend it. 17 * Various editors such as Ultra-Edit, Notepad++ etc. are Windows-only 18 18 19 == Why use wxWidgets and not ...? ==19 == Why does Padre use wxWidgets and not ...? == 20 20 21 21 wxWidgets uses the native windowing widgets of each operating system and in theory that should be the nicest 22 22 and most "native looking" on all operating systems. So while it has it own problems and it is not the easiest 23 23 to write in it, it might have the best potential. 24 25 24 26 25 == Why using Subversion when Git is so much better? == … … 37 36 Threads are the only Perl concurrency system that is portable and actually runs things in parallel and makes use of multiple cores. We needed something portable that does real concurrency (i.e. no cooperative multi-threading or event loop), so fork was out of the loop due to portability and POE/Coro due to cooperative multithreading. 38 37 38 == I have trouble installing Padre. Where can I find help? == 39 See [wiki:Download] and the pages linked there for installation instructions. 40 If this does not bring you any further, [http://padre.perlide.org/contact.html contact us], we will see how we can help us. 41 42 == I have found a bug. What do I do now? == 43 Report it. Either by [http://padre.perlide.org/contact.html contacting us], or by [wiki:Tickets creating a new ticket]. 39 44 40 45 == How do you expect people to install Padre, it has so many dependencies? ==
